sha stringlengths 1 40 | author stringlengths 1 63 ⌀ | committer stringlengths 1 41 ⌀ | message stringlengths 1 65.5k ⌀ | subject stringlengths 1 5.64k ⌀ | subject_length float64 1 5.64k ⌀ | is_chore bool 2
classes | is_bot bool 2
classes | subject_word_count float64 1 806 ⌀ | verb_object_spacy bool 2
classes | verb_object_stanza bool 2
classes | fits_requirements bool 2
classes | owner stringlengths 2 15 | repo stringlengths 2 21 | __index_level_0__ int64 0 85.4k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
af8aff3e49dbd26cf05ff2039ee74313039808f0 | Juergen Hoeller | Juergen Hoeller | added StandardServletMultipartResolver for Servlet 3.0 | added standardservletmultipartresolver for servlet 3.0 | 54 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,957 |
127115671ccafb5bc10be2ce2e3a4c0722c79eca | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8218 MVC chapter updates | spr-8218 mvc chapter updates | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,958 |
367a0c2933b610892f50875ca0f7f76228d8a9d0 | Chris Beams | Chris Beams | Upgrade javax.servlet dependency to 3.0 for .web
In support of SPR-7672 which will support code-based configuration
alternatives to web.xml using new features in the Servlet 3.0 API.
This upgrade does *not* force Spring users to upgrade to Servlet 3.0
capable containers. Compatibility with and support for
javax.serv... | upgrade javax.servlet dependency to 3.0 for .web | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,959 |
2ceeff370aff402bd669f9125d93e99d09e8ce71 | Chris Beams | Chris Beams | Allow multiple locations via @PropertySource#value
Issue: SPR-8314 | allow multiple locations via @propertysource#value | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,960 |
0756a6abfed06ed4590341c5c9b10b41ad633e25 | Chris Beams | Chris Beams | Polish PropertySource and Environment Javadoc | polish propertysource and environment javadoc | 45 | false | false | 5 | true | false | true | spring-projects | spring-framework | 21,961 |
37d955b35bbf49741c8938290bd2ed84bd64c468 | Arjen Poutsma | Arjen Poutsma | Added tests for @RequestMaping produces and consumes | added tests for @requestmaping produces and consumes | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,962 |
f43d0e100373abffd8e638ae9541a9bdc91dd7fc | Keith Donald | Keith Donald | Revised converter search algorithm to favor super classes before interface hierarchy | revised converter search algorithm to favor super classes before interface hierarchy | 84 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,963 |
ad93d20a6c6987ec15dca9a43eb1e3a02ff2183d | Keith Donald | Keith Donald | SPR-6749 | spr-6749 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,964 |
47e3f0948dbc2530c3722ed31176590de6032133 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,965 |
01cbfd4f6f750aa87021a91658bf09a2f28e0d03 | Keith Donald | Keith Donald | added null binding check for primitives for all conversion results; polishing | added null binding check for primitives for all conversion results; polishing | 77 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,966 |
c5833b192e3f3a280f8c63a9c45ca96776415a6b | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7353 Use canWrite to narrow down list of producible types | spr-7353 use canwrite to narrow down list of producible types | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,967 |
d02e37a307c10276537cdb91368f6593c365b22f | Keith Donald | Keith Donald | added new ConverterRegistry operation; polishing | added new converterregistry operation; polishing | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,968 |
e25fbf2533a809c7c4eacc59a90169da73ad6c0b | Keith Donald | Keith Donald | added symmetry to ToString converters: SPR-8306 | spr-8306 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,969 |
e11d7c328ff0803a1dea9021d862aaf53a7e9ea5 | Sam Brannen | Sam Brannen | Added Eclipse project dependency on org.springframework.asm | added eclipse project dependency on org.springframework.asm | 59 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,970 |
c4363673dce9ca819b7b206ac5b2cd66473a4315 | Chris Beams | Chris Beams | Delegate parent environment to child app contexts
Calls to AbstractApplicationContext#setParent delegate the parent
context environment to the child.
This ensures that any property sources added to the parent are available
to the child as well as ensuring that any profiles activated are
activated everywhere.
Child c... | delegate parent environment to child app contexts | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,971 |
c696e195fa27f6dccdb1551bbd9a9dd894242cf9 | Chris Beams | Chris Beams | Introduce AnnotationConfigCapableApplicationContext
AnnotationConfigApplicationContext and
AnnotationConfigWebApplicationContext both expose #register and #scan
methods as of the completion of SPR-8320. This change introduces a new
interface that declares each of these methods and refactors ACAC and
ACWAC to implement... | introduce annotationconfigcapableapplicationcontext | 51 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,972 |
e128ee2464b1d4bcc988999f4e05da5e8ecdf0ed | Chris Beams | Chris Beams | Introduce AnnotationConfigWAC #scan and #register
Primarily for use in conjunction with ApplicationContextInitializer,
these new #scan and #register methods mirror those in
AnnotationConfigApplicationContext. #setConfigLocation
and #setConfigLocations methods remain for compatibility with
ContextLoader-style initializ... | introduce annotationconfigwac #scan and #register | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,973 |
56720fc42cfdab28a61fecfbd3a9e543763ef1a9 | Chris Beams | Chris Beams | Support "contextInitializerClasses" init-param
FrameworkServlet now has support equivalent to ContextLoader and its
"contextInitializerClasses" context-param introduced in 3.1 M1.
This allows users to specify ApplicationContextInitializers at the root
(ContextLoader) level and/or at the DispatcherServlet level.
Issu... | support "contextinitializerclasses" init-param | 46 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,974 |
3c6254df909af63e2ba806c2705375c90ff58ad3 | Chris Beams | Chris Beams | Polish FrameworkServlet Javadoc; fix warnings | polish frameworkservlet javadoc; fix warnings | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,975 |
7430fcd9049331d1e28af2879beb036ae45eb905 | Keith Donald | Keith Donald | SPR-8364 | spr-8364 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,976 |
5c67dbf42466ee984c48c9b04e58d4039d614848 | Keith Donald | Keith Donald | revised findCommonElement handling within TypeDescriptor.forObject(Object); we now fully introspect the collection elements to resolve the common type. We also support nested introspection e.g. collections of collections. Object.class is used to indicate no common type, and TypeDescriptor.NULL is used to indicate a n... | revised findcommonelement handling within typedescriptor.forobject(object); we now fully introspect the collection elements to resolve the common type. we also support nested introspection e.g. collections of collections. object.class is used to indicate no common type, and typedescriptor.null is used to indicate a n... | 337 | false | false | 44 | false | false | false | spring-projects | spring-framework | 21,977 |
79f9d1cfc6275e6ba95ef51db6c4cf2fbde0ce78 | Keith Donald | Keith Donald | moved applyIndexedObject internal, now invoked inside forObject static factory method | moved applyindexedobject internal, now invoked inside forobject static factory method | 85 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,978 |
4d6a5849f70288b5f5c19030b1fd8f087a6cb90b | Keith Donald | Keith Donald | SPR-8364 | spr-8364 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,979 |
ba2bac17de41d30215d765c791da1f497f957494 | Oliver Gierke | Oliver Gierke | SPR-7604 - Support multiple embedded databases.
Embedded datasources now get their bean ids set as database name to allow multiple databases of the same type in parallel. Refactored tests a little and made BeanDefinitionParser package private to align with the other ones. Adapted changelog accordingly. | spr-7604 - support multiple embedded databases | 46 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,980 |
5918e2fa9c87116cbfeeadbd2ed63959dc426849 | Juergen Hoeller | Juergen Hoeller | preparations for 3.0.5 release | preparations for 3.0.5 release | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,981 |
6d94c92d97ec449178cc79ac864e003ae2454ca4 | Juergen Hoeller | Juergen Hoeller | DefaultMessageListenerContainer's skips no-message-received commit on Tibco (avoiding a deadlock; SPR-7558) | defaultmessagelistenercontainer's skips no-message-received commit on tibco (avoiding a deadlock; spr-7558) | 107 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,982 |
3f0462510e4edefc7d6ef830b0ea61e1ff623fd4 | Juergen Hoeller | Juergen Hoeller | getTestExecutionListeners() returns actual List which allows for iteration as well as modification (SPR-7595) | gettestexecutionlisteners() returns actual list which allows for iteration as well as modification (spr-7595) | 109 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,983 |
40fa8afce47870f80bc79efd7501a699d05a57fa | Juergen Hoeller | Juergen Hoeller | DispatcherPortlet's default resource serving explicitly prevents access to WEB-INF and META-INF (SPR-7540) | dispatcherportlet's default resource serving explicitly prevents access to web-inf and meta-inf (spr-7540) | 106 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,984 |
aac2de9221f04763beaf1d9d061f9568e38678b1 | Juergen Hoeller | Juergen Hoeller | avoid ConcurrentModificationException when iterating attribute names (SPR-7557) | avoid concurrentmodificationexception when iterating attribute names (spr-7557) | 79 | false | false | 7 | true | true | false | spring-projects | spring-framework | 21,985 |
cbab6fa59fcc3b76b1400064081a029f8a5e803d | Juergen Hoeller | Juergen Hoeller | reduced BeanDefinition footprint by initializing Sets and Maps with 0 | reduced beandefinition footprint by initializing sets and maps with 0 | 69 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,986 |
b7b2a259537a1e7a0862c2a5b1d29342bb310c99 | Juergen Hoeller | Juergen Hoeller | fixed ApplicationContext event processing for repeated invocations to non-singleton listener beans (SPR-7563) | fixed applicationcontext event processing for repeated invocations to non-singleton listener beans (spr-7563) | 109 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,987 |
d9b54a524d82597724100ab1a832e192f8412c79 | Juergen Hoeller | Juergen Hoeller | revised "ClassUtils.isAssignable" semantics to cover primitives vs wrappers in both directions (SPR-7610) | revised "classutils.isassignable" semantics to cover primitives vs wrappers in both directions (spr-7610) | 105 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,988 |
9008e08171c0e284f338d44dab672c48cf98a93e | Oliver Gierke | Oliver Gierke | SPR-7651 - Document limitations of @Async.
* documented that @Async can't be used in conjunction with lifecycle callbacks such as @PostConstruct
* provide sample for workaround
* added semantic markup for code | spr-7651 - document limitations of @async | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,989 |
eb0990b37e0087635b299b8e4706520a778d4ab7 | Oliver Gierke | Oliver Gierke | Formatting for scheduling.xml. | formatting for scheduling.xml | 29 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,990 |
1fc6de0403097104049d87d3292247ff09d4b033 | Oliver Gierke | Oliver Gierke | SPR-7609 - Fixed typos in JMS documentation. | spr-7609 - fixed typos in jms documentation | 43 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,991 |
b467f2c858aa8039520ef91c1c6488bbe4e70f79 | Oliver Gierke | Oliver Gierke | SPR-7602 - Correctly shutdown Derby >= 10.6
The shutdown mechanism for in-memory databases has changed since 10.6. We now have to trigger 'drop' instead of 'shutdown'. Besides that we can skip purging the database manually in newer versions. | spr-7602 - correctly shutdown derby >= 10.6 | 43 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,992 |
e211c0906536d8f941e92950b2dc84c608865fc6 | Juergen Hoeller | Juergen Hoeller | fixed exists() check for resources in zipped files (SPR-7559) | fixed exists() check for resources in zipped files (spr-7559) | 61 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,993 |
f88f69e700abb5291049fc5edd08e0d71dec54b0 | Juergen Hoeller | Juergen Hoeller | AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser (SPR-7570) | aspectjexpressionpointcut uses bean classloader for initializing the aspectj pointcut parser (spr-7570) | 103 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,994 |
eda6268d9deed787b3b656843ed5fad02c7b15f1 | Juergen Hoeller | Juergen Hoeller | fixed findPlaceholderEndIndex to work with a custom suffix as well (SPR-7574) | fixed findplaceholderendindex to work with a custom suffix as well (spr-7574) | 77 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,995 |
668207d59d72d5cb1eb169551314c5c290f685f8 | Juergen Hoeller | Juergen Hoeller | fixed Portlet UnavailableException tests (SPR-7542) | fixed portlet unavailableexception tests (spr-7542) | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,996 |
803b336354d630385c60d959d30d40feb154c488 | Juergen Hoeller | Juergen Hoeller | fixed Portlet UnavailableException tests (SPR-7542) | fixed portlet unavailableexception tests (spr-7542) | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,997 |
4c154d3cabee9876265d7aee61070e236f03637e | Juergen Hoeller | Juergen Hoeller | AnnotationSessionFactoryBean's "postProcessConfiguration" is non-final now (because of Hibernate 3.6; SPR-7581) | annotationsessionfactorybean's "postprocessconfiguration" is non-final now (because of hibernate 3.6; spr-7581) | 111 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,998 |
7ad191c91220aa711659ae413b480242bc2c8dc2 | Juergen Hoeller | Juergen Hoeller | made ResourceHttpRequestHandlerTests more reliable (SPR-7565) | made resourcehttprequesthandlertests more reliable (spr-7565) | 61 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,999 |
70cb81b4b5d9633d6eeb8967b7289fb9394734cd | Arjen Poutsma | Arjen Poutsma | SPR-7591 - HttpStatusCodeException should contain response body | spr-7591 - httpstatuscodeexception should contain response body | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,000 |
6e516b7281e92e3ae00343437ce5d16ebc9bacf5 | Costin Leau | Costin Leau | SPR-6819
+ change jpa Maven dependency from provided to compile | spr-6819 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,001 |
aab05c4da95034cbbe52e551cef4a0f1dd5f930a | Jeremy Grelle | Jeremy Grelle | Minor correction to doc updates made as part of SPR-7545 - "cache-period" attribute was incorrectly documented as "cache-seconds". | minor correction to doc updates made as part of spr-7545 - "cache-period" attribute was incorrectly documented as "cache-seconds" | 129 | false | false | 18 | false | false | false | spring-projects | spring-framework | 22,002 |
562747ef414b8de4224f3eb9a2ee1b93f12b0cc5 | Chris Beams | Chris Beams | Review recent documentation and default servlet changes
- Relocate and fix typos in interface-based @RequestMapping tip (SPR-7537)
- Fix typos in constructor-arg 'name' disambiguation section (SPR-7443)
- Polish whitespace in DefaultServletHttpRequestHandler (SPR-7553) | review recent documentation and default servlet changes | 55 | false | false | 7 | false | true | false | spring-projects | spring-framework | 22,003 |
c1d2c36f32291294407baebd7625955f02378f0b | Oliver Gierke | Oliver Gierke | SPR-7443 - Mentioned @ConstructorProperties in doc
If you want to reference parameters by name in XML
configuration you can also use @ConstructorProperties
to name the parameters in the class. | spr-7443 - mentioned @constructorproperties in doc | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,004 |
e8b9c6d5ff6d48760d0abdd54147d9ed6c430a30 | Oliver Gierke | Oliver Gierke | SPR-7443 - Constructor arg resolution by name (doc)
Added documentation on constructor argument
disambiguation by using the argument names. | spr-7443 - constructor arg resolution by name (doc) | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,005 |
b2b195e2cfb50a336060fe160a3ac1eb39cfb018 | Thomas Risberg | Thomas Risberg | changed the access of the "reconcileColumnsToUse" and "reconcileParameters" methods to protected (SPR-7556) | changed the access of the "reconcilecolumnstouse" and "reconcileparameters" methods to protected (spr-7556) | 107 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,006 |
2c559aa8c885a23df67e4607e604c17204db9c84 | Oliver Gierke | Oliver Gierke | SPR-7537 - Document proxying for MVC controllers
Extended documentation to include hints on what to
consider when working with proxied controllers.
Explained the necessity of moving @RequestMapping
annotations to the interface or use proxy-target-
class="true". | spr-7537 - document proxying for mvc controllers | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,007 |
bf90a2ddb6724e84244de05bf30d498a65820271 | Juergen Hoeller | Juergen Hoeller | DispatcherPortlet throws custom NoHandlerFoundException instead of misleading UnavailableException (SPR-7542) | dispatcherportlet throws custom nohandlerfoundexception instead of misleading unavailableexception (spr-7542) | 109 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,008 |
a3f155220bec9ba8404c9975dfd0de1e82b470bb | Juergen Hoeller | Juergen Hoeller | UriTemplate is serializable now (SPR-7541) | uritemplate is serializable now (spr-7541) | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,009 |
6d4faa6c5259743f8544352e970c85dfeebbe56f | Juergen Hoeller | Juergen Hoeller | ApplicationContext registers context-specific ClassArrayEditor for its bean ClassLoader (SPR-1461) | applicationcontext registers context-specific classarrayeditor for its bean classloader (spr-1461) | 98 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,010 |
d8ecc76d4cce50feb7c3691d201755535940e831 | Jeremy Grelle | Jeremy Grelle | SPR-7545 - Reference documentation now reflects the final state of the ResourceHttpRequestHandler and references the DefaultServletHttpRequestHandler properly. | spr-7545 - reference documentation now reflects the final state of the resourcehttprequesthandler and references the defaultservlethttprequesthandler properly | 158 | false | false | 17 | false | false | false | spring-projects | spring-framework | 22,011 |
05bcc4028d63fe8896ca7959a47f0d17ae14ce51 | Chris Beams | Chris Beams | Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547)
When using PropertiesLoaderSupport implementations (principally
PropertyPlaceholderConfigurer), an assumption was made that any
Resource representing a set of properties must be file-based. SPR-7547
exposed the fact that if a non-file-bas... | fix assumption about file-based resources in propertiesloadersupport (spr-7547) | 79 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,012 |
334a294e2a5c57250bfeb5847d16339b5b535862 | Jeremy Grelle | Jeremy Grelle | SPR-7553 - DefaultServletHttpRequestHandler fails on Google App Engine | spr-7553 - defaultservlethttprequesthandler fails on google app engine | 70 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,013 |
99f7142e3f78e73cf191fedb41926189dee69dc5 | Chris Beams | Chris Beams | Add @Ignored repro test for SPR-7538 | add @ignored repro test for spr-7538 | 36 | false | false | 6 | true | true | true | spring-projects | spring-framework | 22,014 |
aa54518e2e44f6256f4397aa1f8941e0ba2c7b49 | Juergen Hoeller | Juergen Hoeller | final preparations for 3.0.5 | final preparations for 3.0.5 | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,015 |
c2dab9c20055c6d175849d9cecbd4ce10f854660 | Juergen Hoeller | Juergen Hoeller | EmbeddedDatabaseFactory shuts down database when failing to populate it in initDatabase (SPR-7536) | embeddeddatabasefactory shuts down database when failing to populate it in initdatabase (spr-7536) | 98 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,016 |
609f91e1b43f1f14068b68ed2e8c792bf6e3c5ee | Juergen Hoeller | Juergen Hoeller | final preparations for 3.0.5 | final preparations for 3.0.5 | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,017 |
87e7258c9adc8af6e68ad07d84ae355b3d9edd6b | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,018 |
134e79c0fd49bd7912088af4d08fb774dd45fd13 | Juergen Hoeller | Juergen Hoeller | clearly document behavior with respect to beans of same name at different factory levels (SPR-6117) | clearly document behavior with respect to beans of same name at different factory levels (spr-6117) | 99 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,019 |
08fb61316d2ab5888ca77e79242b7e6eb57d89b0 | Chris Beams | Chris Beams | Comment xsd-config-setup doc pending overhaul (SPR-7521) | comment xsd-config-setup doc pending overhaul (spr-7521) | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,020 |
4b89069cabaece5ddba54361f6b2a4098c18598f | Chris Beams | Chris Beams | Polish whitespace in docs | polish whitespace in docs | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,021 |
5f2d88f74a626ec04f0226accbb540dd9f74af5c | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,022 |
53692a79e2ece70f6b5ce78254050ceffe81a9eb | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,023 |
b07a7be262bc4d148556221971fb1bd57c7816cb | Juergen Hoeller | Juergen Hoeller | expression parser stuff | expression parser stuff | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,024 |
7a42ff16acd787c4a5b7c01c36ef9c42b6039869 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,025 |
f848e5081daeb6a267b929afa512f642c0112317 | Juergen Hoeller | Juergen Hoeller | updated version statement in javadoc | updated version statement in javadoc | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,026 |
91a53a36ecbef88a5dfe990138ae5548d6ff68e2 | Juergen Hoeller | Juergen Hoeller | LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well | localsessionfactorybean's "entitycachestrategies" works with region names on hibernate 3.6 as well | 98 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,027 |
1247d2085b9e3a9bfa955752bad6866d917e6bed | Thomas Risberg | Thomas Risberg | Polished the support for looking up column values by column label (SPR-7506) | polished the support for looking up column values by column label (spr-7506) | 76 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,028 |
90636f66a85ff39c2b22676c45e9b0b79419aa93 | Thomas Risberg | Thomas Risberg | Added support for looking up column values by column label to support CachedRowSetImpl which doesn't allow for column label use (SPR-7506); added some generics; | added support for looking up column values by column label to support cachedrowsetimpl which doesn't allow for column label use (spr-7506); added some generics; | 160 | false | false | 24 | false | false | false | spring-projects | spring-framework | 22,029 |
c33df5977a622d5ced7a057af090c39a8f95b2ec | Juergen Hoeller | Juergen Hoeller | pass full TypeDescriptor context through to ConversionService calls (SPR-7519) | pass full typedescriptor context through to conversionservice calls (spr-7519) | 78 | false | false | 9 | true | true | false | spring-projects | spring-framework | 22,030 |
6f69b7b75251a5e78a15b1c5c41b329fb2d482d0 | Chris Beams | Chris Beams | Allow class-relative resource loading in GenericXmlApplicationContext (SPR-7530)
Before:
- new GenericXmlApplicationContext("com/acme/path/to/resource.xml");
- GenericXmlApplicationContext ctx = new GenericXmlApplicationContext();
ctx.load("com/acme/path/to/resource.xml");
ctx.refresh();
After:
... | allow class-relative resource loading in genericxmlapplicationcontext (spr-7530) | 80 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,031 |
912d3493663090aceeed140f2b4437dced74474c | Juergen Hoeller | Juergen Hoeller | @MVC fixes | @mvc fixes | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,032 |
284f98f12a53e46a58c7731da075148eff26137a | Juergen Hoeller | Juergen Hoeller | fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483) | fixed @mvc processing of parameter-level annotations to work with interface-based proxies again (spr-7483) | 106 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,033 |
907febd86ee0da8c6d500c3317168a0a3f8b2895 | Juergen Hoeller | Juergen Hoeller | revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) | revised @requestparam processing to support csv-to-array/collection binding with conversionservice (spr-7479) | 109 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,034 |
af7203b839be22b3b29a9ab2ae7bc54c29c17320 | Arjen Poutsma | Arjen Poutsma | Added XMLEventStreamWriter | added xmleventstreamwriter | 26 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,035 |
a251d6a6cc0ae65b58a8790f5d3ce4a72918d74a | Juergen Hoeller | Juergen Hoeller | revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) | revised @requestparam processing to support csv-to-array/collection binding with conversionservice (spr-7479) | 109 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,036 |
449337a54437fac15db9048ef29fd2e65efd8f48 | Arjen Poutsma | Arjen Poutsma | Small Stax fixes. | small stax fixes | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,037 |
f92f295055cc40e362cfe33d8644fa791e6da765 | Arjen Poutsma | Arjen Poutsma | Small Stax fixes. | small stax fixes | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,038 |
6a4bc3e39fcec09f055f30e32e17df9834e5344e | Juergen Hoeller | Juergen Hoeller | further fixes for 3.0.5 | further fixes for 3.0.5 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,039 |
88e0dcfa0673e689e9e61604b72f33137d5002bd | Juergen Hoeller | Juergen Hoeller | added MockMultipartFile to web-portlet module | added mockmultipartfile to web-portlet module | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,040 |
bd05b046d0f2e893e48458932054e5109daf9b7a | Juergen Hoeller | Juergen Hoeller | reverted shortening of action exception parameter value; fixed multipart test (SPR-7495) | reverted shortening of action exception parameter value; fixed multipart test (spr-7495) | 88 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,041 |
7e5215b5d49b27924ed46a3c57408177aec785fe | Juergen Hoeller | Juergen Hoeller | fixed typo | fixed typo | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,042 |
ba946c08dd4a8c010ff82126476a4c8d994ec8a4 | Juergen Hoeller | Juergen Hoeller | copy event parameters to render parameters in case of an action exception as well (SPR-7495) | copy event parameters to render parameters in case of an action exception as well (spr-7495) | 92 | false | false | 15 | false | true | false | spring-projects | spring-framework | 22,043 |
3eda5144ae6d4a9f1764439de0fcc79e85dc48db | Juergen Hoeller | Juergen Hoeller | DispatcherPortlet copies all action parameters to render parameters in case of an action exception (SPR-7495); shortened Portlet MVC's action exception render parameter value to "true" | dispatcherportlet copies all action parameters to render parameters in case of an action exception (spr-7495); shortened portlet mvc's action exception render parameter value to "true" | 184 | false | false | 25 | false | false | false | spring-projects | spring-framework | 22,044 |
e68f2f0a5fcf583ea15f6c5b0a7377408b1844aa | Juergen Hoeller | Juergen Hoeller | removed unused HandlerExecutionChain caching | removed unused handlerexecutionchain caching | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,045 |
45d9b0cb2d46930eaf6dbaf37f92e84ee53d9b5c | Juergen Hoeller | Juergen Hoeller | allow for writing the response directly in a Portlet @ExceptionHandler method (like in the Servlet equivalent) | allow for writing the response directly in a portlet @exceptionhandler method (like in the servlet equivalent) | 110 | false | false | 16 | false | false | false | spring-projects | spring-framework | 22,046 |
66b4499973de089fea8bebd71b484bbdfda0b2ac | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,047 |
e035477e6ae363c8ed81ee11876f8a26a87909c1 | Juergen Hoeller | Juergen Hoeller | extended synchronization for methodResolverCache (SPR-7525) | extended synchronization for methodresolvercache (spr-7525) | 59 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,048 |
479b4c1b849591660bfe569152c43b08eb8abe3c | Juergen Hoeller | Juergen Hoeller | added bean type to post-processing log statement (SPR-7524) | added bean type to post-processing log statement (spr-7524) | 59 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,049 |
4214bc0735c66c669a50f6391b917c54854eea5c | Chris Beams | Chris Beams | Minor post-merge cleanup | minor post-merge cleanup | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,050 |
f480333d31d8307b8c96409e7bb4f06ec0cab0ca | Chris Beams | Chris Beams | Merge 3.1.0 development branch into trunk
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this chang... | merge 3.1.0 development branch into trunk | 41 | true | false | 6 | true | true | false | spring-projects | spring-framework | 22,051 |
b0ea2b13d21992002a811dc52d89b7638040fd4a | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,052 |
a37a9e8a38cb91330c39d98dfac66647e1436afe | Arjen Poutsma | Arjen Poutsma | SPR-7667 | spr-7667 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,053 |
577755d5801a33f5cd4def52f7e81fc9b1e76240 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,054 |
610812949f4632caf8027aa7680cc847c561cc1c | Juergen Hoeller | Juergen Hoeller | prepared for 3.0.5 release | prepared for 3.0.5 release | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,055 |
82ec515e598caa971b92cdc4f86c8f894705deb7 | Juergen Hoeller | Juergen Hoeller | declared JPA API as optional (SPR-6819) | declared jpa api as optional (spr-6819) | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,056 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.