Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues/9787 #9894

Closed
wants to merge 25 commits into from
Closed

Issues/9787 #9894

wants to merge 25 commits into from

Conversation

ch4mpy
Copy link
Contributor

@ch4mpy ch4mpy commented Jun 10, 2021

Add failing test to demo issue 9787

rwinch and others added 22 commits May 18, 2021 15:32
Instead of having api extend included configuration, we should use the
*Classpath configurations.

Closes gh-9767
Fixes an issue where custom status codes in the error response cause an
IllegalArgumentException to be thrown when resolving an HttpStatus.

Closes gh-9741
Fixes an issue where provider URLs passed to the constructor of the
DefaultSpringSecurityContextSource can be URL encoded, resulting in
an invalid base dn. Additionally adds support for list constructor
to support spaces in base dn.

Closes gh-9742
Ensure that isTransientAuthentication reuses the same authentication object from saveContext

Closes gh-8947
Now encodes already encoded queryparameters in postLogoutRedirectUrl
correctly

Closes gh-9511
Flux#skip discards its corresponding elements, meaning that they
aren't intended for reuse. When using RSocket's ByteBufPayloads,
this means that the bytes are releaseed back into RSocket's pool.

Since the downstream request may still need the skipped payload,
we should construct the publisher in a different way so as to
avoid the preemptive release.

Deferring Spring JavaFormat to clarify what changed.

Closes gh-9345
Point to 5.5.x reference guide

Issue gh-6502
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 10, 2021
@ch4mpy ch4mpy changed the base branch from 5.5.x to main June 10, 2021 04:48
@ch4mpy
Copy link
Contributor Author

ch4mpy commented Jun 10, 2021

Replacing this PR with a cleaner one

@ch4mpy ch4mpy closed this Jun 10, 2021
@jgrandja jgrandja self-assigned this Jun 11, 2021
@jgrandja jgrandja added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants