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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5e19f2959e5f5627ea6deae1d1769f9469c6dcaf | Chris Beams | Chris Beams | SPR-6888: ClassPathResource.getDescription() now fully qualifies resource path regardless of constructor used. | classpathresource.getdescription() now fully qualifies resource path regardless of constructor used | 99 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,257 |
5dc59aaa7b5c888b433636f322ed5dcfa7305418 | Juergen Hoeller | Juergen Hoeller | avoid Synchronization List preparations upfront if possible (SPR-6999) | avoid synchronization list preparations upfront if possible (spr-6999) | 70 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,258 |
c9289a4dcf778a0aae627d23ad712d84eb3b0a4a | Arjen Poutsma | Arjen Poutsma | SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params | spr-6021 - allow for using multivaluemap in get request for mapping multiple request params | 91 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,259 |
ac1d2d93d6beb85f468cb669a83d9fdc9a289c84 | Arjen Poutsma | Arjen Poutsma | SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception | spr-7439 - json (jackson) @requestbody marshalling throws awkward exception | 75 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,260 |
b90260f8d2df58ac639048bea683d4aae78fdea9 | Chris Beams | Chris Beams | Link to Spring Integration at end of event coverage | link to spring integration at end of event coverage | 51 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,261 |
258a47435de27238604a1a9c3322815a1f01c0d6 | Chris Beams | Chris Beams | Remove XFire reference documentation (SPR-7434)
XFire is now CXF (per http://xfire.codehaus.org), and given that Spring
does not actually ship with any explicit XFire support, it makes sense
to remove the documentation completely. CXF does provide support for
writing services with Spring, and they provide their own d... | remove xfire reference documentation (spr-7434) | 47 | false | false | 5 | false | true | false | spring-projects | spring-framework | 22,262 |
1503a139e2ccb34c38bd4f3c506ffabea037881f | Juergen Hoeller | Juergen Hoeller | fixed yet another regression with respect to newlines (SPR-7449) | fixed yet another regression with respect to newlines (spr-7449) | 64 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,263 |
3d2dd447af6aeb0b17e98ec56d7f9b532ff2e05e | Chris Beams | Chris Beams | Remove Chapter 27 from reference documentation (SPR-7433)
Chapter 27 covered @Required and RequiredAnnotationBeanPostProcessor but
did not hold together as a chapter unto itself. The IoC chapter already
makes mention of @Required and RequiredAnnotationBeanPostProcessor,
though not in quite as much detail as Chapter 2... | remove chapter 27 from reference documentation (spr-7433) | 57 | false | false | 7 | true | true | false | spring-projects | spring-framework | 22,264 |
abf523698c4d32afba3c20e8887f1a553c145d1b | Chris Beams | Chris Beams | Apply parentheses consistently within <methodname/>
Prior to change, there were 175 instances of <methodname/> elements
including parentheses (e.g.: <methodname>foo()</methodname>, and
36 instances without.
Now all 211 instances include parentheses for consistency. | apply parentheses consistently within <methodname/> | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 22,265 |
e3400f77c94aec2aee6cc6806777ffd9e3464423 | Sam Brannen | Sam Brannen | [SPR-7449] @Ignore'd failing test for regression in ResourceDatabasePopulator. | [spr-7449] @ignore'd failing test for regression in resourcedatabasepopulator | 77 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,266 |
9008cf907ae2d537cc65640a79f0834823f113fb | Chris Beams | Chris Beams | Overhaul custom ApplicationEvent documentation (SPR-7422, SPR-7395)
Documentation now:
- Reflects generic use of ApplicationListener interface
- Demonstrates use of ApplicationEventPublisher(Aware) instead of
ApplicationContext(Aware) for publishing custom events
- Provides a more complete narrative as to how eac... | overhaul custom applicationevent documentation (spr-7422, spr-7395) | 67 | false | false | 6 | false | true | false | spring-projects | spring-framework | 22,267 |
720f7ecf48826bb2e2a5c2ad8c5c357ca36e2994 | Chris Beams | Chris Beams | Polish validation chapter program listings
<programlisting/> elements must contain no newlines at beginning or end.
The following is an example of what not to do:
<programlisting><![CDATA[
package com.foo.bar;
class XFoo implements Foo<X> {
}]]>
</programlisting>
This leaves newlines at the beginning and en... | polish validation chapter program listings | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,268 |
87caa133634c9e0ebcd9aa7f7231552dd93bcbe6 | Chris Beams | Chris Beams | Clarify ConversionServiceFactoryBean documentation (SPR-7362)
- The sentence at the end of section 5.5.5 now refers to the
<mvc:annotation-driven conversion-service="..."/> example at the end
of section 5.6.
- The sentence at the end of section 5.5.5 refers to the
FormatterConversionServiceFactoryBean section t... | clarify conversionservicefactorybean documentation (spr-7362) | 61 | false | false | 4 | true | true | false | spring-projects | spring-framework | 22,269 |
cecee4d02bb44de6cdeb39270e586c7b9b0a7e92 | Chris Beams | Chris Beams | Fix typo in validation chapter | fix typo in validation chapter | 30 | false | false | 5 | true | true | true | spring-projects | spring-framework | 22,270 |
f45bb92917d48c4ee54aa0b218abdd2570e14cb8 | Chris Beams | Chris Beams | Format validation chapter docbook source | format validation chapter docbook source | 40 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,271 |
73ec8402796d107c62eec15bfa733678cbd9b84a | Chris Beams | Chris Beams | Remove dependency-check coverage from reference docs (SPR-7303)
- 'dependency-check' attribute of the <bean/> element was removed
in the spring-beans-3.0 XSD; documentation now reflects this change.
- 'autodetect' was removed from the enumeration of possible values
for autowire mode in the spring-beans-3.0 XSD; d... | remove dependency-check coverage from reference docs (spr-7303) | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,272 |
771db056089ad85e3dbe9834b3524fa8e002a783 | Juergen Hoeller | Juergen Hoeller | changed contentLength() from int to long | changed contentlength() from int to long | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,273 |
e250ff0fb49994a3a703079c0f7b311a7dd119b8 | Juergen Hoeller | Juergen Hoeller | fixed package-info | fixed package-info | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,274 |
b4cd58394a3f5477d72a5e5f0476acc8c37bd8d3 | Juergen Hoeller | Juergen Hoeller | revised ResourceHttpRequestHandler (SPR-7116) | revised resourcehttprequesthandler (spr-7116) | 45 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,275 |
bda3d81bc9cda4ec8da79da3c45c6b2a5b6713bd | Juergen Hoeller | Juergen Hoeller | implement file resolution for isReadable() as well | implement file resolution for isreadable() as well | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 22,276 |
2b4e714c68ea8bb641b7ac4ac75f9095da2ab5b6 | Juergen Hoeller | Juergen Hoeller | Resource refinements, etc | resource refinements, etc | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,277 |
82730830d16a4d4ab37bf5f491703cca962d9202 | Juergen Hoeller | Juergen Hoeller | added "contentLength()" method to Resource abstraction; URL-based Resource variants introspect "last-modified" and "content-length" response headers (SPR-5465); refined "exists()" check for UrlResource (HEAD request) and ClassPathResource (URL resolution) | added "contentlength()" method to resource abstraction; url-based resource variants introspect "last-modified" and "content-length" response headers (spr-5465); refined "exists()" check for urlresource (head request) and classpathresource (url resolution) | 255 | false | false | 27 | false | false | false | spring-projects | spring-framework | 22,278 |
f5b0edbebd7801c6a2c55240f66055617673696d | Chris Beams | Chris Beams | Typo fix 'a enterprise' -> 'an enterprise' | typo fix 'a enterprise' -> 'an enterprise' | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,279 |
48874801a3f19f909e29c2eb67ad64d6a8b1f40e | Juergen Hoeller | Juergen Hoeller | fixed accidental regression with respect to newlines | fixed accidental regression with respect to newlines | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,280 |
58b07f586d279ed7f4101c58e7c46f898e909ccb | Juergen Hoeller | Juergen Hoeller | SpEL passes full collection type context to ConversionService (SPR-7410) | spel passes full collection type context to conversionservice (spr-7410) | 72 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,281 |
7cddb1c50ed78e57c1a01d4799132566736a60e3 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,282 |
a8133a9917744ed656189dd7f553a7b1acfa1129 | Juergen Hoeller | Juergen Hoeller | ignore empty statements (SPR-7363) | ignore empty statements (spr-7363) | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 22,283 |
bf4b9f5ffbe5cf06a94b5621e966daae5ccaa6e2 | Chris Beams | Chris Beams | Replace 'Java EE' with 'enterprise Java' as appropriate
Also change 'JEE' -> 'Java EE' | replace 'java ee' with 'enterprise java' as appropriate | 55 | false | false | 8 | false | true | false | spring-projects | spring-framework | 22,284 |
0625990020f232abc8ad9c82da804fa36e11a564 | Chris Beams | Chris Beams | Add missing equals sign to code snippet (SPR-7339) | add missing equals sign to code snippet (spr-7339) | 50 | false | false | 8 | true | true | true | spring-projects | spring-framework | 22,285 |
e116a2979513bae0a62cf5e12b71b016fba347b0 | Chris Beams | Chris Beams | Change 'lastName*' -> 'lastName' for error display (SPR-7339)
It's not clear why the asterisk would be necessary, as 'lastName'
alone should match all errors associated with that field. | change 'lastname*' -> 'lastname' for error display (spr-7339) | 61 | false | false | 8 | false | true | false | spring-projects | spring-framework | 22,286 |
d97f899bee67eef894dcae15921b2ef3acfa0726 | Chris Beams | Chris Beams | Fix typos (SPR-7339) | fix typos (spr-7339) | 20 | false | false | 3 | true | true | true | spring-projects | spring-framework | 22,287 |
5ce4cada5362f330de847d92a94fb3b001e6b3cd | Chris Beams | Chris Beams | Fix typos in Chapter 27 (SPR-7339)
Note that SPR-7433 has also been created to consider removing this
chapter entirely. | fix typos in chapter 27 (spr-7339) | 34 | false | false | 6 | true | true | true | spring-projects | spring-framework | 22,288 |
b87b23087dfb291fd44d0fdaf6fabe9bfbc4b029 | Chris Beams | Chris Beams | Replace 'recourse' with simpler terms (SPR-7339) | replace 'recourse' with simpler terms (spr-7339) | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 22,289 |
bab902e85b6cb1c67885393abe6b2a7d5ac15f2d | Chris Beams | Chris Beams | Fix typo 'type form'->'type from' (SPR-7339) | fix typo 'type form'->'type from' (spr-7339) | 44 | false | false | 6 | true | false | true | spring-projects | spring-framework | 22,290 |
5e64f228b6896583f1ff0a45954459a9411aed9d | Chris Beams | Chris Beams | Consistently refer to 'default no-arg constructor' (SPR-7339) | consistently refer to 'default no-arg constructor' (spr-7339) | 61 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,291 |
edad222e6a0d420ef35c8bcd4c4e43e0f1f33b35 | Chris Beams | Chris Beams | Distinguish JMS remoting from JMS messaging support (SPR-7339) | distinguish jms remoting from jms messaging support (spr-7339) | 62 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,292 |
91172f4f430382ea457c72408ba1f371af095826 | Chris Beams | Chris Beams | Clarify ServletException is thrown when no view is resolved (SPR-7339) | clarify servletexception is thrown when no view is resolved (spr-7339) | 70 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,293 |
3a9fc70f91f9c6329bab43733ddc7a6287959ba3 | Chris Beams | Chris Beams | Add @Repository use to JdbcTemplate Best Practices (SPR-7339) | add @repository use to jdbctemplate best practices (spr-7339) | 61 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,294 |
30b0e5e250e94bf1f1da957506155db114591728 | Chris Beams | Chris Beams | Improve explanation re DAOs and persistence resources (SPR-7339) | improve explanation re daos and persistence resources (spr-7339) | 64 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,295 |
55f2fe7dd574147c64e03c16e903ca821384ca9d | Chris Beams | Chris Beams | Replace 'tropes' language (SPR-7339) | replace 'tropes' language (spr-7339) | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,296 |
d109879b6c68e38ecd08bd5c6573fe82d43dbbfc | Chris Beams | Chris Beams | Ignore OS X .DS_Store files | ignore os x .ds_store files | 27 | false | false | 5 | true | true | true | spring-projects | spring-framework | 22,297 |
4af36454baab2af290335963e46a1c0b35e7c326 | Juergen Hoeller | Juergen Hoeller | PortletWrappingController supports Portlet 2.0 resource and event requests as well (SPR-7430) | portletwrappingcontroller supports portlet 2.0 resource and event requests as well (spr-7430) | 93 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,298 |
753cda3d810e2affe93af2bd6dd7010b2217d561 | Juergen Hoeller | Juergen Hoeller | Portlet AbstractController consistently uses session mutex if "synchronizeOnSession" is active | portlet abstractcontroller consistently uses session mutex if "synchronizeonsession" is active | 94 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,299 |
b054ca4a48f579f9fec768b06c97cf4def85b595 | Juergen Hoeller | Juergen Hoeller | reintroduced createInstance() template method in deprecated form (SPR-7428) | reintroduced createinstance() template method in deprecated form (spr-7428) | 75 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,300 |
9ef47b82a5c9bdb1067e0280f8aef8ba4713fab3 | Juergen Hoeller | Juergen Hoeller | added missing setter method for the "valueSeparator" property (SPR-7429) | added missing setter method for the "valueseparator" property (spr-7429) | 72 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,301 |
103297cf59010038d65827740bc607296e965cb0 | Jeremy Grelle | Jeremy Grelle | SPR-7116 - Added documentation for <mvc:default-servlet-handler> | default-servlet-handler> | 24 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,302 |
6adf8d18df2c31a4432d8bdd540acd5aea410e23 | Michael Isvy | Michael Isvy | SPR-7416
Typo on the name of the @Autowired annotation: @Autowire -> @Autowired
Usage of the @Value annotation: ${jdbcProperties.url} -> ${jdbc.url} (inside section "Declaring @Configuration classes as plain Spring <bean/> elements"). | spr-7416 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,303 |
8e77701358921d7671b3efeb83d03086273c4e20 | Jeremy Grelle | Jeremy Grelle | SPR-7116 - Added documentation for <mvc:resources> | resources> | 10 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,304 |
c1246d506c3fca91e052f94df825306b45fc6c73 | Jeremy Grelle | Jeremy Grelle | SPR-7116 - javadocs | spr-7116 - javadocs | 19 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,305 |
af0fac90999ca7bc9e67f297cec0c9c938391a57 | Juergen Hoeller | Juergen Hoeller | JaxWsPortProxyFactoryBean takes "wsdlDocumentUrl", "namespaceUri" etc defaults from @WebService (SPR-7412) | jaxwsportproxyfactorybean takes "wsdldocumenturl", "namespaceuri" etc defaults from @webservice (spr-7412) | 106 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,306 |
367048c5d14b6e7b702f58267814949bec70c993 | Jeremy Grelle | Jeremy Grelle | SPR-7116 - Simplified (removed gzip and white-listing) and completed XML namespace config. | spr-7116 - simplified (removed gzip and white-listing) and completed xml namespace config | 89 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,307 |
061af2f25f94826c5d59f777dbac970ff51ef7c6 | Juergen Hoeller | Juergen Hoeller | ultimateTargetClass falls back to raw class instead of returning null | ultimatetargetclass falls back to raw class instead of returning null | 69 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,308 |
faad0f4bb113dc6799ced543574daad742815d35 | Juergen Hoeller | Juergen Hoeller | AutodetectCapableMBeanInfoAssembler signature consistently refers to Class<?> (SPR-7405) | autodetectcapablembeaninfoassembler signature consistently refers to class<?> (spr-7405) | 88 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,309 |
c3a639f07db882eac7613c1ebae96bc076fed1a9 | Juergen Hoeller | Juergen Hoeller | fixed concurrency issue in TypedStringValue, showing for nested typed Maps in prototype beans (SPR-7398); optimized building of keyed arg names in BeanDefinitionValueResolver | fixed concurrency issue in typedstringvalue, showing for nested typed maps in prototype beans (spr-7398); optimized building of keyed arg names in beandefinitionvalueresolver | 174 | false | false | 22 | false | false | false | spring-projects | spring-framework | 22,310 |
bd4f4d0d308841b5ec7235da7f8a6673fdc24887 | Jeremy Grelle | Jeremy Grelle | SPR-7116 further work in progress. Added white-listing by media type, checking MIME type from the ServletContext, and some additional validations. | spr-7116 further work in progress. added white-listing by media type, checking mime type from the servletcontext, and some additional validations | 146 | false | false | 20 | false | false | false | spring-projects | spring-framework | 22,311 |
3e0003a1a0a09b727aa702af8d9234620998dbab | Juergen Hoeller | Juergen Hoeller | TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403) | executor) exposes full threadpooltaskexecutor type (spr-7403) | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,312 |
60a69bd6536656af560ab71df4a14e50acc92320 | Jeremy Grelle | Jeremy Grelle | SPR-7116 work in progress. ResourceHttpRequestHandler is now functionally equivalent to the Spring JS ResourceServlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1). | spr-7116 work in progress. resourcehttprequesthandler is now functionally equivalent to the spring js resourceservlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1) | 228 | false | false | 30 | false | false | false | spring-projects | spring-framework | 22,313 |
72da2374742f864c4ffa446e4cff2f560089917f | Juergen Hoeller | Juergen Hoeller | FilterDefinitionFactoryBean supports Hibernate 3.6.0.beta1 as well | filterdefinitionfactorybean supports hibernate 3.6.0.beta1 as well | 66 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,314 |
d3cb3109621022f7b57d99e63dbe0b45130d153d | Juergen Hoeller | Juergen Hoeller | bunch of fixes for 3.0.4 | bunch of fixes for 3.0.4 | 24 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,315 |
d4f73c1d3da8529f52f43a8570cee82e2f9db293 | Juergen Hoeller | Juergen Hoeller | turned TypeDescriptor.UNKNOWN into an internal detail (SPR-7349) | turned typedescriptor.unknown into an internal detail (spr-7349) | 64 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,316 |
3c0ce48cbd48d82e5ed8d66e8a4868404d49415b | Juergen Hoeller | Juergen Hoeller | added further test case for property type detection with generic interface | added further test case for property type detection with generic interface | 74 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,317 |
8e5c033446c6435d631107f73d83eeb413998628 | Juergen Hoeller | Juergen Hoeller | avoid double ConversionFailedException nesting | avoid double conversionfailedexception nesting | 46 | false | false | 4 | true | true | true | spring-projects | spring-framework | 22,318 |
f04febaf2d54dfc0944ec07f5eb0f83c013c67c8 | Juergen Hoeller | Juergen Hoeller | fixed @PathVariable regression in combination with ConversionService usage on DataBinder | fixed @pathvariable regression in combination with conversionservice usage on databinder | 88 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,319 |
b261d336b18ccf852d0def64cdfd852c052ef355 | Juergen Hoeller | Juergen Hoeller | HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393) | hibernatejpadialect correctly closes borrowed connections even for nested jdbc executions (spr-7393) | 100 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,320 |
8519a2d7058134aab52f2af72ef40f8815be3795 | Arjen Poutsma | Arjen Poutsma | Fixed execute -> exchange | fixed execute -> exchange | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,321 |
f90125f9844146d4a36e4b6c594d832e5f21dda0 | Juergen Hoeller | Juergen Hoeller | fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373) | fixed weakreferencemonitor to never stop its monitoring thread if an entry has been registered (spr-7373) | 105 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,322 |
18af8a00f974b995422072d93463c6771c1dd971 | Juergen Hoeller | Juergen Hoeller | added license header | added license header | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,323 |
b7b7c067c689c1e2e5dcedcdf38cc44c3bbe3c05 | Juergen Hoeller | Juergen Hoeller | GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389) | generictyperesolver works for nested parameterized types and for generic superclasses as well (spr-7389) | 104 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,324 |
60fa490b5082db33c9333645014b322136dcdab8 | Arjen Poutsma | Arjen Poutsma | Typo | typo | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,325 |
605ac0e230b314e170a195de077980252a18c6ef | Chris Beams | Chris Beams | Remove redundant @Aspect from CodeStyleAspect.aj
This has been present for quite some time, and compilation at the
command line was never a problem. However, after upgrading to
STS 2.3.3.M2, errors started appearing in the Problems tab about
'duplicate @Aspect annotations'. This message was a bit misleading
given th... | remove redundant @aspect from codestyleaspect.aj | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 22,326 |
7304c090213a38108f9f06cf1d2db3f9f754c621 | Juergen Hoeller | Juergen Hoeller | Spring field error arguments include actually declared annotation attributes in alphabetical order (SPR-6730) | spring field error arguments include actually declared annotation attributes in alphabetical order (spr-6730) | 109 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,327 |
9bcfc5480dafb21703110ffa4b12516d325466fc | Chris Beams | Chris Beams | Fix dependency issues in .context pom and .classpath
Hibernate validator had been updated to 4.1.0 in the ivy metadata, but
not yet reflected in the .classpath file. The pom.xml had been updated
but there was a typo - scope read 'coompile', instead of 'compile'. | fix dependency issues in .context pom and .classpath | 52 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,328 |
022e74ea3dee9c8d443a9ed467ba51f32f9e2438 | Chris Beams | Chris Beams | Add .springBeans to .gitignore | add .springbeans to .gitignore | 30 | false | false | 4 | true | true | true | spring-projects | spring-framework | 22,329 |
d600e35157e28dd6226f3fdbe45effd2f0dbeb79 | Oliver Gierke | Oliver Gierke | Fixed year in copyright. | fixed year in copyright | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,330 |
101d8381ef398101d5bed2b065dc280e998b3fcf | Andy Clement | Andy Clement | SPR-7209: parsing poorly formed Elvis expressions | parsing poorly formed elvis expressions | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,331 |
ae56f3a36122e28c3214c4662bbbe71f69362752 | Arjen Poutsma | Arjen Poutsma | SPR-7211 - Extend HttpMessage interface to expose requestURL | spr-7211 - extend httpmessage interface to expose requesturl | 60 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,332 |
de326e5e95b066bfae6905fee79c6fa3fd601eec | Juergen Hoeller | Juergen Hoeller | ClassUtils recognizes "void" as primitive type name as well (SPR-7212) | classutils recognizes "void" as primitive type name as well (spr-7212) | 70 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,333 |
2c2df7f555a16f00467b5badb082fa2b9e55145c | Juergen Hoeller | Juergen Hoeller | consistent postProcessBeanFactory treatment for BeanDefinitionRegistryPostProcessors (SPR-7167) | consistent postprocessbeanfactory treatment for beandefinitionregistrypostprocessors (spr-7167) | 95 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,334 |
2ad2022058d4a2e3d29ea793ede2cb8c09f9102e | Juergen Hoeller | Juergen Hoeller | revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions (SPR-7177) | revised beanwrapper's exception wrapping to consistently handle conversionexceptions (spr-7177) | 95 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,335 |
57a503b2744cd9c8e0d182c3ef6a38a9941b840e | Chris Beams | Chris Beams | BeanDefinitionRegistryPostProcessors' postProcessBeanDefinitionRegistry() method now gets called before postProcessBeanFactory() (SPR-7167) | beandefinitionregistrypostprocessors' postprocessbeandefinitionregistry() method now gets called before postprocessbeanfactory() (spr-7167) | 139 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,336 |
0b8140b50df2b6fe244ed254ccb269b75742657a | Arjen Poutsma | Arjen Poutsma | Added DeprecatedBeanWarner | added deprecatedbeanwarner | 26 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,337 |
a8ed98255f350c5217f897c930e4d5600a8ab17f | Juergen Hoeller | Juergen Hoeller | ServletContextResourcePatternResolver handles "/WEB-INF/lib/*.jar!/**/context.xml" style patterns (SPR-7198) | servletcontextresourcepatternresolver handles "/web-inf/lib/*.jar!/**/context.xml" style patterns (spr-7198) | 108 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,338 |
738d84f75c21873bcf6e80bcb64cd92f5da28d8e | Juergen Hoeller | Juergen Hoeller | filter for duplicate listeners in "getApplicationListeners()" as well (SPR-7204) | filter for duplicate listeners in "getapplicationlisteners()" as well (spr-7204) | 80 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,339 |
7f24edc3d5476139a9f4dedbcb8da5208cce357c | Juergen Hoeller | Juergen Hoeller | removed ServerSessionMessageListenerContainer coverage | removed serversessionmessagelistenercontainer coverage | 54 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,340 |
ff4f749adb8836ac3a05d64778b3ae55a3d9820f | Juergen Hoeller | Juergen Hoeller | fixed typos | fixed typos | 11 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,341 |
578e80c1cf5cf51f6d2b23e5c033838cac58c799 | Costin Leau | Costin Leau | SPR-7197
+ fix template | spr-7197 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,342 |
d9a664a5881bab964fd44ed9af2ecccada807c33 | Costin Leau | Costin Leau | SPR-7197
polish :) | spr-7197 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,343 |
e9ecf5d716c638778f4939004693ca1cc42f8113 | Costin Leau | Costin Leau | SPR-7197
+ removed compile time dependency on JBoss VFS
+ added support for JBoss AS 6.0 / JBoss VFS 3.0.0 infrastructure | spr-7197 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,344 |
27be8434f14d9e23a8275458dee0dc1c045d57ea | Luke Taylor | Luke Taylor | Rolled-back accidental .classpath changes | rolled-back accidental .classpath changes | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,345 |
3f885d03021c42df9c8d5f1decbc660ee716a1fa | Luke Taylor | Luke Taylor | Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it. | added domutils.getchildelements() method. also refactored configbeandefinitionparser.parse() to use it | 102 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,346 |
9f9a27a1d87aed2a165df0fb6f51d803a6cf9570 | Luke Taylor | Luke Taylor | SPR-7158: Added missing space in MVC docbook file | added missing space in mvc docbook file | 39 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,347 |
d22a6f9da984202335d12fb150934dffce80c1e6 | Thomas Risberg | Thomas Risberg | fixed index test for parameter types (SPR-7199) | fixed index test for parameter types (spr-7199) | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,348 |
8ccd74b6c8c2883f2887de2d3b605e8e509ab938 | Juergen Hoeller | Juergen Hoeller | JSP Radiobutton/CheckboxesTag utilizes PropertyEditor/ConversionService for label rendering (SPR-7174) | jsp radiobutton/checkboxestag utilizes propertyeditor/conversionservice for label rendering (spr-7174) | 102 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,349 |
ceb668ac6cba288b59b3d840679ab62308a647f6 | Juergen Hoeller | Juergen Hoeller | added getLastTaskInfo() method to StopWatch (SPR-7134) | added getlasttaskinfo() method to stopwatch (spr-7134) | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,350 |
68055ba4c9b2db737f9f4ec013d78ec0891b4dda | Juergen Hoeller | Juergen Hoeller | AsyncAnnotationBeanPostProcessor consistently adds @Async processing as first Advisor in the chain (SPR-7147) | asyncannotationbeanpostprocessor consistently adds @async processing as first advisor in the chain (spr-7147) | 109 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,351 |
ad5c7aeb3198da061367cd039f490c6d70f37785 | Juergen Hoeller | Juergen Hoeller | added "idleConsumerLimit" bean property to DefaultMessageListenerContainer (SPR-7189) | added "idleconsumerlimit" bean property to defaultmessagelistenercontainer (spr-7189) | 85 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,352 |
59d2d35f4a567d0ef56809e9505aeaa334c2013a | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,353 |
103c1aa82f0c779ec29ca173a24f65863a806b96 | Juergen Hoeller | Juergen Hoeller | exclude abstract lazy-init beans from MBean exposure as well (SPR-6784) | exclude abstract lazy-init beans from mbean exposure as well (spr-6784) | 71 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,354 |
a1e4f4f406dda286e9ffe7d35e6324b9e035f6aa | Juergen Hoeller | Juergen Hoeller | MVC mappings properly apply even to welcome file entries that forward to a DispatcherServlet (SPR-7143) | mvc mappings properly apply even to welcome file entries that forward to a dispatcherservlet (spr-7143) | 103 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,355 |
fa7472c0571e480fbcb8fbd5b41dd8318117cca8 | Juergen Hoeller | Juergen Hoeller | MockHttpServletResponse supports multiple includes (SPR-7188) | mockhttpservletresponse supports multiple includes (spr-7188) | 61 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,356 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.