-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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
Fixes https://jira.springsource.org/browse/SPR-7721 #3
Closed
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4919 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4920 50f2f4bb-b051-0410-bef5-90022cba6387
Issue: SPR-8632, SPR-8635 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4921 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4922 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4923 50f2f4bb-b051-0410-bef5-90022cba6387
… given Accept: text/*, method with text/* is preferred over text/plain). Also pick a media type alphabetically when two 'produces' condition media types match equally (e.g. given Accept: text/* method with text/plain is chosen over text/xhtml) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4924 50f2f4bb-b051-0410-bef5-90022cba6387
[SPR-8240] cleaned up and formatted the testing chapter. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4925 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4926 50f2f4bb-b051-0410-bef5-90022cba6387
See comments at ExtendedBeanInfo#reproSpr8522 Issue: SPR-8522 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4927 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4928 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4929 50f2f4bb-b051-0410-bef5-90022cba6387
… findMethod() does not currently support var-args. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4930 50f2f4bb-b051-0410-bef5-90022cba6387
…ort for invoking methods that accept var-args. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4931 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4932 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4933 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4934 50f2f4bb-b051-0410-bef5-90022cba6387
… (before forwarding) is null. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4935 50f2f4bb-b051-0410-bef5-90022cba6387
…n ContentNegotiatingViewResolver. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4936 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4937 50f2f4bb-b051-0410-bef5-90022cba6387
…quest conditions. Polish javadoc in RequestMappingInfo and related HandlerMapping classes git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4938 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4939 50f2f4bb-b051-0410-bef5-90022cba6387
…in additional @ExceptionHandler methods. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4940 50f2f4bb-b051-0410-bef5-90022cba6387
+ refactor a bit the internals of CacheAspect to allow invocations that do not throw any exceptions (AspectJ) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4941 50f2f4bb-b051-0410-bef5-90022cba6387
Issue: SPR-8664 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4942 50f2f4bb-b051-0410-bef5-90022cba6387
Issue: SPR-8643 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4943 50f2f4bb-b051-0410-bef5-90022cba6387
Prior to this change, spring-orm/template.mf was exclusive of javax.jdo 3.0.0. Now, after local testing against the newly-released jdo-api 3.0 jar, the template has been updated to allow for use in OSGi containers. Note that actually updating build dependency descriptors to JDO 3.0 such that the framework is continually tested against this version is covered by a separate issue (SPR-8668). Issue: SPR-8667, SPR-8655 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4944 50f2f4bb-b051-0410-bef5-90022cba6387
…iew. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4945 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4946 50f2f4bb-b051-0410-bef5-90022cba6387
Issue: SPR-8670 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4947 50f2f4bb-b051-0410-bef5-90022cba6387
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4948 50f2f4bb-b051-0410-bef5-90022cba6387
This was referenced Jan 10, 2019
Closed
drodriguezhdez
referenced
this pull request
in scope-demo/spring-framework
Oct 14, 2019
This was referenced May 12, 2021
cesarhernandezgt
added a commit
to cesarhernandezgt/spring-framework
that referenced
this pull request
Aug 19, 2024
…ELEASE-TT.x-patch Backport for spring-projectsgh-30330, spring-projectsgh-30332, spring-projectsgh-30265
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull fixes the SPR-7721. Using actualValue instead of value form formMultiSelect and formCheckboxes