Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 11:41
· 53 commits to main since this release

⛮ Misc

  • [#785] - Add specific unit test class for the StorkConfigUtils class
  • [#783] - Document how to use microprofile config dependency and an example
  • [#782] - Support Spring boot configuration

🚨 Breaking Changes

Change Justification
field microprofile.MicroProfileConfigProvider.LOAD_BALANCER has been removed Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.LOAD_BALANCER
field microprofile.MicroProfileConfigProvider.LOAD_BALANCER_EMBEDDED has been removed Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.LOAD_BALANCER_EMBEDDED
field microprofile.MicroProfileConfigProvider.SERVICE_DISCOVERY has been removed Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_DISCOVERY
field microprofile.MicroProfileConfigProvider.SERVICE_DISCOVERY_EMBEDDED has been removed Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_DISCOVERY_EMBEDDED
field microprofile.MicroProfileConfigProvider.SERVICE_REGISTRAR has been removed Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_REGISTRAR
field microprofile.MicroProfileConfigProvider.SERVICE_REGISTRAR_EMBEDDED has been removed Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_REGISTRAR_EMBEDDED