Skip to content

Commit

Permalink
https://github.com/ch4mpy/spring-addons/issues/178
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jan 19, 2024
1 parent cfc6ea1 commit 8e3426a
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 220 deletions.
9 changes: 6 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ These starters are designed to push auto-configuration one step further. In most
I could forget to update README before releasing, so please refer to [maven central](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons/) to pick latest available release
```xml
<properties>
<springaddons.version>7.3.3</springaddons.version>
<springaddons.version>7.3.4</springaddons.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -518,9 +518,12 @@ I could forget to update README before releasing, so please refer to [maven cent
### 5.1. <a name="release-notes-7"/>`7.x` Branch
### `7.3.4`
- [gh-178](https://github.com/ch4mpy/spring-addons/issues/178) `authorization-request-params` ignored in reactive applications
### `7.3.3`
- [gh-176](https://github.com/ch4mpy/spring-addons/issues/176) Exception thrown when post-logout-redirect-path is null
- [gh-177](https://github.com/ch4mpy/spring-addons/issues/177) post-login-success-uri params and headers on authentication request are ignored
- [gh-176](https://github.com/ch4mpy/spring-addons/issues/176) Exception thrown when `post-logout-redirect-path` is null
- [gh-177](https://github.com/ch4mpy/spring-addons/issues/177) Post-login success & failure URI params and headers on authentication request are ignored in reactive applications
### `7.3.2`
- [gh-174](https://github.com/ch4mpy/spring-addons/issues/174) Fix a regression on request to exchange authorization-code for tokens in servlet applications
Expand Down
Loading

0 comments on commit 8e3426a

Please sign in to comment.