Skip to content

Releases: open-coffee/opencoffee-starter

Release v0.39.0

14 Apr 19:39
96a87f0
Compare
Choose a tag to compare

Changed

  • Move from Maven to Gradle based build #70
    • Build logic is structured in buildSrc according to Gradle recommendations
    • Only relevant dependencies are published now
  • Move build and release pipeline from Travis CI to GitHub actions #58, #63
  • Restructure of modules (see root README.md)
    • Add coffeenet-starter-dependencies as dependency BOM
    • autoconfigure is now coffeenet-autoconfigure
    • starter-discovery is now coffeenet-starter-discovery
    • starter-logging is now coffeenet-starter-logging
    • starter-monitoring is now coffeenet-starter-monitoring
    • starter-navigation is now coffeenet-starter-navigation
    • starter-navigation-javascript is now coffeenet-starter-navigation-javascript
    • starter-navigation-thymeleaf is now coffeenet-starter-navigation-thymeleaf
    • starter-security is now coffeenet-starter-security
  • .editorconfig for JavaScript files

Removed

  • maven-release-plugin
  • Uploading release artifacts to GitHub

Fixed

  • Do not leak distributionManagement information into the CoffeeNet Applications
  • Use CoffeeNet named @ConditionalOnMissingBean condition instead of generic

v0.38.2

01 Feb 14:04
9d5e5b4
Compare
Choose a tag to compare

Added

  • Javadoc, Source and Compiler pluginto coffeenet.actuator package

v0.38.1

01 Feb 13:11
6df2362
Compare
Choose a tag to compare

Fixed

  • Deployment pipeline to maven central

v0.38.0

01 Feb 12:31
63e25a7
Compare
Choose a tag to compare

Added

  • 'coffeenet.navigation.display-in-navigation-for-roles'to display navigation element of an application in the navigationfor special roles and hide it for all others
  • sonarcloud analyse

Changed

  • GroupId from 'coffee.synyx' to 'rocks.coffeenet'
  • Dependency
    • Upgrade rocks.coffeenet:navigation-bar to 0.16.0

Deprecated

  • 'coffeenet.allowed-authorities' in favor of 'coffeenet.navigation.display-in-navigation-for-roles'

v0.37.0

12 Jan 11:12
910d68f
Compare
Choose a tag to compare

Changed

  • Dependency
    • Upgrade spring boot to 1.5.19

v0.36.0

17 Nov 12:31
f82db6a
Compare
Choose a tag to compare

Changed

  • Dependency
    • Upgrade spring boot to 1.5.17

v0.35.0

11 Sep 17:02
cd8caea
Compare
Choose a tag to compare

Changed

  • Dependency
    • Upgrade spring boot to 1.5.16

v0.34.0

24 Aug 13:05
a3dd2c8
Compare
Choose a tag to compare

Added

  • Open /health and /info endpoints for all application by default

v0.33.1

18 Aug 10:12
5c1a83f
Compare
Choose a tag to compare

Fixed

  • Username in navigation bar correct font color if profile service is not available

v0.33.0

18 Aug 08:32
642c015
Compare
Choose a tag to compare

Added

  • coffeenet-starter-monitoring
  • coffeenet-actuator

Changed

  • Upgrade navigation bar to 0.15.0
  • New navigation design