Skip to content

Releases: xlate/property-inject

v2.0.0

20 Jun 18:06
Compare
Choose a tag to compare
  • #200 Release 2.0.0 (attempt 2)
  • #199 Release 2.0.0
  • #198 fix surefire/failsafe warnings for deprecated systemProperties config
  • #197 Add module-info, minor POM updates for whitespace/junit
  • #196 Add Pre-Release and Release workflows
  • #195 Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
  • #194 PI-186 Update to jakarta namespace and required dependencies.

v1.1.0

19 Mar 20:11
9e00c8a
Compare
Choose a tag to compare

What's Changed

  • add the possibility to have a property file for all classes by not ch… by @mueller-jens in #117
  • Re-enable builds with windows-latest by @MikeEdgar in #123

Dependency Updates

Read more

v1.0.5

15 May 01:25
Compare
Choose a tag to compare

Add the ability to ignore a missing properties resource named in @PropertyResource using a new annotation attribute allowMissingResource. The default value of allowMissingResource is false for backward compatibility.

v1.0.4

08 Feb 03:11
Compare
Choose a tag to compare

Re-factor resource locator resolution

v1.0.3

30 May 01:48
Compare
Choose a tag to compare
  • Correct environment resolution for @PropertyResource
  • Update JavaDoc comment and build for HTML 5 output

v1.0.1

25 Apr 23:51
Compare
Choose a tag to compare
  • Add support for injection of java.util.Properties collections directly
  • Modifications to @Property annotation to use embedded @PropertyResource with support for arbitrary URLs for retrieving properties.
  • Change of license to Affero GPL for OSS usage and addition of commercial license

v1.0.0

19 Jul 03:49
Compare
Choose a tag to compare
  • Support for format patterns for BigInteger and BigDecimal by using pattern attribute of @Property

  • Add support for URL in resourceName attribute of @Property to allow loading properties from locations outside of class path

  • Add support for injection of Boolean / boolean property values

v0.0.2

11 Jul 02:03
Compare
Choose a tag to compare
  • Added support for injected java.util.Date and new annotation attribute pattern to specify the format of the date to be read from the source Properties.

  • Additional unit test coverage/improvements