Fixes https://jira.springsource.org/browse/SPR-7721 by filosganga · Pull Request #3 · spring-projects/spring-framework

and others added 30 commits

August 24, 2011 17:29
… 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
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

This was referenced

Jan 11, 2019

This was referenced

May 12, 2021

cesarhernandezgt added a commit to cesarhernandezgt/spring-framework that referenced this pull request

Aug 19, 2024

Ganeshgautam pushed a commit to atlassian-forks/spring-framework that referenced this pull request

May 26, 2025
…pring-projects#3)

Issue/CONFSERVER-97986 spring webmvc vuln fix

Approved-by: Richard Atkins