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

Add serialVersionUID to DefaultSavedRequest and SavedCookie #10676

Conversation

jakspok
Copy link
Contributor

@jakspok jakspok commented Jan 4, 2022

Add serialVersionUID to DefaultSavedRequest and SavedCookie
#10594

Jay Bryant and others added 30 commits June 4, 2021 14:13
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
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 4, 2022
@marcusdacoregio
Copy link
Contributor

Hi @jakspok. Nice work.

Can you please change the target branch from main to 5.7.x? Also, it would be nice if you could change the commit message to something like this:

Add serialVersionUID to DefaultSavedRequest and SavedCookie

Closes gh-10594

@marcusdacoregio marcusdacoregio added this to the 5.7.x milestone Jan 12, 2022
@jakspok jakspok changed the title add serialVersionUID Add serialVersionUID to DefaultSavedRequest and SavedCookie Jan 12, 2022
@jakspok jakspok changed the base branch from main to 5.7.x January 12, 2022 14:10
@eleftherias 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 marcusdacoregio self-assigned this Jan 18, 2022
@marcusdacoregio marcusdacoregio added type: enhancement A general enhancement status: duplicate A duplicate of another issue labels Jan 18, 2022
@marcusdacoregio marcusdacoregio modified the milestones: 5.7.x, 5.7.0-M2 Jan 18, 2022
@marcusdacoregio
Copy link
Contributor

I decided to take the commit, apply a polish and push it to 5.7.x due to this PR having so many conflicts (probably you did not rebase your branch). Note that you are still the author of the changes.

Closed via 7435da6

@jakspok jakspok deleted the add-serialuuid-to-DefaultSavedRequest-SavedCookie branch January 18, 2022 15:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.