-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Add serialVersionUID to DefaultSavedRequest and SavedCookie #10676
Closed
jakspok
wants to merge
117
commits into
spring-projects:5.7.x
from
jakspok:add-serialuuid-to-DefaultSavedRequest-SavedCookie
Closed
Add serialVersionUID to DefaultSavedRequest and SavedCookie #10676
jakspok
wants to merge
117
commits into
spring-projects:5.7.x
from
jakspok:add-serialuuid-to-DefaultSavedRequest-SavedCookie
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I went through everything to get it to fit with Spring's docuemntation standard. Lots of small changes for punctuation, grammar, usage, voice, and so on. Also added some links, mostly to the API Javadoc.
A file changed while I was working on it, as the developers added more material for Kotlin. I edited the changes, to make everything be consistent.
The switch to main triggered some conflicts, which I have fixed in this commit.
Fixes to make the build work.
Incorporated suggested changes from a review.
Mostly restoring the formatting of admonitions.
I missed three block delimiters while restoring admonition formatting.
AspectJ doesn't support JDK17 language level (yet). For the time being, this commit is downgrading the language level for the aspectJ generated classes to 1.8. Issue spring-projectsgh-10349
The dependency is not needed anymore and there is a issue when using OpenJDK 13 or higher reactor/BlockHound#33 Issue spring-projectsgh-10343
Copy the code from the library and change it to support the Jakarta classes Issue spring-projectsgh-10360
This reverts commit aa5564e.
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Jan 4, 2022
Hi @jakspok. Nice work. Can you please change the target branch from
|
jakspok
changed the title
add serialVersionUID
Add serialVersionUID to DefaultSavedRequest and SavedCookie
Jan 12, 2022
eleftherias
added
in: web
An issue in web modules (web, webmvc)
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Jan 13, 2022
marcusdacoregio
added
type: enhancement
A general enhancement
status: duplicate
A duplicate of another issue
labels
Jan 18, 2022
I decided to take the commit, apply a polish and push it to Closed via 7435da6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
An issue in web modules (web, webmvc)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add serialVersionUID to DefaultSavedRequest and SavedCookie
#10594