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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
db0d780d4339953276447e034a6143abc3d83db9 | Phillip Webb | Phillip Webb | Support *Aware ImportSelectors
Implementations of Spring's ImportSelector interface may
now implement any of the following *Aware interfaces and have their
respective methods called prior to #registerBeanDefinitions:
- BeanFactoryAware
- BeanClassLoaderAware
- ResourceLoaderAware
Issue: SPR-10530 | support *aware importselectors | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,157 |
f05d0885ef4076b6430f144ddb8e47627e5eee80 | Phillip Webb | Phillip Webb | Add AnnotationConfigApplicationContext constructor
Add AnnotationConfigApplicationContext constructor allow use of a
custom DefaultListableBeanFactory.
Issue: SPR-10529 | add annotationconfigapplicationcontext constructor | 50 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,158 |
2c887248f0592cbb501741bc4e61f8861c7b7f87 | Phillip Webb | Phillip Webb | Make SpringFactoriesLoader.loadFactoryNames public
Update the SpringFactoriesLoader static loadFactoryNames method from
private to public.
Issue: SPR-10528 | make springfactoriesloader.loadfactorynames public | 50 | false | false | 3 | false | true | false | spring-projects | spring-framework | 18,159 |
a22bb43c0c1cf5f90d935aef700dc3447b1bff50 | Phillip Webb | Phillip Webb | Include cglib repack in core | include cglib repack in core | 28 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,160 |
84e42447931a7204352b50ccfafe871a556a87c2 | Phillip Webb | Phillip Webb | Use source 1.7 until eclipse supports JDK 8
Specifically set the source level in generated eclipse projects to 1.7
rather than 1.8. Allows the current eclipse milestone (4.3 M6) in
combination with JDK 8.0 to be used for Spring 4.0 development. | use source 1.7 until eclipse supports jdk 8 | 43 | false | false | 8 | true | true | true | spring-projects | spring-framework | 18,161 |
59e6298c82f4b7ae6500f554d98227763dbf11b3 | Rossen Stoyanchev | Rossen Stoyanchev | Merge remote-tracking branch 'upstream/master' | merge remote-tracking branch 'upstream/master' | 46 | true | false | 4 | false | false | false | spring-projects | spring-framework | 18,162 |
37c6a94905624f0a68e1987c170a3851f07b2a93 | Rossen Stoyanchev | Rossen Stoyanchev | Update deps for spring-websocket | update deps for spring-websocket | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,163 |
d01d95118bd89b121c51b22d4f73986b56c673b8 | Sam Brannen | Sam Brannen | Stop suppressing warnings for deleted deprecations
This commit removes the use of @SuppressWarnings("deprecation") for
code in the spring-test module that no longer references deprecated code.
Issue: SPR-10499 | stop suppressing warnings for deleted deprecations | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,164 |
e7f38e5b17de41f9b0cb6d24a1c5a2915bb8fb92 | Rossen Stoyanchev | Rossen Stoyanchev | Merge branch 'websocket' | merge branch 'websocket' | 24 | true | false | 3 | true | true | false | spring-projects | spring-framework | 18,165 |
d89b18613f26094eee45d664cc2a8e5fc9fcba16 | Rossen Stoyanchev | Rossen Stoyanchev | Polish (minor) | polish (minor) | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,166 |
7845ebc428e9705a3a4404fff47e434effd5465f | Rossen Stoyanchev | Rossen Stoyanchev | Add SockJS path detection | add sockjs path detection | 25 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,167 |
72d5a32104ea37e19ee8b57dfed1f4873adf6a38 | Sam Brannen | Sam Brannen | Added schema version to test XML config file
This commit adds an explicit version to the updated XML configuration
file in order to avoid build errors in IntelliJ IDEA 12. | added schema version to test xml config file | 44 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,168 |
95c12554521fc22bd00034d5a6dc43d7231ce7b7 | Sam Brannen | Sam Brannen | Updated JdkVersion regarding Java 9 support
- JdkVersion#JAVA_19 is now properly set to 6 instead of 5.
- Javadoc for getMajorJavaVersion() now references currently supported
Java versions. | updated jdkversion regarding java 9 support | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,169 |
b9ca0fb947b30ebbfec6e40732202c839936fe82 | Juergen Hoeller | Juergen Hoeller | Compatibility of JDK 8 compiled reflection API usage with JDK <8 runtimes
Specifically, we need to avoid "... ? this.method : this.constructor" expressions since those potentially select java.lang.reflect.Executable (which is only available on JDK 8) as common type and hardcode this into the generated bytecode (which ... | compatibility of jdk 8 compiled reflection api usage with jdk <8 runtimes | 73 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,170 |
255eab5bed57c8e8695e5b93a31397333a51483a | Juergen Hoeller | Juergen Hoeller | Jaxb2Marshaller doesn't need to depend on ResourceLoaderAware
Issue: SPR-10512 | jaxb2marshaller doesn't need to depend on resourceloaderaware | 61 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,171 |
2a53a2de0e601aba8395880a7d7a06b18c3f5cea | Juergen Hoeller | Juergen Hoeller | Raised Hibernate Validator support dependency to 4.3+
This allows for restoring a static MessageSourceResourceBundleLocator implementation, just implementing the interface at the new spi location introduced in HV 4.3 and preserved in 5.0.
Issue: SPR-8199 | raised hibernate validator support dependency to 4.3+ | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,172 |
cac76192e28ccf18faa8d19147011cbde040e3b4 | Juergen Hoeller | Juergen Hoeller | Added "postProcessConfiguration" template method to LocalValidatorFactoryBean | added "postprocessconfiguration" template method to localvalidatorfactorybean | 77 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,173 |
ddbcf62edd187944145480c73ed4c98d85dd3432 | Juergen Hoeller | Juergen Hoeller | Replaced shared editor usage with PropertyEditorRegistrar | replaced shared editor usage with propertyeditorregistrar | 57 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,174 |
532de1a259f3f45993cce48443a38b06a4745e6e | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,175 |
c3b624df294b0cda9e388be3f3a7ad94eb5d73dd | Juergen Hoeller | Juergen Hoeller | Polished UriComponents implementation | polished uricomponents implementation | 37 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,176 |
f4b97c26dface247a3c30c8c05bf65db4de9f161 | Juergen Hoeller | Juergen Hoeller | Removed UriTemplate's unused encodeUri template method | removed uritemplate's unused encodeuri template method | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,177 |
61c3f3d9fdf617097f121d26053f0d24ae621f08 | Juergen Hoeller | Juergen Hoeller | Removed support for deprecated registerSharedEditor mechanism | removed support for deprecated registersharededitor mechanism | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,178 |
97d225ba75914ce69a3384909cb8acf5d8648435 | Rossen Stoyanchev | Rossen Stoyanchev | Refactor packages
org.springframework.websocket -> org.springframework.web.socket
org.springframework.sockjs -> org.springframework.web.socket.sockjs
Flatten .sockjs and .sockjs.server | refactor packages | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,179 |
4faf0d265f009697045e53976df9088e46b31d9e | Rossen Stoyanchev | Rossen Stoyanchev | Rename classes | rename classes | 14 | false | false | 2 | false | true | false | spring-projects | spring-framework | 18,180 |
2a7935a9132e7b8cd0efcd81b1a250527306c9b2 | Rossen Stoyanchev | Rossen Stoyanchev | Add WebSocketSession attributes + initialization
In addition to adding the attributes, there is now mechanism for
initializing WebSocketSession instances from attributes of the
handshake request. | add websocketsession attributes + initialization | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,181 |
0a8f5b2919ef7193d17b045b3a757800160d64e9 | Juergen Hoeller | Juergen Hoeller | Removed deprecated helper classes and methods (that have been deprecated since 3.0 or before) | removed deprecated helper classes and methods (that have been deprecated since 3.0 or before) | 93 | false | false | 14 | false | false | false | spring-projects | spring-framework | 18,182 |
17610c25233d3781c4c1715f6e5717ea2dc170d6 | Juergen Hoeller | Juergen Hoeller | Added note on non-thread-safety of Jackson's DateFormat support | added note on non-thread-safety of jackson's dateformat support | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,183 |
767bd3f3f880b26399fa71191a46209d9e88f4b8 | Juergen Hoeller | Juergen Hoeller | Upgraded to Jackson 1.9 (raising minimum to 1.8+) and 2.2 | upgraded to jackson 1.9 (raising minimum to 1.8+) and 2.2 | 57 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,184 |
9f9b972f00afb8f851b0e12852d6c86432ca090f | Juergen Hoeller | Juergen Hoeller | Prepared for JDK 1.9
Aiming for the JdkVersion class to support one generation ahead now, in order for the test suite to properly detect 1.7/1.8+ JVMs even when running against a JDK 1.9 preview at some point. | prepared for jdk 1.9 | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,185 |
47103ed1b315d9e62ad91202f33c8a1d0442926b | Juergen Hoeller | Juergen Hoeller | Link to JIRA change log instead of local changelog.txt file | link to jira change log instead of local changelog.txt file | 59 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,186 |
166ca7a5a3254c6d63551ad286a9e55375276e85 | Rossen Stoyanchev | Rossen Stoyanchev | Update exception handling
Allow WebSocketHandler methods to raise an exception.
By default we install ExceptionWebSocketHandlerDecorator, which logs
unhandled exceptions and closes the session. That decorator can be
extended or replaced.
Any exceptions that remain unhandled still (i.e. no exception handling
decorato... | update exception handling | 25 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,187 |
9ca4672300aa59949ac1073c56feedee783af6ec | Rossen Stoyanchev | Rossen Stoyanchev | Fix handshake handling issue | fix handshake handling issue | 28 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,188 |
46bcffcf30d5de9a149337e1421d5df26bf2ef7d | Rossen Stoyanchev | Rossen Stoyanchev | Add JettyWebSocketClient
Also split out JSR-356 related configuration and load it conditionally. | add jettywebsocketclient | 24 | false | false | 2 | true | true | false | spring-projects | spring-framework | 18,189 |
5ff2653d929f737d43e9891a51f5e0d874d5f352 | Juergen Hoeller | Juergen Hoeller | Added "getName()" accessor to MethodReference
Issue: SPR-10422 | added "getname()" accessor to methodreference | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,190 |
f374b7ae2ba429ac91d6d0db17e5fe99177acb54 | Juergen Hoeller | Juergen Hoeller | Fixed typo in code example
Issue: SPR-10394 | fixed typo in code example | 26 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,191 |
6be954e4cd050b4dffbc7e4e690a4083f2ca68e8 | Juergen Hoeller | Juergen Hoeller | Removed references to deprecated queryForInt method from documentation
Issue: SPR-10257 | removed references to deprecated queryforint method from documentation | 70 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,192 |
657bd80bf9727299174ad20e6b79c66dfaa18a3c | Juergen Hoeller | Juergen Hoeller | Removed unnecessary CGLIB 2.2 dependency from spring-test-mvc module | removed unnecessary cglib 2.2 dependency from spring-test-mvc module | 68 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,193 |
0ea17c83823a9bb442a0f01f6f8480710ab10408 | Juergen Hoeller | Juergen Hoeller | Allow for reuse of key visitor classes in tooling
Based on https://github.com/SpringSource/spring-framework/pull/263 | allow for reuse of key visitor classes in tooling | 49 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,194 |
06fdfb0b0d299be492bb947238fe232f40386c3f | Juergen Hoeller | Juergen Hoeller | Fixed annotation attribute processing for enum arrays
Based on https://github.com/SpringSource/spring-framework/pull/263 | fixed annotation attribute processing for enum arrays | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,195 |
161530da215520d8170ad1865dcf31e0a2e8342d | Juergen Hoeller | Juergen Hoeller | Temporarily deactivated DetectSplitPackagesPlugin due to failure on JDK 8 on CI server | temporarily deactivated detectsplitpackagesplugin due to failure on jdk 8 on ci server | 86 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,196 |
89de99e8713c069eb354ce2665e03cb26eda274c | Juergen Hoeller | Juergen Hoeller | Fixed javadoc build on JDK 8 (deactivating the super-strict doclint checks) | fixed javadoc build on jdk 8 (deactivating the super-strict doclint checks) | 75 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,197 |
1295c6f340466ead6b6fe2825bcf6c7e3119f086 | Juergen Hoeller | Juergen Hoeller | Upgraded to Hessian 4.0.7; deprecated Burlap support | upgraded to hessian 4.0.7; deprecated burlap support | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,198 |
f45ef75f95be581275a6a6b0923cee9b26a8917e | Rossen Stoyanchev | Rossen Stoyanchev | Add WebSocketHandlerDecorator | add websockethandlerdecorator | 29 | false | false | 2 | true | true | false | spring-projects | spring-framework | 18,199 |
15d7d6d7abd4c7ba8e96e7c56ea9ec7d72d9aec8 | Brian Clozel | Brian Clozel | Fix Validator initialization with a no-op implementation
Issue: SPR-11185 | fix validator initialization with a no-op implementation | 56 | false | false | 7 | true | true | false | spring-projects | spring-framework | 18,200 |
2c8f670d5fd129de470e1ddf415ad76305087996 | Brian Clozel | Brian Clozel | Support Validation in @MessageMapping annotated methods
Payload parameters in @MessageMapping annotated
methods can now also be validated when annotated
with a Validation annotation (@Valid, @Validated...).
A default Validator is registered by the MessageBroker
Configurer, but it is possible to provide a list of cust... | support validation in @messagemapping annotated methods | 55 | false | false | 6 | true | true | false | spring-projects | spring-framework | 18,201 |
1c83e8653a8079381fd2579919b8fd16a90fdd44 | Brian Clozel | Brian Clozel | Switch to Jackson 2 in unit tests
Prior to this commit, some unit tests were using
Spring's Jackson 1.x implementations. Now Jackson
2.x implementations are the default ones used in
unit tests.
Even if Jackson 1.x support is deprecated, Jackson 1.x
unit tests are kept.
Issue: SPR-11121 | switch to jackson 2 in unit tests | 33 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,202 |
ef13dbfcdd5daa3f5687de8c219005eb92295aab | Rossen Stoyanchev | Rossen Stoyanchev | Handle bad STOMP messages in StompSubProtocolHandler
Issue: SPR-11277 | handle bad stomp messages in stompsubprotocolhandler | 52 | false | false | 6 | true | true | false | spring-projects | spring-framework | 18,203 |
1f49f994e69bcfcccbdd42d9823986d849afd8b0 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue with use of SecureRandom for id generation
Switch to using nextBytes as generateSeed doesn't seem to be always
supported by all hardware providers.
Issue: SPR-11278 | fix issue with use of securerandom for id generation | 52 | false | false | 9 | true | true | false | spring-projects | spring-framework | 18,204 |
3b14e974f84b453fd9456ea5d372906fa04dc5e2 | Rossen Stoyanchev | Rossen Stoyanchev | Remove unnecessary copying of headers in GenericMessage
Since the MessageHeaders constructor is makes a copy of the headers and
is protected against a null map, there is no need for the same to be
done in GenericMessage.
Issue: SPR-11268 | remove unnecessary copying of headers in genericmessage | 55 | false | false | 7 | true | true | false | spring-projects | spring-framework | 18,205 |
12fe9174f0aeb88821ca5ad84d83e05e259fc56f | Rossen Stoyanchev | Rossen Stoyanchev | Make ObjectMapper configurable in spring-messaging
Issue: SPR-11279 | make objectmapper configurable in spring-messaging | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,206 |
82ea9ece5c56309f98984778cd03970fbe479872 | Juergen Hoeller | Juergen Hoeller | Refined logging to include target class for each transactional method name
Also simplified cache key 'hashCode' implementation, relying on 'equals' to differentiate between same method on different target classes.
Issue: SPR-11267 | refined logging to include target class for each transactional method name | 74 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,207 |
f0d21510f56243f5c0b12649c059fe791b3decf1 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11259 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,208 |
5e00113c650f458412707193aecd95b3701b31d7 | Juergen Hoeller | Juergen Hoeller | Added extensive default converters for JSR-310 value types
Also adding several further Joda-Time converters for consistency with JSR-310 converters.
Issue: SPR-11259 | added extensive default converters for jsr-310 value types | 58 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,209 |
48909886a214265e3f2b3765bf2bf4a1c26bc791 | Juergen Hoeller | Juergen Hoeller | Added support for the Java 8 style 'from'/'to' method conventions
Also introduced a default ZonedDateTime-Calendar converter which is not covered by the default convention due to the 'from' method only being defined on GregorianCalendar.
Issue: SPR-11259 | added support for the java 8 style 'from'/'to' method conventions | 65 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,210 |
73d8f069fe660baac35b7ec437296998b5dcbfe8 | Juergen Hoeller | Juergen Hoeller | EhCacheFactoryBean does not call set(Sampled)StatisticsEnabled on EhCache 2.7/2.8
Issue: SPR-11265 | ehcachefactorybean does not call set(sampled)statisticsenabled on ehcache 2.7/2.8 | 81 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,211 |
065713660521bb080ede3aa51bb2f632afce24de | Juergen Hoeller | Juergen Hoeller | Support for Jackson's findModules and autodetection of JSR-310 and Joda-Time support
Issue: SPR-11040 | support for jackson's findmodules and autodetection of jsr-310 and joda-time support | 84 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,212 |
85921808b3749d976579b09a4e461ec74a7e68ea | Juergen Hoeller | Juergen Hoeller | MappingJackson2(Http)MessageConverter logs warnings after canRead/canWrite checks
This change involves a general upgrade to Jackson 2.3 in our build.
Issue: SPR-11261 | mappingjackson2(http)messageconverter logs warnings after canread/canwrite checks | 81 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,213 |
7f5d6ea3f9ac682b4c73d93bb148f2b906e1acb4 | Juergen Hoeller | Juergen Hoeller | Fixed NavigableSet/NavigableMap detection in createCollection/createMap
Issue: SPR-11257 | fixed navigableset/navigablemap detection in createcollection/createmap | 71 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,214 |
4e5e700213149615c75bc3398549fc5472836908 | Rossen Stoyanchev | Rossen Stoyanchev | Add client login/passcode to broker relay
Issue: SPR-11154 | add client login/passcode to broker relay | 41 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,215 |
0a12f28b58c834fac8a873d2862d0cc94f7a5163 | Rossen Stoyanchev | Rossen Stoyanchev | Introduce StompReactorNettyTcpClient
Issue: SPR-11153 | introduce stompreactornettytcpclient | 36 | false | false | 2 | true | true | false | spring-projects | spring-framework | 18,216 |
2e4f38f6af49637f2ff5f651944aef35a049c60a | Rossen Stoyanchev | Rossen Stoyanchev | Introduce AbstractMockMvcBuilder class
This change splits out an abstract base class from DefaultMockMvcBuilder
with StandaloneMockMvcBuilder switching to extend the new abstract class
(rather than DefaultMockMvcBuilder).
Issue: SPR-11238 | introduce abstractmockmvcbuilder class | 38 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,217 |
e3017c30bbb2d33b16db9352288f0e6d6318f04b | Juergen Hoeller | Juergen Hoeller | ResourceDatabasePopulator's setScripts takes varargs | resourcedatabasepopulator's setscripts takes varargs | 52 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,218 |
d032c20a54c3289ef26656f4e96321c39c1ad49b | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-10469 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,219 |
b4d6e27fb3f8db773cbfad1a6e53323de2c1470d | Juergen Hoeller | Juergen Hoeller | Upgraded embedded Derby support to 10.6+ and build to 10.10
Issue: SPR-10469 | upgraded embedded derby support to 10.6+ and build to 10.10 | 59 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,220 |
9a39f39b6fb286998a0fa846dc1d4da9baa43ce1 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11254 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,221 |
ee5b7fdab8fc8c9db0de408ebdcbc94378cb4f7d | Juergen Hoeller | Juergen Hoeller | Revised XMLEventStreamWriter to allow for empty elements with attributes
Issue: SPR-11254 | revised xmleventstreamwriter to allow for empty elements with attributes | 72 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,222 |
710fdc73f1d41696ee14e24cbd0725b95590566c | Sam Brannen | Sam Brannen | Polish Javadoc for Groovy bean support classes | polish javadoc for groovy bean support classes | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,223 |
f9e8eb59e11ba0f6ff3ac3febded7fc48ad4e13c | Juergen Hoeller | Juergen Hoeller | Fixed hasUnresolvableGenerics() to return false in case of an unresolvable bounded variable as well
Issue: SPR-11250 | fixed hasunresolvablegenerics() to return false in case of an unresolvable bounded variable as well | 99 | false | false | 14 | false | false | false | spring-projects | spring-framework | 18,224 |
bc3064cbb76d3fa8392622742348b87ce0fbfa10 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,225 |
a884cde18c47a27f542cd9088a4d465aa199912c | Juergen Hoeller | Juergen Hoeller | Upgraded to JCache 1.0 RC1
Also completing 4.0's consistency efforts between Spring's cache adapters. | upgraded to jcache 1.0 rc1 | 26 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,226 |
b1460742c37f0de3c606d3710798c9ff8af2fb80 | Juergen Hoeller | Juergen Hoeller | InjectionMetadata caching per bean name needs to refresh when bean class changes
Issue: SPR-11246 | injectionmetadata caching per bean name needs to refresh when bean class changes | 80 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,227 |
2faf008c2e1d83ba5aab95c5205bf3c69b82159e | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11225 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,228 |
11fb12b920c9b6d2c44df7665e66e8d7e3e65e2a | Juergen Hoeller | Juergen Hoeller | Fixed AbstractMessageConverterMethodArgumentResolver's type variable resolution
Issue: SPR-11225 | fixed abstractmessageconvertermethodargumentresolver's type variable resolution | 79 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,229 |
bfba53f958640a5ffa3c2603188106c4a2505ea8 | Juergen Hoeller | Juergen Hoeller | Fixed handling of primitive vararg array in CacheOperationContext
Issue: SPR-11249 | fixed handling of primitive vararg array in cacheoperationcontext | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,230 |
cb682cd8b7e21f580b27481cf6b6c29a91a6de7f | Juergen Hoeller | Juergen Hoeller | Revised BeanInfoFactory javadoc
Issue: SPR-9014 | revised beaninfofactory javadoc | 31 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,231 |
aa2fadd8da0bcb87db5bad42c0774b868fce70cd | Juergen Hoeller | Juergen Hoeller | Revised ResolvableType's handling of (self-referential) type variables
Also resolving at construction time now, and shortcutting assignability evaluation.
Issue: SPR-11219 | revised resolvabletype's handling of (self-referential) type variables | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,232 |
260bbe319dfbe362ade0180f9c50a35109d992c8 | Juergen Hoeller | Juergen Hoeller | Fixed accidental use of Java 8 getParameterCount(), plus polishing of related classes
Issue: SPR-11245 | fixed accidental use of java 8 getparametercount(), plus polishing of related classes | 85 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,233 |
234272eb8f6b37493643687c91b1f2ae75e65eef | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11215 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,234 |
67abeb47223e00882a4e1f10331ca723da2a6b92 | Juergen Hoeller | Juergen Hoeller | SpEL performs String->String type conversion even within concatenated String
Issue: SPR-11215 | spel performs string->string type conversion even within concatenated string | 76 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,235 |
63d300ac868de3bada09fbd2278cd76cfde182e5 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11242 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,236 |
1d47fc6e2da59a56107607c927e35b0dc26cfa1f | Juergen Hoeller | Juergen Hoeller | Consistent non-declaration of serialVersionUID
Issue: SPR-11242 | consistent non-declaration of serialversionuid | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,237 |
994efe45fd66a0ce48c705fd16632aa27eecc1b7 | Juergen Hoeller | Juergen Hoeller | Prevented potential infinite recursion in hashCode/equals
Issue: SPR-11219 | prevented potential infinite recursion in hashcode/equals | 57 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,238 |
618368304176719006ac4053b5fe5e4884ac7c3e | Juergen Hoeller | Juergen Hoeller | Fixed typos
Issue: SPR-11232
Issue: SPR-11242 | fixed typos | 12 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,239 |
74c679eb2f038b2115aedc8cd5db4fa953a5691f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,240 |
479d073f1b5203deed7a218fa5046eca50debcd7 | Juergen Hoeller | Juergen Hoeller | Adapted orm.hibernate4 and HibernateJpaVendorAdapter to avoid deprecation warnings on Hibernate 4.3 final
Issue: SPR-11240 | adapted orm.hibernate4 and hibernatejpavendoradapter to avoid deprecation warnings on hibernate 4.3 final | 105 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,241 |
ff92f5af57f36436635352164cf8b96207fa463d | Rossen Stoyanchev | Rossen Stoyanchev | Fix typo
Issue: SPR-11241 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 18,242 |
2a3ca619f979476aee8e0a0d298fb8ab847a4aa8 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11221 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,243 |
23546b12347775c01d5195a778419134cab00140 | Juergen Hoeller | Juergen Hoeller | Moved AnnotationBeanNameGenerator's String value check right before cast
Issue: SPR-11221 | moved annotationbeannamegenerator's string value check right before cast | 72 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,244 |
078d2fe0e2de02544bca5261400afc5c07d49e85 | Juergen Hoeller | Juergen Hoeller | Added current version information to SpringAsmInfo's javadoc | added current version information to springasminfo's javadoc | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,245 |
105e176a80d00ba9514b3acb4409a4eee99123cf | Juergen Hoeller | Juergen Hoeller | Fixed @Bean meta-annotation detection when using ASM
This turned out to be a bug in the ASM-based AnnotationMetadata implementation where has/getAnnotatedMethods didn't consider meta-annotations., in contrast to its StandardAnnotationMetadata sibling.
Issue: SPR-10488 | fixed @bean meta-annotation detection when using asm | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,246 |
61a3d04e9146c94db28d9b974d7d07c6b645894f | Juergen Hoeller | Juergen Hoeller | Set scoped proxy role to same role as target definition
This allows scoped proxy definitions to override regular application bean definitions (again).
Issue: SPR-11229 | set scoped proxy role to same role as target definition | 55 | false | false | 10 | false | true | false | spring-projects | spring-framework | 18,247 |
e2f85fc1d07b64e816596acb3f12d105feea71a8 | Juergen Hoeller | Juergen Hoeller | Defensively detect non-empty String fields in @Scheduled
Issue: SPR-11223 | defensively detect non-empty string fields in @scheduled | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,248 |
b6970d3504c433571ce43ac758256be77ae4af9f | Juergen Hoeller | Juergen Hoeller | Removed obsolete JBoss 5.x support code from JBossLoadTimeWeaver | removed obsolete jboss 5.x support code from jbossloadtimeweaver | 64 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,249 |
8a3b4c69c89d0bf56ef210f5166c79ee77be3935 | Juergen Hoeller | Juergen Hoeller | Fixed primitive type assignability in BeanUtils.copyProperties
Issue: SPR-11231 | fixed primitive type assignability in beanutils.copyproperties | 62 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,250 |
9eb58b95962ad5b0c5e59f2e8cf56a148a55b12f | Sam Brannen | Sam Brannen | Polish Javadoc for ScopedProxyMode | polish javadoc for scopedproxymode | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,251 |
1c04dcbe172f1cf46d55457350b5555100bc615b | Sam Brannen | Sam Brannen | Update readme.txt with current links | update readme.txt with current links | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,252 |
0b6bd46863afc073aa4236eb09d88e8f8c91db1e | Sam Brannen | Sam Brannen | Polish reference manual | polish reference manual | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,253 |
f199d5187b2b88654f8d2e072d4da128cbda13f0 | Sam Brannen | Sam Brannen | Polish reference manual | polish reference manual | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,254 |
569fbc9f39c3ebd13e12dae5e548eddd6fa2f87c | Spring Buildmaster | Spring Buildmaster | Next development version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,255 |
421292acf4aa7e715d74107f5bf393b3af51f48e | Phillip Webb | Phillip Webb | Final documentation polish before 4.0 | final documentation polish before 4.0 | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,256 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.