16
d-ryan-ashcraft
released this
18 Apr 19:44
·
31 commits
to dev
since this release
Overview
Migrating from Bitbucket into GitHub and the Technology Brewery governance structure.
Breaking Changes
- Must update Maven dependency to:
<dependency>
<groupId>org.technologybrewery.krausening</groupId>
<artifactId>krausening</artifactId>
<version>16</version>
</dependency>
- Must update imports from
org.bitbucket.krausening
toorg.technologybrewery.krausening
- Any use
KrauseningConfigFactory.create(SinglePropertyFileConfig.class, "a-example.properties");
signature has been eliminated. Users should leverage standard Krausening property extension instead. See JIRA issue for more details, if needed.
Major Documentation Additions
None