jaconi-io / morp

Multi-tenant OpenID Connect reverse proxy
MIT License
0 stars 0 forks source link

build: update to Spring Boot 3.2 #253

Closed jnodorp-jaconi closed 8 months ago

jnodorp-jaconi commented 8 months ago

Pull request checklist

Pull request structure

Implementation checks

Pull request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?

Host mappings do not support ports anymore:

- id: invalid-host-mapping
   uri: https://example.com
   predicates:
     - Host={tenant}.localtest.me:8080

- id: valid-host-mapping
   uri: https://example.com
   predicates:
     - Host={tenant}.localtest.me
sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.21%. Comparing base (40211ce) to head (2aa807a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #253 +/- ## ========================================= Coverage 86.21% 86.21% Complexity 123 123 ========================================= Files 27 27 Lines 312 312 Branches 31 31 ========================================= Hits 269 269 Misses 27 27 Partials 16 16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.