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

Fix and improve Javadoc in spring-core and spring-context #28802

Closed
wants to merge 2 commits into from
Closed

Fix and improve Javadoc in spring-core and spring-context #28802

wants to merge 2 commits into from

Conversation

marcwrobel
Copy link
Contributor

No description provided.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jul 12, 2022
@sbrannen sbrannen self-assigned this Jul 13, 2022
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 13, 2022
@sbrannen sbrannen added this to the 5.3.22 milestone Jul 13, 2022
@@ -131,7 +131,7 @@ public AnnotationVisitor visitAnnotation(final String name, final String descrip
/**
* Visits an array value of the annotation. Note that arrays of primitive values (such as byte,
* boolean, short, char, int, long, float or double) can be passed as value to {@link #visit
* visit}. This is what {@link ClassReader} does for non empty arrays of primitive values.
* visit}. This is what {@link ClassReader} does for non-empty arrays of primitive values.
Copy link
Member

@sbrannen sbrannen Jul 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please refrain from modifying classes under org.springframework.asm, org.springframework.cglib, and org.springframework.objenesis. Those include repackaged forks of the third-party libraries ASM, CGLIB, and Objenesis. Any refactoring to those classes should take place upstream in the originating repository. The Spring Framework will then pick up the changes when syncing with official updates of the forked third-party libraries.


The above is our standard policy, but don't worry about updating this PR. I'll revert all ASM and CGLIB changes while merging.

sbrannen pushed a commit to sbrannen/spring-framework that referenced this pull request Jul 13, 2022
@sbrannen sbrannen closed this in c48c5e7 Jul 13, 2022
@sbrannen
Copy link
Member

This has been merged.

Thanks

@marcwrobel marcwrobel deleted the fix-javadoc-spring-core-context branch July 13, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants