| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: typesafe-config-javadoc | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.4.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.1.6 | Build date: Sun May 8 06:57:34 2022 |
| Group: Documentation/HTML | Build host: sheep95 |
| Size: 2297534 | Source RPM: typesafe-config-1.4.1-150400.1.6.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/typesafehub/config | |
| Summary: Javadoc for typesafe-config | |
This package contains javadoc for typesafe-config.
Apache-2.0
* Tue Mar 29 2022 mc@suse.com
- Added patch:
* fix-doc-lint.patch
+ fix javadoc lint errors
* Tue Jul 27 2021 fstrba@suse.com
- Build with java-devel >= 1.8 since source/target levels 8 are
requested
* Mon Apr 19 2021 rpm@fthiessen.de
- Update to 1.4.1:
* Add a helper method for parsing only application overrides
* Remove unmodifiable collection wrappers in ResolveContext
* Added support for memory units which don't fit in a long when
transformed to bytes
* Inherit optional and getter evaluation
* A few other bug fixes
- Update to 1.4.0:
* application.conf variables can now override variables in
reference.conf
* Performance improvement through capacity hint for ArrayList
* Fri Apr 16 2021 rpm@fthiessen.de
- Update to 1.3.4:
* It is now possible to override any configuration setting from
environment variables
* Added support for integer keys that are longer than Int
* Missing exception now has a reference to the origin Config
* Performance improvements to resolve()
* Config file syntax is now resolved when parsing InputStream
* It is now possible to use @Optional on keys that are reserved words
* ValidationProblem is now serializable
- Update to 1.3.3:
* Minor issue fix
- Update to 1.3.2:
* Environment variables are now able to be resolved to lists in the
same fashion as system properties.
* Added getPeriod() which returns time units as java.time.Period.
Currently supported periods are days, weeks, months and years.
* ConfigResolveOptions now has appendResolver(...) which allows
having custom behavior when unresolved substitutions are
encountered during resolution.
* Config Beans now support Set collection.
* A few other small bugfixes.
- Update 1.3.1:
* Added include required("foo") syntax to specify includes that fail
if not present support for more kinds of property in
ConfigBeanFactory:
enumerations
optional fields
lists of beans
* numbers can now start with a decimal (".33" vs. "0.33"), these
are still parsed as strings but Config.getDouble() etc. will
convert them to numbers a few other small bugfixes
* Fri Apr 16 2021 rpm@fthiessen.de
- Update to 1.3.0
* 1.3.0 should be ABI-compatible with 1.2.x for most applications
* Added Config.hasPathOrNull, Config.getIsNull and
parser.ConfigDocument which supports simple load/edit/save on a
config file.
* Fixed obscure bug in converting to camel case when instantiating
beans
* Now built with Java 8 and requires Java 8
* If you were relying on the order of key iteration in a config,
note that Java 8 changed the iteration order for hashes and that
includes Config and ConfigObject several correctness fixes to
resolving substitutions.
* ConfigBeanFactory will auto-fill a JavaBean from a Config
* It is now possible to create a ConfigOrigin using
ConfigOriginFactory and to modify origins on values using
ConfigValue.withOrigin
* Config.getMemorySize returns a ConfigMemorySize
* Config.getDuration returns a java.time.Duration
* The existing ConfigValueFactory.fromAnyRef and related methods
now pass through a ConfigValue instead of throwing an exception
* ConfigFactory.defaultApplication() returns the default Config
used by ConfigFactory.load() in between defaultReference() and
defaultOverrides(), leaving ConfigFactory.load() as a trivial
convenience API that uses no internal magic.
* Fix "allow unresolved" behavior for unresolved list elements
* Class loaders are cached with a WeakReference to avoid leaks
* Create valid output for values with multiline descriptions
- Update to 1.2.1
* Fix resolving substitutions in include statements nested
inside objects
* When rendering an object to a string, sort the fields
* Handle unresolved substitutions in value concatenations
* Make ConfigOrigin.comments unmodifiable
* When using '+=' or 'include' inside a list, throw an exception
instead of generating a wrong result
* When context class loader is unset throw a more helpful
exception than NullPointerException
* Ignore non-string values in a Properties object
* Fri Dec 21 2018 fstrba@suse.com
- Initial package
/usr/share/javadoc/typesafe-config /usr/share/javadoc/typesafe-config/allclasses-index.html /usr/share/javadoc/typesafe-config/allclasses.html /usr/share/javadoc/typesafe-config/allpackages-index.html /usr/share/javadoc/typesafe-config/com /usr/share/javadoc/typesafe-config/com/typesafe /usr/share/javadoc/typesafe-config/com/typesafe/config /usr/share/javadoc/typesafe-config/com/typesafe/config/Config.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigBeanFactory.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.BadBean.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.BadPath.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.BadValue.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.BugOrBroken.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.Generic.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.IO.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.Missing.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.NotResolved.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.Null.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.Parse.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.UnresolvedSubstitution.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.ValidationFailed.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.ValidationProblem.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.WrongType.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigException.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigFactory.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigIncludeContext.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigIncluder.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigIncluderClasspath.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigIncluderFile.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigIncluderURL.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigList.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigLoadingStrategy.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigMemorySize.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigMergeable.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigObject.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigOrigin.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigOriginFactory.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigParseOptions.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigParseable.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigRenderOptions.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigResolveOptions.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigResolver.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigSyntax.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigUtil.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigValue.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigValueFactory.html /usr/share/javadoc/typesafe-config/com/typesafe/config/ConfigValueType.html /usr/share/javadoc/typesafe-config/com/typesafe/config/DefaultConfigLoadingStrategy.html /usr/share/javadoc/typesafe-config/com/typesafe/config/Optional.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/ConfigBeanImpl.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/ConfigImpl.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/ConfigImplUtil.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/Parseable.Relativizer.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/Parseable.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/package-summary.html /usr/share/javadoc/typesafe-config/com/typesafe/config/impl/package-tree.html /usr/share/javadoc/typesafe-config/com/typesafe/config/package-summary.html /usr/share/javadoc/typesafe-config/com/typesafe/config/package-tree.html /usr/share/javadoc/typesafe-config/com/typesafe/config/parser /usr/share/javadoc/typesafe-config/com/typesafe/config/parser/ConfigDocument.html /usr/share/javadoc/typesafe-config/com/typesafe/config/parser/ConfigDocumentFactory.html /usr/share/javadoc/typesafe-config/com/typesafe/config/parser/ConfigNode.html /usr/share/javadoc/typesafe-config/com/typesafe/config/parser/package-summary.html /usr/share/javadoc/typesafe-config/com/typesafe/config/parser/package-tree.html /usr/share/javadoc/typesafe-config/constant-values.html /usr/share/javadoc/typesafe-config/deprecated-list.html /usr/share/javadoc/typesafe-config/element-list /usr/share/javadoc/typesafe-config/help-doc.html /usr/share/javadoc/typesafe-config/index-all.html /usr/share/javadoc/typesafe-config/index.html /usr/share/javadoc/typesafe-config/jquery /usr/share/javadoc/typesafe-config/jquery/external /usr/share/javadoc/typesafe-config/jquery/external/jquery /usr/share/javadoc/typesafe-config/jquery/external/jquery/jquery.js /usr/share/javadoc/typesafe-config/jquery/images /usr/share/javadoc/typesafe-config/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png /usr/share/javadoc/typesafe-config/jquery/images/ui-bg_glass_65_dadada_1x400.png /usr/share/javadoc/typesafe-config/jquery/images/ui-bg_glass_75_dadada_1x400.png /usr/share/javadoc/typesafe-config/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png /usr/share/javadoc/typesafe-config/jquery/images/ui-bg_glass_95_fef1ec_1x400.png /usr/share/javadoc/typesafe-config/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png /usr/share/javadoc/typesafe-config/jquery/images/ui-icons_222222_256x240.png /usr/share/javadoc/typesafe-config/jquery/images/ui-icons_2e83ff_256x240.png /usr/share/javadoc/typesafe-config/jquery/images/ui-icons_454545_256x240.png /usr/share/javadoc/typesafe-config/jquery/images/ui-icons_888888_256x240.png /usr/share/javadoc/typesafe-config/jquery/images/ui-icons_cd0a0a_256x240.png /usr/share/javadoc/typesafe-config/jquery/jquery-3.5.1.js /usr/share/javadoc/typesafe-config/jquery/jquery-ui.css /usr/share/javadoc/typesafe-config/jquery/jquery-ui.js /usr/share/javadoc/typesafe-config/jquery/jquery-ui.min.css /usr/share/javadoc/typesafe-config/jquery/jquery-ui.min.js /usr/share/javadoc/typesafe-config/jquery/jquery-ui.structure.css /usr/share/javadoc/typesafe-config/jquery/jquery-ui.structure.min.css /usr/share/javadoc/typesafe-config/jquery/jszip /usr/share/javadoc/typesafe-config/jquery/jszip-utils /usr/share/javadoc/typesafe-config/jquery/jszip-utils/dist /usr/share/javadoc/typesafe-config/jquery/jszip-utils/dist/jszip-utils-ie.js /usr/share/javadoc/typesafe-config/jquery/jszip-utils/dist/jszip-utils-ie.min.js /usr/share/javadoc/typesafe-config/jquery/jszip-utils/dist/jszip-utils.js /usr/share/javadoc/typesafe-config/jquery/jszip-utils/dist/jszip-utils.min.js /usr/share/javadoc/typesafe-config/jquery/jszip/dist /usr/share/javadoc/typesafe-config/jquery/jszip/dist/jszip.js /usr/share/javadoc/typesafe-config/jquery/jszip/dist/jszip.min.js /usr/share/javadoc/typesafe-config/member-search-index.js /usr/share/javadoc/typesafe-config/member-search-index.zip /usr/share/javadoc/typesafe-config/overview-summary.html /usr/share/javadoc/typesafe-config/overview-tree.html /usr/share/javadoc/typesafe-config/package-search-index.js /usr/share/javadoc/typesafe-config/package-search-index.zip /usr/share/javadoc/typesafe-config/resources /usr/share/javadoc/typesafe-config/resources/glass.png /usr/share/javadoc/typesafe-config/resources/x.png /usr/share/javadoc/typesafe-config/script.js /usr/share/javadoc/typesafe-config/search.js /usr/share/javadoc/typesafe-config/serialized-form.html /usr/share/javadoc/typesafe-config/stylesheet.css /usr/share/javadoc/typesafe-config/type-search-index.js /usr/share/javadoc/typesafe-config/type-search-index.zip /usr/share/licenses/typesafe-config-javadoc /usr/share/licenses/typesafe-config-javadoc/LICENSE-2.0.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:38:47 2026