All Versions
5
Latest Version
Avg Release Cycle
291 days
Latest Release
1840 days ago
Changelog History
Changelog History
-
v0.9.0 Changes
February 02, 2020- โก๏ธ Updated gradle wrapper
- ๐ Allow multiple names for a property, e.g.:
@Property({"user.name", "USER_NAME"})
-
v0.8.6 Changes
February 18, 2018- API retrocompatibility break with
v0.8.4
:JavaUtilPropertySource.from
don't throw exceptions if the property sources are available. Instead they return anOptional
.
- API retrocompatibility break with
-
v0.8.4 Changes
February 17, 2018- ๐ Fixed
NullPointerException
error onJavaUtilPropertySource
. - โ Added
URL
to the list of supported configurable types. - ๐ Deprecated file-based constructors for
JavaUtilPropertySource
(useJavaUtilPropertySource.from(*)
static method instead)
- ๐ Fixed
-
v0.8.2 Changes
November 29, 2016- First public version.
-
v0.8.0
November 26, 2016