Skip to content

16

Compare
Choose a tag to compare
@d-ryan-ashcraft 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 to org.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

Change Log

  • KRAUS-16 Refresh project documentation
  • KRAUS-17: Deprecate ability to create a Config class with a custom property file name
  • KRAUS-22: Migrate Krausening from Bitbucket to GitHub
  • KRAUS-23 Update Krausening to use TechnologyBrewery parent pom
  • KRAUS-24 Release Krausening v16