Skip to content

Release 1.0.15 - Spring Update + Generic RoutingHandler

Compare
Choose a tag to compare
@kassimhoelting kassimhoelting released this 26 Jul 05:25
· 32 commits to develop since this release

#Release Notes

  • Upgrade to Spring-Boot 2.7.1
  • Modified GitHub Action to build maven snapshots on published features
  • RoutingHandler Refactoring
  • Added generic RoutingHandler.handleGenericRequestInternal() to handle GET and POST via Spring RestTemplate including the request body. Legacy RoutingHandler logic is deprecated.
  • Rearranged helper bean initialization to configuration
  • switched to null checks on http proxy properties
  • Added spring-boot-starter-test and hamcrest-all test dependencies
  • Moved from org.junit to org.junit.jupiter.api
  • Implemented more tests

What's Changed (Commits)

Full Changelog: 1.0.14...1.0.15