Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@d-ryan-ashcraft d-ryan-ashcraft released this 21 Apr 15:50
· 1 commit 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.prime</groupId>
    <artifactId>prime</artifactId>
    <version>1.3.0</version>
</dependency>
  • Package Names Changed: Must update imports from org.bitbucket.cpointe.prime to org.technologybrewery.prime
  • prime.properties.file.name Deprecated: Any use of prime.properties.file.name must now use a custom extension of PrimeConfig instead to customize where to find a properties file not named prime.properties. This class is passed into your web application similarly to prime.properties.file.name using the new prime.config.extensions.class.name to pass in the fully qualified class name of your custom PrimeConfig extension. See https://fermenter.atlassian.net/browse/KRAUS-17 for more details on why this had to change.

Major Documentation Additions

None

Change Log

  • PRIM-11: Migrate Prime to Technology Brewery Org GitHub Governance and Git Repository
  • #2 Release Prime 1.3.0