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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0867a5e67f9d523e7897e9062e7629e32a0a7f43 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,557 |
12937680b7b68fb03119945dbd95e1f97f763bc8 | Sebastien Deleuze | Sebastien Deleuze | Add a section about message converters customization in the refdoc
Issue: SPR-13411 | add a section about message converters customization in the refdoc | 66 | false | false | 10 | true | true | false | spring-projects | spring-framework | 17,558 |
af905aaaea7209ed63d4d9f64e45222bdaa07bec | Sam Brannen | Sam Brannen | Document HtmlUnit & WebDriver deps in reference manual
This commit improves the documentation in the reference manual for the
HtmlUnit & Selenium WebDriver integration in the Spring MVC Test
framework by mentioning the group and artifact IDs required for this
functionality.
Issue: SPR-13299 | document htmlunit & webdriver deps in reference manual | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,559 |
9b1178cf71e7dcc78d59653e70c88db3a1880924 | Sam Brannen | Sam Brannen | Document support for transitive implicit aliases in @AliasFor
Issue: SPR-13405 | document support for transitive implicit aliases in @aliasfor | 61 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,560 |
542e21b3f6900655d5ef5e5b93101b41e11d71ad | Sebastien Deleuze | Sebastien Deleuze | Polish Jackson2ObjectMapperBuilder/FactoryBean javadoc | polish jackson2objectmapperbuilder/factorybean javadoc | 54 | false | false | 3 | false | false | false | spring-projects | spring-framework | 17,561 |
566ea301673e6ef9a8a6617b5ff2071167a30db2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,562 |
2bb7164c64d94469cc93cd5e95da55a83ef02aad | Juergen Hoeller | Juergen Hoeller | AsyncRestTemplate and FutureAdapter consistently throw ExecutionException
Issue: SPR-13413 | asyncresttemplate and futureadapter consistently throw executionexception | 73 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,563 |
d99717c1cb4ca00405a8eac2aa75d16c7de80c52 | Juergen Hoeller | Juergen Hoeller | DefaultDeserializer and DeserializingConverter allow for specifying a ClassLoader
Issue: SPR-13409 | defaultdeserializer and deserializingconverter allow for specifying a classloader | 81 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,564 |
d4a23b81e9e49a6e9cc871d8bb1accc70c6444df | Juergen Hoeller | Juergen Hoeller | Properties values get properly converted to generic Map types (fixing 4.x regression without use of ConversionService)
Issue: SPR-13256 | properties values get properly converted to generic map types (fixing 4.x regression without use of conversionservice) | 118 | false | false | 16 | false | false | false | spring-projects | spring-framework | 17,565 |
acc8c895bfc4bc2a16f515f811e3b1ca787bb58a | Sam Brannen | Sam Brannen | Make AnnotationUtils Java 6 source compatible | make annotationutils java 6 source compatible | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,566 |
8e14520bf5b9183f7e32bb705566a19f3c1ee540 | Sam Brannen | Sam Brannen | Merge from sbrannen/SPR-13405
* SPR-13405:
Support transitive implicit attribute aliases with @AliasFor | merge from sbrannen/spr-13405 | 29 | true | false | 3 | false | false | false | spring-projects | spring-framework | 17,567 |
2a6716d38051cb8fa8b4d09174a01b77ad9cda8a | Sam Brannen | Sam Brannen | Support transitive implicit attribute aliases with @AliasFor
This commit picks up where 3eacb837c2c40870647c88fb58c66a57d72ba283
(SPR-13345) left off by adding support for transitive implicit aliases
configured via @AliasFor.
Issue: SPR-13405 | support transitive implicit attribute aliases with @aliasfor | 60 | false | false | 7 | false | true | false | spring-projects | spring-framework | 17,568 |
d899efd6722bb596d7b685a16dc891452ce908f6 | Sam Brannen | Sam Brannen | Fix typo in reference manual | fix typo in reference manual | 28 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,569 |
5f2429429f906d38fdeb1d11ea893689c2411b04 | Juergen Hoeller | Juergen Hoeller | Defensively handle ServletRequestAttributes casting in requestDestroyed callback
Issue: SPR-11378 | defensively handle servletrequestattributes casting in requestdestroyed callback | 80 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,570 |
d52f5843221cf8c2417da888d895544cc54b78d8 | Juergen Hoeller | Juergen Hoeller | GenericConversionService matches converters by full generic target type, allowing for the registration of multiple converters from the same source type to different collection types
Issue: SPR-11369 | genericconversionservice matches converters by full generic target type, allowing for the registration of multiple converters from the same source type to different collection types | 181 | false | false | 24 | false | false | false | spring-projects | spring-framework | 17,571 |
da369aa8266c96d2fea635e39d5b5145b9e3d2ec | Rossen Stoyanchev | Rossen Stoyanchev | Add null check after message conversion
AbstractMessageSendingTemplate now checks if MessageConverter.toMessage
returns null and raises an exception.
Issue: SPR-11370 | add null check after message conversion | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,572 |
f0a53ae54ebf1799753f1408dc63d8f817a47c1a | Rossen Stoyanchev | Rossen Stoyanchev | Fine-tune default mime type in message broker config
Issue: SPR-11370 | fine-tune default mime type in message broker config | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,573 |
b6da7e27953caee4ac7e573758d7e96aed454ac7 | Rossen Stoyanchev | Rossen Stoyanchev | Fix test in Jaxb2RootElementHttpMessageConverterTests | fix test in jaxb2rootelementhttpmessageconvertertests | 53 | false | false | 4 | false | true | false | spring-projects | spring-framework | 17,574 |
a521ef5ceeef5f4eae76b2667fede1aa4464a392 | Sam Brannen | Sam Brannen | Verify ServletCtxAware beans are processed in WAC tests
SPR-11145 claims that ServletContextAware beans declared in an
ApplicationContext loaded for an integration test by the TestContext
framework (TCF) do not have their setServletContext() methods invoked
if the tests are executed manually using JUnit 4.11.
This co... | verify servletctxaware beans are processed in wac tests | 55 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,575 |
4f60b98bca8f3e6a62e5e76c20b0bcfd97cc20e5 | Juergen Hoeller | Juergen Hoeller | Consistent iteration over actualValue in Velocity and FreeMarker macros
This requires consistent exposure of an actualValue in BindStatus, even if no BindingResult available.
Issue: SPR-10837 | consistent iteration over actualvalue in velocity and freemarker macros | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,576 |
e680e3462082008a3d5ee8e22a3bfa16d310c8e8 | Rossen Stoyanchev | Rossen Stoyanchev | Fix test class name | fix test class name | 19 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,577 |
474f1b03cd3cabefc367e01aec80238d97540c59 | Sam Brannen | Sam Brannen | Fix grammar in Javadoc for @ResponseBody | fix grammar in javadoc for @responsebody | 40 | false | false | 6 | false | true | false | spring-projects | spring-framework | 17,578 |
8c3868a8dd5863a29f5b8f7d405fe60f3539b98e | Sam Brannen | Sam Brannen | Polish Javadoc for EmbeddedDatabaseFactory | polish javadoc for embeddeddatabasefactory | 42 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,579 |
c2303854d128aa69bfb64cda8e4f2482b196ba29 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11372 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,580 |
5be8301128ea84087c4d9696e38d3d3953296cc3 | Juergen Hoeller | Juergen Hoeller | Fixed isMatchingFieldError to properly handle empty field name
Also avoided unnecessary substring creation for field error access with wildcard.
Issue: SPR-11374 | fixed ismatchingfielderror to properly handle empty field name | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,581 |
a537eb3a6a763eb1812afaa1ccfc56a3dadd6cb0 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,582 |
c1eac209c3ef9fbf4839d9e15ff2432fc963f81a | Juergen Hoeller | Juergen Hoeller | Fixed LiveBeansView to not produce invalid JSON if last bean is not eligible
Also introducing overridable isBeanEligible template method.
Issue: SPR-11366 | fixed livebeansview to not produce invalid json if last bean is not eligible | 76 | false | false | 13 | false | false | false | spring-projects | spring-framework | 17,583 |
1af61ef1d5478ca872896235ab12f843492f1ab6 | Spring Buildmaster | Spring Buildmaster | Next development version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 17,584 |
47395f6b0a3e703805e09702ca832abf77b72c65 | Juergen Hoeller | Juergen Hoeller | Dropped explicit paragraph on web.xml version declaration
Issue: SPR-11364
(cherry picked from commit 36ab65a) | dropped explicit paragraph on web.xml version declaration | 57 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,585 |
8570f607a7c92323173d65a185e1dfc61eec7ebd | Juergen Hoeller | Juergen Hoeller | Fixed regression with fallback for non-resolvable property type | fixed regression with fallback for non-resolvable property type | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,586 |
786e21799192834cdcb7a1c45b949e4d1ee7a527 | Juergen Hoeller | Juergen Hoeller | Minor polishing after previous polish step ;-) | minor polishing after previous polish step ;-) | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,587 |
63e023173b2e3463c104f6c61730a7c20a0d72c5 | Sam Brannen | Sam Brannen | Polish Hibernate support and tests
- Fix Javadoc in HibernateTemplate so that it compiles in Eclipse.
- Suppress generics warnings in HibernateTemplateTests.
- Remove unnecessary deprecation warning suppression in constructor for
LocalSessionFactoryBuilder. | polish hibernate support and tests | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,588 |
5f8275a30527c4e9a08c2d97d508417c8cf453db | Sam Brannen | Sam Brannen | Merge pull request #453 from kryger/master
Fix typos and grammar in Cache Abstraction reference doc | merge pull request #453 from kryger/master | 42 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,589 |
1e303ac1af98a8897400bb4228302c3b6aa9e179 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,590 |
14d3525a286ebce0f7d25c79c859abc0ec6b7855 | Lukasz Kryger | Lukasz Kryger | Minor corrections/typos to "27. Cache Abstraction" docs section | minor corrections/typos to "27. cache abstraction" docs section | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,591 |
c5f908b1746dc2236bed6439f72ee1826d8bb3e5 | Juergen Hoeller | Juergen Hoeller | Consistent use of headersExtractor() template method | consistent use of headersextractor() template method | 52 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,592 |
c719c70ea972552d45031cf3d281cc4d5dc1237d | Juergen Hoeller | Juergen Hoeller | Fixed 'globalJobListeners'/'globalTriggerListeners' to work with Quartz 2.0 & 2.1 as well
Issue: SPR-11362 | fixed 'globaljoblisteners'/'globaltriggerlisteners' to work with quartz 2.0 & 2.1 as well | 89 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,593 |
425e5a066e3769cc304ce6cd34971a6c38b9a4bb | Brian Clozel | Brian Clozel | Add RestTemplate constructor with custom converters
Prior to this commit, RestTemplate's constructors were all initializing
default HTTPMessageConverters. Its API provides a way to replace
those converters with custom ones, but default converters are already
defined and initialized at that point, which can be an issue... | add resttemplate constructor with custom converters | 51 | false | false | 6 | true | true | false | spring-projects | spring-framework | 17,594 |
fcbd3b121ba0d6fa8378fd0f0773ef2a652f1426 | Juergen Hoeller | Juergen Hoeller | Added test for inconsistency between read and write method
Issue: SPR-11361 | added test for inconsistency between read and write method | 58 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,595 |
d004b634a5215635d01234ca72ac1a60079f055d | Juergen Hoeller | Juergen Hoeller | Fixed type resolution in case of inconsistencies between read and write method
Issue: SPR-11361 | fixed type resolution in case of inconsistencies between read and write method | 78 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,596 |
500d0da67d5f5f5310107e4ad64e4401cf98b9b8 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,597 |
1b0ce200e0c6883482487ec8726d9e62ee610b17 | Juergen Hoeller | Juergen Hoeller | Consistent use of ${hibernate4Version} in build.gradle | consistent use of ${hibernate4version} in build.gradle | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,598 |
bf9702294de96b6efcb9ab857e38fb0f043764f2 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11291 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,599 |
79e17dbfa0d8cd72c952e95726515c4d49cf69db | Juergen Hoeller | Juergen Hoeller | Introduced HibernateTemplate for Hibernate 4 as a migration helper
Note that this variant of HibernateTemplate is stripped down in terms of Session management options and just provides a current-session style with a fallback to a temporary session-per-operation. Furthermore, in the latter fallback mode, only read ope... | introduced hibernatetemplate for hibernate 4 as a migration helper | 66 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,600 |
cc0a845653779dd8c623354fd655ed5b12daf412 | Brian Clozel | Brian Clozel | Support Part/MultiPartFile arrays in ArgumentResolvers
Prior to this commit, parts of a multipart HTTP request could be
injected in @RequestPart and @RequestParam annotated arguments, when
using types:
* MultipartFile, Collection<MultiPartFile>
* javax.servlet.Part, Collection<Part>
This commits updates @RequestParam... | support part/multipartfile arrays in argumentresolvers | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 17,601 |
78542777d6d85d641ed4b8de9756e4cb21a69004 | Sam Brannen | Sam Brannen | Introduce value attribute in @RestController
Stereotype annotations should support a 'value' attribute for
specifying the name of the Spring-managed component; however,
@RestController currently does not provide such an attribute.
This commit introduces a 'value' attribute in @RestController so that
developers can pr... | introduce value attribute in @restcontroller | 44 | false | false | 5 | false | true | false | spring-projects | spring-framework | 17,602 |
bb28d198f53f02600f067de982126a75cc98bd18 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,603 |
e0fd54b8c2d61ba9ee69613b40a6f9998b272b04 | Juergen Hoeller | Juergen Hoeller | Upgraded SLF4J, JOpt, JRuby, Commons Pool & Commons DBCP to latest versions | upgraded slf4j, jopt, jruby, commons pool & commons dbcp to latest versions | 75 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,604 |
56b7d7a94a888057aba276e3b4896fe9a93351ec | Juergen Hoeller | Juergen Hoeller | Consistently declare @SuppressWarnings("serial") instead of dummy serialVersionUID | consistently declare @suppresswarnings("serial") instead of dummy serialversionuid | 82 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,605 |
67e76e9a8d0cb9d1ab6e911be817eeff0a74a0f3 | Juergen Hoeller | Juergen Hoeller | Compatibility with JOpt 4.6
JOpt 4.6 redeclared its nonOptionArguments() method from List<String> to List<?>, requiring us to select String arguments only as we do for regular option values already.
Issue: SPR-11359 | compatibility with jopt 4.6 | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,606 |
98e890aae325d8bee78d571b856379dd8b548c6c | Juergen Hoeller | Juergen Hoeller | Consistently switched optional dependencies to scope 'optional' | consistently switched optional dependencies to scope 'optional' | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,607 |
4b282a965ceb74286ae4cac1bb982aac3e06b6e7 | Juergen Hoeller | Juergen Hoeller | Further reordering of dependencies | further reordering of dependencies | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,608 |
9154871a451e679c8fc68d454085ff79e43a45fa | Juergen Hoeller | Juergen Hoeller | Raised all dependencies to latest possible maintenance releases; introduced additional library version variables; consistently grouped dependency scopes | raised all dependencies to latest possible maintenance releases; introduced additional library version variables; consistently grouped dependency scopes | 152 | false | false | 17 | false | false | false | spring-projects | spring-framework | 17,609 |
61b6d398a594d857022f23866e55e7aa321575d0 | Juergen Hoeller | Juergen Hoeller | Removed LocalDateToDateMidnightConverter pre-release since DateMidnight is deprecated as of Joda-Time 2.3; marked DateTimeToDateMidnightConverter as deprecated | removed localdatetodatemidnightconverter pre-release since datemidnight is deprecated as of joda-time 2.3; marked datetimetodatemidnightconverter as deprecated | 159 | false | false | 15 | false | false | false | spring-projects | spring-framework | 17,610 |
c1ef5523595f60220311db6b9fe2fd7ddba5efc7 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,611 |
eab69dbeec35f22f3a1ea10e6ffaddc90a243ec3 | Sam Brannen | Sam Brannen | Upgrade XStream to 1.4.6 | upgrade xstream to 1.4.6 | 24 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,612 |
31a74b0ff610f97d434c3c2195a3ed07c20d8661 | Sam Brannen | Sam Brannen | Clean up generics warnings in spring-oxm tests | clean up generics warnings in spring-oxm tests | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,613 |
5e7811a45d917d6a46f2e9bdabef3804ed6b2676 | Sam Brannen | Sam Brannen | Polish Javadoc in XStreamMarshaller | polish javadoc in xstreammarshaller | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,614 |
d404473bc5fdf8d8005e5a0e1b600a2f3cf8fa38 | Sam Brannen | Sam Brannen | Introduce xstreamVersion constant in Gradle build | introduce xstreamversion constant in gradle build | 49 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,615 |
5331da6aff95dc70df2da2195a965a6e40451b84 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,616 |
21eb8db5bc52d3e1b69c53362ad07151a65aa2fb | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11357 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,617 |
defc1d31574ea6b3faa5ed84c4aa23c808b0c7cf | Juergen Hoeller | Juergen Hoeller | Drop Introspector.flushFromCaches calls completely
According to the JDK's documentation and changelog, the Introspector itself safely handles weak references as of JDK 6 update 21 (which is what we require for Spring 4.0).
Issue: SPR-11356 | drop introspector.flushfromcaches calls completely | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,618 |
167329ce0c5244b976513a0ce8c0433fdac7f6cb | Juergen Hoeller | Juergen Hoeller | Added test for SpringProperties setFlag method
Issue: SPR-9014
Issue: SPR-11297
(cherry picked from commit 23249cd) | added test for springproperties setflag method | 46 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,619 |
2dcbf4d6187980403704f142a6c1469a8a013616 | Phillip Webb | Phillip Webb | Merge pull request #445 from snicoll/commons-logging-doc
* commons-logging-doc:
Improve 'switch off commons-logging' documentation | merge pull request #445 from snicoll/commons-logging-doc | 56 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,620 |
624f81a5a3cdabae30b101b2931f58e295b3b956 | Stephane Nicoll | Phillip Webb | Improve 'switch off commons-logging' documentation
Update reference documentation to make it clearer that only
`spring-core` has a direct dependency on `commons-logging`.
Also reference the 'empty jar' alternative option as described in
the SLF4J FAQ. | improve 'switch off commons-logging' documentation | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,621 |
ab5f1256bfc499dfcbca1f5468aaafb188d9f5dd | Rossen Stoyanchev | Rossen Stoyanchev | Allow consolidating config in root context with Java
This change makes it possible to provide no configuration for the
DispatcherServlet when extending
AbstractAnnotationConfigDispatcherServletInitializer, and therefore
provide all config through the "root" context.
Issue: SPR-11357 | allow consolidating config in root context with java | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,622 |
b6073d9ac45a298a769b0caffa9181bf2ef7a8aa | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,623 |
8543b91c508d0eaf86212d148e63041eb38eeb3b | Juergen Hoeller | Juergen Hoeller | Introduced SpringProperties class and optional "spring.properties" file
This in particular allows for specifying "spring.getenv.ignore" and "spring.beaninfo.ignore" in a local way within the application, in case that JVM-level system properties are locked.
Issue: SPR-9014
Issue: SPR-11297 | introduced springproperties class and optional "spring.properties" file | 71 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,624 |
6151e6d12a1cc92fc88bdfc6d49a2291954c5c6f | Sam Brannen | Sam Brannen | Merge pull request #451 from hupfis/patch-1
Fix code example in Javadoc for ResultActions | merge pull request #451 from hupfis/patch-1 | 43 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,625 |
eeae5fba957f46ecf0f83db526a30b0480a070db | Juergen Hoeller | Juergen Hoeller | Fixed regression with constructing TypeDescriptor from null Class
Issue: SPR-11354 | fixed regression with constructing typedescriptor from null class | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,626 |
0013a43237c65543d7cad2fa582a08e802e89942 | hupfis | hupfis | Fixed code example in JavaDoc
equalTo is not a valid method on JsonPathResultMatchers
I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement. | fixed code example in javadoc | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,627 |
42db41e007e515532864f2500153355a8fc01920 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,628 |
86fc2dd5563d4e9ee4fda2fbd5e513eec19c3a70 | Juergen Hoeller | Juergen Hoeller | Fixed regression in SpEL's constructor resolution
Issue: SPR-11348 | fixed regression in spel's constructor resolution | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,629 |
8faf01f56db7697198842f9481e1f7d4814e365d | Sam Brannen | Sam Brannen | Fix "coercion" spelling mistakes in Javadoc | fix "coercion" spelling mistakes in javadoc | 43 | false | false | 6 | true | false | true | spring-projects | spring-framework | 17,630 |
9c3a972dac030dcca721ff40fd1b2aadc78d4af5 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11297
(cherry picked from commit fc36184) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,631 |
6793765b0a748115e2868bf7b008f0ab80aaf6c9 | Juergen Hoeller | Juergen Hoeller | Factored out "suppressGetenvAccess()" method
Issue: SPR-11297
(cherry picked from commit 52d050d) | factored out "suppressgetenvaccess()" method | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,632 |
8d304efad1abe99d3c1dedfff3a6b9d96ac65c01 | Juergen Hoeller | Juergen Hoeller | Preserve visitBeanDefinition stacktrace in BeanDefinitionStoreException
Issue: SPR-11346
(cherry picked from commit fdd31c0) | preserve visitbeandefinition stacktrace in beandefinitionstoreexception | 71 | false | false | 5 | true | true | false | spring-projects | spring-framework | 17,633 |
3310ab55e05747573b76b5214dd196c7e5e549ec | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11344
(cherry picked from commit d434ef9) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,634 |
6a6a23f0a3cf7eb0289d724391d716cc616dd755 | Juergen Hoeller | Juergen Hoeller | Avoid class loading during AspectJ expression evaluation
Fixed through downcasting to AspectJ's ReflectionType and ReflectionBasedReferenceTypeDelegate, obtaining the myClass field there. We only fall back to regular class loading if we encounter any other kind of type.
Issue: SPR-11344
(cherry picked from commit c40... | avoid class loading during aspectj expression evaluation | 56 | false | false | 7 | true | true | false | spring-projects | spring-framework | 17,635 |
fb12e234fcee416c4ea6359a2242ce7e3977b0b6 | Sam Brannen | Sam Brannen | Handle NoClassDefFoundError consistently for TELs
Prior to this commit, a NoClassDefFoundError caught in
TestContextManager's retrieveTestExecutionListeners() method would be
handled differently for implicit default listeners (i.e., listeners not
declared via @TestExecutionListeners) and listeners explicitly declared
... | handle noclassdeffounderror consistently for tels | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,636 |
09251dfad178376a6ca3012ac5e308f1143be9e4 | Rossen Stoyanchev | Rossen Stoyanchev | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 17,637 |
a106e06a895f6bc0f8e8315daa0524635d0311c9 | Rossen Stoyanchev | Rossen Stoyanchev | Expose failing test in GenericMessagingTemplateTests
Assertions made in callbacks invoked on separate thread were not
reaching the test framework. This fix ensures failures are detected
and cause tests to fail. | expose failing test in genericmessagingtemplatetests | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 17,638 |
3ffc3d442d6fecd58a51cc784539612e6b133916 | Rossen Stoyanchev | Rossen Stoyanchev | Document use of Jetty's WebSocketServerFactory
Issue: SPR-11023 | document use of jetty's websocketserverfactory | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,639 |
a281bdbfc528187dcd1214be2d2a97e8482a8a23 | Sam Brannen | Sam Brannen | Introduce context bootstrap strategy in the TCF
Work done in conjunction with SPR-5243 and SPR-4588 introduced physical
package cycles in the spring-test module. The work performed in
conjunction with SPR-9924 uses reflection to resolve these physical
package cycles; however, prior to this commit the logical package
c... | introduce context bootstrap strategy in the tcf | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,640 |
196cdef182ed9a51fa5a77347eb1c931dab22625 | Juergen Hoeller | Juergen Hoeller | AbstractMarshaller uses general exception message in extracted buildDocument() method
Issue: SPR-11635
(cherry picked from commit f7a17ad) | abstractmarshaller uses general exception message in extracted builddocument() method | 85 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,641 |
a167a1b59101fef03bdd217588f9c78ff71ef218 | Juergen Hoeller | Juergen Hoeller | JBoss "vfszip" resources need to be treated as jar URLs
Issue: SPR-11676
(cherry picked from commit 196f629) | jboss "vfszip" resources need to be treated as jar urls | 55 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,642 |
9e1631db0301842efb4a6f752a0f7ad1c039ac45 | Juergen Hoeller | Juergen Hoeller | Dropped JCache RC repo (now unused); minor dependency upgrades
Issue: SPR-11640 | dropped jcache rc repo (now unused); minor dependency upgrades | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,643 |
0041e245a1f80affba828c79fd8db13b0319fb85 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11637 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,644 |
d4b0ae978709f9c689c1ec7ecd7a6c365ed068c7 | Juergen Hoeller | Juergen Hoeller | AbstractMarshaller pre-implements getDefaultEncoding() method
Issue: SPR-11635 | abstractmarshaller pre-implements getdefaultencoding() method | 61 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,645 |
8f28a9352e44a1cdb802058a893fc49154f6a64c | Juergen Hoeller | Juergen Hoeller | XStreamMarshaller lazily creates fallback XppDriver
Issue: SPR-11635 | xstreammarshaller lazily creates fallback xppdriver | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,646 |
8d8766dda934a0e7e86ebd7a3836f901d011403b | Juergen Hoeller | Juergen Hoeller | SelectTag correctly detects multiple="true" again
Issue: SPR-11678 | selecttag correctly detects multiple="true" again | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,647 |
1f2d5b5d89db101fec9b73fb35a6e99f29ee79aa | Stephane Nicoll | Stephane Nicoll | Fix typos | fix typos | 9 | false | false | 2 | true | true | false | spring-projects | spring-framework | 17,648 |
2b89c1a87e2469110f9a0d4282eeb348b76262ff | Stephane Nicoll | Stephane Nicoll | Improve cache abstraction chapter
This commit is a general update of the Cache Abstraction chapter.
Existing sections have been updated with recent improvements made in
that area, in particular:
* Guava and JSR-107 caches support
* New @CacheConfig annotation allowing to share some key customizations
at class-level... | improve cache abstraction chapter | 33 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,649 |
3cda355e7f4dcdbfa613e93bde0b9f933e81de2d | Stephane Nicoll | Stephane Nicoll | polishing
This commit fixes the handling of cached exceptions in the JSR-107
advisor. Such exceptions are now properly propagated instead of being
wrapped in a RuntimeException.
Issue: SPR-9616 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,650 |
0bdece700f04b037681c5f771bb5d39eb72629b7 | Stephane Nicoll | Stephane Nicoll | Update to JCache 1.0.0 final
Issue: SPR-11640 | update to jcache 1.0.0 final | 28 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,651 |
d53b4988399e6242725ebe51efd450a0091fe8dc | Sam Brannen | Sam Brannen | Don't encode '@' in {@code} tags | don't encode '@' in {@code} tags | 32 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,652 |
a1486e46c815a4bed2b9f1333318a00073d2034c | Sam Brannen | Sam Brannen | Don't encode '@' in {@code} tags | don't encode '@' in {@code} tags | 32 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,653 |
a1980264691917813037c7015d9a886b938893b0 | Stephane Nicoll | Stephane Nicoll | fix CI build
Prior to this commit, AnnotatedJCacheableService contained an annotated
method demonstrating a failure scenario. This could break depending on
the order of the methods array as AopUtils creates the proxy if the
pointcut matches by checking each method.
On the CI server, the first method was this invalid ... | fix ci build | 12 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,654 |
7b5e9e8c8e1f3722c9af28d3cd38e488f26a7976 | Stephane Nicoll | Stephane Nicoll | polishing
This fixes a Java6 backward compatible issue introduced in the JCache
implementation.
This commit also adds new representative tests.
Issue: SPR-9616 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,655 |
f3b8a4103e01a489ecf74a7e469bbe67c9605803 | Stephane Nicoll | Stephane Nicoll | Use CacheResolver in Spring abstraction
Prior to this commit, the CacheResolver was not used by Spring's
caching abstraction. This commit provides the necessary configuration
options to tune how a cache is resolved for a given operation.
CacheResolver can be customized globally, at the operation level or at
the class... | use cacheresolver in spring abstraction | 39 | false | false | 5 | false | true | false | spring-projects | spring-framework | 17,656 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.