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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b0e6091cadeaf29a95ab7d85eebd3c46671b6ac6 | Rossen Stoyanchev | Rossen Stoyanchev | Lower "no session" message log level in SubProtocolWSH
Issue: SPR-12247 | lower "no session" message log level in subprotocolwsh | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,857 |
38777955d20f354be6a4c88ea8b702b1051dc147 | Sam Brannen | Sam Brannen | Escape single quotes in the reference manual
This commit ensures that single quotes nested in double quotes in
code examples in the reference manual are properly escaped using ''.
Issue: SPR-12246 | escape single quotes in the reference manual | 44 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,858 |
587a81617c79e5647f9d41cad2f5d43b6a0068f3 | Juergen Hoeller | Juergen Hoeller | SystemEnvironmentPropertySource uses actual SecurityManager check and direct keySet access
Issue: SPR-12224 | systemenvironmentpropertysource uses actual securitymanager check and direct keyset access | 90 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,859 |
0934751d7aa625fd098086ce3a5fb489f2edc7e0 | Juergen Hoeller | Juergen Hoeller | BeanWrapper supports traversal of nested paths with Java 8 Optional declarations
Issue: SPR-12241 | beanwrapper supports traversal of nested paths with java 8 optional declarations | 80 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,860 |
281b243b88cccb45e55c7d1a168dde59819d6ac4 | Juergen Hoeller | Juergen Hoeller | HttpEntityMethodProcessor supports custom HttpEntity subclasses again
Issue: SPR-12242 | httpentitymethodprocessor supports custom httpentity subclasses again | 69 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,861 |
5b1cbf030695f91929ab361ba96c5d12b95ddd3c | Rossen Stoyanchev | Rossen Stoyanchev | Log WebSocket connection issues at DEBUG level
WebSocket clients going away is an expected and common occurance.
Logging at ERROR level on failure to close a connection or on failures
to write data to a WebSocket sessions has a high potential for false
positives with very little to do. This change lowers the log level... | log websocket connection issues at debug level | 46 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,862 |
07ffb6ffed10103064248d2521038e80d3f05cba | Sam Brannen | Sam Brannen | Polish SpEL compiler section | polish spel compiler section | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,863 |
75291b32bca7a4535defa056c5ca4d1da8bd7ade | Sam Brannen | Sam Brannen | Fix grammar in @JsonView section | fix grammar in @jsonview section | 32 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,864 |
2a0fb1b6844296a5c75807e5c82f0492eebe094b | Sam Brannen | Sam Brannen | Fix broken links to JIRA issues | fix broken links to jira issues | 31 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,865 |
b31c95df85d2cbedceb44624cf44cac2ac2e3397 | Sam Brannen | Sam Brannen | Polish code formatting in testing chapter | polish code formatting in testing chapter | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,866 |
4c59d85f690a29c45c644f9c3f13010d5cba84ed | Phillip Webb | Phillip Webb | Be defensive adding additional imported configs
Refine the logic introduced in commit 71c6eb2b so that additional
imported @Configuration classes are not considered as candidates if
they have already been parsed.
Issue: SPR-12233 | be defensive adding additional imported configs | 47 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,867 |
983b5338ed0284388d8ac528821a918cdb3b2634 | Brian Clozel | Brian Clozel | Fix typo in documentation
Issue: SPR-8025 | fix typo in documentation | 25 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,868 |
ea034aeb2e382c63ca65b2e2d8de1f51a434aa55 | Brian Clozel | Brian Clozel | Reorder list of data access modules in documentation
Issue: SPR-7689 | reorder list of data access modules in documentation | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,869 |
09a6afb94c824bba2dd5636b436c2f8b72408a29 | Brian Clozel | Brian Clozel | Fix "file:///" URL schema in documentation
Issue: SPR-7735 | ///" url schema in documentation | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,870 |
26326fb40b8d680688155a182fbcd999338478d1 | Brian Clozel | Brian Clozel | Mention DEFAULT_NONE in @RequestMapping's Javadoc
This change mentions `ValueConstants.DEFAULT_NONE` in @RequestMapping's
Javadoc, in order to explain the default value.
Issue: SPR-9967 | mention default_none in @requestmapping's javadoc | 49 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,871 |
94e26fd72de2abaf5b14980d0000036807dad534 | Juergen Hoeller | Juergen Hoeller | Remove outdated references to ContextLoaderServlet
Issue: SPR-7725 | remove outdated references to contextloaderservlet | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,872 |
a80495b47d31e68eecb1ec14af254523111dc797 | Juergen Hoeller | Juergen Hoeller | Avoid use of fragile Swing classes in tests (for compatibility with JDK 8u40)
Issue: SPR-12235 | avoid use of fragile swing classes in tests (for compatibility with jdk 8u40) | 77 | false | false | 13 | true | true | false | spring-projects | spring-framework | 15,873 |
1936dee991896786a859a276c9519c6f43f8c031 | Juergen Hoeller | Juergen Hoeller | Replaced postProcessFindAllClassPathResourcesResult with doFindAllClassPathResources
Issue: SPR-12231 | replaced postprocessfindallclasspathresourcesresult with dofindallclasspathresources | 84 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,874 |
62340d6ccfe5212dd09c9c160c5a30146140e6e2 | Juergen Hoeller | Juergen Hoeller | Only release rolled-back database savepoints during managed nested transaction
Issue: SPR-12228 | only release rolled-back database savepoints during managed nested transaction | 78 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,875 |
0026d8faf80ed100baec4f6fa9de4c8a8e5726a3 | Sam Brannen | Sam Brannen | Update package-info for org.springframework.test | update package-info for org.springframework.test | 48 | false | false | 4 | true | false | true | spring-projects | spring-framework | 15,876 |
0083cc0a01df274c0d4fa092bbc88d58b5f6bf19 | Sam Brannen | Sam Brannen | Add missing package-info files in spring-test | add missing package-info files in spring-test | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,877 |
f9452ae9e955f0e0a1c6046dd30a6eb2ed6ed1d5 | Juergen Hoeller | Juergen Hoeller | LocalSessionFactoryBean supports JPA 2.1 auto-apply @Converter on Hibernate 4.3
Issue: SPR-12234 | localsessionfactorybean supports jpa 2.1 auto-apply @converter on hibernate 4.3 | 79 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,878 |
9c8f7d9246f35c1a2cea543d4aa16e21b9e5efcd | Juergen Hoeller | Juergen Hoeller | Explicitly release rolled-back database savepoints during (long-running) transaction
Issue: SPR-12228 | explicitly release rolled-back database savepoints during (long-running) transaction | 84 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,879 |
bf93f0c5e95e1835d6266190e02d87b1da5c8d21 | Sam Brannen | Sam Brannen | Clean up warnings in spring-messaging | clean up warnings in spring-messaging | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,880 |
b9348bb89c6116c6c57b68c34b2ff28b5b3d4ce3 | Brian Clozel | Brian Clozel | Fix Protobuf support - HTTP headers already written
Prior to this commit, the `ProtobufHttpMessageConverter` would call
`outputMessage.getBody()` at the beginning of the `writeInternal`
method, thus writing HTTP headers. Since this method is trying to write
"x-protobuf" headers after that, protobuf support wasn't work... | fix protobuf support - http headers already written | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,881 |
2989fe4203563e7b2335dcf1e8b14befb69c9512 | Sebastien Deleuze | Sebastien Deleuze | Support Jackson based XML serialization in RestTemplate
Issue: SPR-12225 | support jackson based xml serialization in resttemplate | 55 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,882 |
f27c7df004b07296c3e740f17906ebe73061e7b8 | Sam Brannen | Sam Brannen | Avoid Gradle compiler warnings | avoid gradle compiler warnings | 30 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,883 |
1947de3334827e90b84c6f7951a52f7747221083 | Phillip Webb | Phillip Webb | Provide subclass hooks in path matching resolver
Update PathMatchingResourcePatternResolver to include additional
protected methods that can be used by subclasses to optimize which
JARs are searched.
Issue: SPR-12231 | provide subclass hooks in path matching resolver | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,884 |
4aa97f89457fe979aef1a26e6e2697118e9ef90c | Sam Brannen | Sam Brannen | Remove references to CommonsHttpInvokerRequestExecutor | remove references to commonshttpinvokerrequestexecutor | 54 | false | false | 4 | true | true | false | spring-projects | spring-framework | 15,885 |
2667956a30960e6683e794d8bcf9860319af3ad8 | Phillip Webb | Phillip Webb | Initialize JNDI to fix failing Environment test
Issue: SPR-12223 | initialize jndi to fix failing environment test | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,886 |
c41ea9617717bbada45a4431fe0b7079b538ffba | Phillip Webb | Phillip Webb | Optimize ReflectionUtils.isCglibRenamedMethod
Optimize ReflectionUtils.isCglibRenamedMethod by removing the regular
expression.
Issue: SPR-12227 | optimize reflectionutils.iscglibrenamedmethod | 45 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,887 |
752574de1d529eb9eff413b0bffc2c51b5180012 | Phillip Webb | Phillip Webb | Optimize SystemEnvPropertySource when possible
Update SystemEnvironmentPropertySource to attempt optimized Map lookups
first, and only fall-back to the defensive SecurityManager safe-mode
if these fail.
Issue: SPR-12224 | optimize systemenvpropertysource when possible | 46 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,888 |
607d9454df1d3e9491ef879d1250eb0a3beb820e | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (EhCache 2.8.4, JasperReports 5.6.1, Jetty 9.2.3) | latest dependency updates (ehcache 2.8.4, jasperreports 5.6.1, jetty 9.2.3) | 75 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,889 |
60e58a201256077508de58db8b594d610163eaea | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,890 |
8eac87064dd0d0884b830be68e2a6921f10bfede | Juergen Hoeller | Juergen Hoeller | AbstractAutowireCapableBeanFactory avoids synchronization in filterPropertyDescriptorsForDependencyCheck
Issue: SPR-12106 | abstractautowirecapablebeanfactory avoids synchronization in filterpropertydescriptorsfordependencycheck | 104 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,891 |
a000dd782a74bb27484e2d76760e76e8398a32e8 | Juergen Hoeller | Juergen Hoeller | ReloadableResourceBundleMessageSource uses ConcurrentHashMaps and ReentrantLocks instead of synchronization
Issue: SPR-10500 | reloadableresourcebundlemessagesource uses concurrenthashmaps and reentrantlocks instead of synchronization | 107 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,892 |
f5cf3cd56e1af03379705a69f0d4a474a5aecbff | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,893 |
79c75df0886016b9aa1e02388a1f11433ec4e6d0 | Sam Brannen | Sam Brannen | Updated copyright date range | updated copyright date range | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,894 |
b5216c51659ce71ea162e6214001bfd4b7b9003f | Sam Brannen | Sam Brannen | Merge pull request #624 from leizhiyuan/master
Stop using deprecated JdbcTemplate.queryFor*() methods | merge pull request #624 from leizhiyuan/master | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,895 |
5b1341f4b572277c33a8ebf7ade1bfdb5de03437 | Stephane Nicoll | Stephane Nicoll | Fix String equality
Issue: SPR-12105 | fix string equality | 19 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,896 |
b5763fe32628af72310585ef296e087e7908659e | Juergen Hoeller | Juergen Hoeller | Consistent attribute documentation/formatting in spring-context and spring-mvc schemas | consistent attribute documentation/formatting in spring-context and spring-mvc schemas | 86 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,897 |
662d8aa9f177fa8bcf941ea9a41762e7cd536961 | Juergen Hoeller | Juergen Hoeller | util:properties supports multiple resource locations and ignore-resource-not-found
Issue: SPR-10614 | properties supports multiple resource locations and ignore-resource-not-found | 77 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,898 |
e48c315ad13aa06ef6eeb6112df5fbb37de71ded | Juergen Hoeller | Juergen Hoeller | DefaultSingletonBeanRegistry performs non-synchronized checks for existing entries in dependentBeanMap and containedBeanMap
Also adding alias resolution to isDependent's algorithm (for circular dependency detection).
Issue: SPR-8834
Issue: SPR-7966 | defaultsingletonbeanregistry performs non-synchronized checks for existing entries in dependentbeanmap and containedbeanmap | 123 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,899 |
592e3441915ec8d59e2a4378bc9e62872fef343c | Juergen Hoeller | Juergen Hoeller | PersistenceAnnotationBeanPostProcessor defensively handles BeanDefinition access for extended EntityManagers
Issue: SPR-8834 | persistenceannotationbeanpostprocessor defensively handles beandefinition access for extended entitymanagers | 108 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,900 |
9d3d6d59196ddd76cd536c29619403b76e2b10ba | Juergen Hoeller | Juergen Hoeller | DefaultListableBeanFactory defensively handles BeanDefinition access in getBean(Class)
Issue: SPR-10542 | defaultlistablebeanfactory defensively handles beandefinition access in getbean(class) | 86 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,901 |
891335a604ac653645379d023c26ed4745de7246 | Juergen Hoeller | Juergen Hoeller | FlashMap's equals implementation needs to call super.equals(...) as well | flashmap's equals implementation needs to call super.equals(...) as well | 72 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,902 |
af6ef5f74c03b8b47cc153ffc6b8f945d50d86d4 | Juergen Hoeller | Juergen Hoeller | Use ConcurrentMap declarations when calling putIfAbsent (for compatibility with JDK 6 and 7)
Issue: SPR-12102 | use concurrentmap declarations when calling putifabsent (for compatibility with jdk 6 and 7) | 92 | false | false | 13 | true | true | false | spring-projects | spring-framework | 15,903 |
781a6d289e76b616602c3b14d6de2dd0f8a15af5 | Juergen Hoeller | Juergen Hoeller | CachedIntrospectionResults uses putIfAbsent where possible (for minimal write locking)
Issue: SPR-12102 | cachedintrospectionresults uses putifabsent where possible (for minimal write locking) | 86 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,904 |
1ca0460534d207a4f3d2861d34dbb8bacb76eb27 | Rossen Stoyanchev | Rossen Stoyanchev | Add equals/hashcode to FlashMap
Brings consistency with the existing compareTo implementation. | add equals/hashcode to flashmap | 31 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,905 |
bb8be509cdcd2d9512bcbab487dd5d85c6e888fe | Rossen Stoyanchev | Rossen Stoyanchev | Remove return statements in finally blocks | remove return statements in finally blocks | 42 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,906 |
0e490407076b28e429d339738a9260978711a464 | Rossen Stoyanchev | Rossen Stoyanchev | Fix hashcode/equals issue in HeadersRequestCondition | fix hashcode/equals issue in headersrequestcondition | 52 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,907 |
5cd1e6aff4c39f28dd8c55064bc24c46e8eded1b | Juergen Hoeller | Juergen Hoeller | Upgrade to Apache HttpComponents HttpClient 4.3.5 and HttpAsyncClient 4.0.2
Issue: SPR-12100 | upgrade to apache httpcomponents httpclient 4.3.5 and httpasyncclient 4.0.2 | 75 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,908 |
759f430ba56d55d702ed2f0f07d468402a1202df | Juergen Hoeller | Juergen Hoeller | StatementCreatorUtils avoids direct calls with SQL type argument in case of Types.OTHER
Issue: SPR-8571 | statementcreatorutils avoids direct calls with sql type argument in case of types.other | 87 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,909 |
8c76381d959f4dd1c7e6dae077c59b8b12e4b4e8 | Juergen Hoeller | Juergen Hoeller | PathMatchingResourcePatternResolver supports "classpath*" searches in jar file roots as well
Issue: SPR-12095 | pathmatchingresourcepatternresolver supports "classpath*" searches in jar file roots as well | 92 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,910 |
0c32d66cbdcab41fd36d80c4bdf2d22aff86d751 | Juergen Hoeller | Juergen Hoeller | ShallowEtagHeaderFilter supports Servlet 3.1's setContentLengthLong as well
Issue: SPR-12097 | shallowetagheaderfilter supports servlet 3.1's setcontentlengthlong as well | 75 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,911 |
110be33337387e5f79ccbc773c09c0d45a51f9a8 | Sam Brannen | Sam Brannen | Honor Host header for server name/port in MckHtSrvRq
Prior to this commit, the getServerName() and getServerPort() methods
in MockHttpServletRequest simply returned the 'mocked' serverName and
serverPort but ignored the 'Host' header entirely. Per the Servlet
specification, however, these methods must parse the server... | honor host header for server name/port in mckhtsrvrq | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,912 |
51e4b07856c8b5efca40f86fd1c654be1f2645a1 | Juergen Hoeller | Juergen Hoeller | JamonPerformanceMonitorInterceptor tracks exceptions as well (consistent with JAMon's other interceptors)
Issue: SPR-12068 | jamonperformancemonitorinterceptor tracks exceptions as well (consistent with jamon's other interceptors) | 105 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,913 |
c65a82a32d4bfd4e35d04cc412e2f6975f211aa9 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,914 |
a2e6b56dd0d333067a7da3e9a1ce901bcdf5fdab | Juergen Hoeller | Juergen Hoeller | SchedulerAccessorBean falls back to finding a default Scheduler bean by type
Issue: SPR-12094 | scheduleraccessorbean falls back to finding a default scheduler bean by type | 76 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,915 |
2ef3d66c89456646c6512b65f1e3000051152f28 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,916 |
0d0d7139ee0976e5cacaa4b3d924cfa98e5a2896 | Juergen Hoeller | Juergen Hoeller | Convenient EhCache CacheManager bootstrapping within @Bean methods
Also introducing default CacheManager setup for EhCacheCacheManager, analogous to JCacheCacheManager.
Issue: SPR-12093 | convenient ehcache cachemanager bootstrapping within @bean methods | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,917 |
b910ff34e6d5f1cfd3ad4ee31d5a7674dc5a69ed | Stephane Nicoll | Stephane Nicoll | Exclude infra modules from public distributions
Prior to this commit, spring-build-src and spring-framework-bom
internal artifacts were published as part of the distribution bundle.
This commit excludes those project so that those unnecessary artifacts
are no longer shipped.
Issue: SPR-12087 | exclude infra modules from public distributions | 47 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,918 |
dd66ca0c930f9b94491bb9aeae9a541294bf3b9b | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (AspectJ 1.8.2, Jackson 2.4.2) | latest dependency updates (aspectj 1.8.2, jackson 2.4.2) | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,919 |
2553fb8ba1cef72d594032149befd02a56300f8a | Stephane Nicoll | Stephane Nicoll | Apply ListenableFuture support to AspectJ
Prior to this commit, only @Async annotated methods with proxy style
had an explicit support for ListenableFuture. This commit brings that
support to AspectJ as well.
Issue: SPR-12092 | apply listenablefuture support to aspectj | 41 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,920 |
bccb3bb70b1d43c201584ff9e0c1b8ff9a65a3a9 | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,921 |
8fc191c95e2d87e4b9a096edd73dea761d4cff3a | Stephane Nicoll | Stephane Nicoll | Apply AsyncUncaughtExceptionHandler to AspectJ
Prior to this commit, only @Async annotated methods with proxy style
had their custom uncaught exception handler applied. This commit
harmonizes the configuration so that AspectJ applies that behaviour as
well.
Issue: SPR-12090 | apply asyncuncaughtexceptionhandler to aspectj | 46 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,922 |
0dba70fe15ec4bf54f727f28162822eab1d9a463 | Sam Brannen | Sam Brannen | Merge pull request #625 from eujungkim/spr-warning
Clean up warnings in CompoundComparator | merge pull request #625 from eujungkim/spr-warning | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,923 |
c315adf72d284f78efc816be37db55c62008973e | eujung kim | eujung kim | Remove unnecessary @SupressWarnings. | remove unnecessary @supresswarnings | 35 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,924 |
3fcdae8ae89772da6932d6395975918ec381be5a | leizhiyuan | leizhiyuan | Clean Up Deprecated Method Call
change all testcases in spring-jdbc those use queryForInt and
queryForLong methods to queryForObject | clean up deprecated method call | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,925 |
1a880076880a794016e2eeadea4f7f67c38e68ce | Sam Brannen | Sam Brannen | Improve documentation of SpringFactoriesLoader | improve documentation of springfactoriesloader | 46 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,926 |
e1d7f08d7b39ca26f5466e814ca22ff2c539bd94 | Sam Brannen | Sam Brannen | Relax XML content type expectations in tests
Requests in XmlContentAssertionTests and XpathAssertionTests now accept
"application/xml;charset=UTF-8" in addition to "application/xml". | relax xml content type expectations in tests | 44 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,927 |
85e52e59e364034f206b02bded52ebc4dd5c51b9 | Sam Brannen | Sam Brannen | Remove duplicate test dependency on mockito-core | remove duplicate test dependency on mockito-core | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,928 |
042cfeed5cb86bc568816d90e752ba01850e6885 | Sam Brannen | Sam Brannen | Include Groovy source code in published sources jars
In our Gradle build script, we are now assembling 'sources' jars from
'sourceSets.main.allSource' in order to include Java, Groovy, and
AspectJ source code as well all other appropriate classpath resources.
Issue: SPR-12086 | include groovy source code in published sources jars | 52 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,929 |
9ea646e508a99fa8352cab75aa331ff58fc5dafc | Sam Brannen | Sam Brannen | Include all source artifacts in published sources jars
This commit updates the Gradle build to ensure that the following are
including in published 'sources' jars.
- Java source code (previously supported)
- AspectJ source code (previously supported)
- META-INF/spring.factories
- META-INF/services/*
- Java Prope... | include all source artifacts in published sources jars | 54 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,930 |
a91ab34866179471cd9bcafe4ad80c9a7bc6116e | Sam Brannen | Sam Brannen | Polish Javadoc and formatting in @TestExecutionListeners | polish javadoc and formatting in @testexecutionlisteners | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,931 |
8b86519b9481cc15f5f1c57a9e6317e58e080255 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,932 |
66250b1f8ec044b813e5ea8b96fbdf0af250f55c | Sam Brannen | Sam Brannen | Support merging custom TELs with default TELs
Prior to this commit, if a custom TestExecutionListener was registered
via @TestExecutionListeners the defaults would not be registered. Thus,
if a user wanted to declare a custom listener and use the default
listeners, the user was forced to manually declare all default
l... | support merging custom tels with default tels | 45 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,933 |
b3add794d7f7d36f84afd54922fd07facc017bc1 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,934 |
d2e269e697537053991f71bbe9219f4649f6cc95 | Juergen Hoeller | Juergen Hoeller | Fixed fragile tests for @Bean method overloading | fixed fragile tests for @bean method overloading | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,935 |
69587f3fa4ac92fb00f243d998240a18f13111ff | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,936 |
eb0ab8431bc967aff0f186a4b0bc4562e073fd01 | Juergen Hoeller | Juergen Hoeller | Lookup methods can support arguments, find a target bean based on the return type, and be identified by an @Lookup annotation
Issue: SPR-7431
Issue: SPR-5192 | lookup methods can support arguments, find a target bean based on the return type, and be identified by an @lookup annotation | 125 | false | false | 21 | false | false | false | spring-projects | spring-framework | 15,937 |
e753f2311066b27bade362c815765086bd78c2a5 | Sam Brannen | Sam Brannen | Merge from sbrannen/SPR-11466
* SPR-11466:
Support automatic discovery of default TELs | merge from sbrannen/spr-11466 | 29 | true | false | 3 | false | false | false | spring-projects | spring-framework | 15,938 |
e6d16148e576fafe094c2bc1ef975c25576eeb7b | Sam Brannen | Sam Brannen | Support automatic discovery of default TELs
Prior to this commit, there was no declarative mechanism for a custom
TestExecutionListener to be registered as a default
TestExecutionListener.
This commit introduces support for discovering default
TestExecutionListener implementations via the SpringFactoriesLoader
mechan... | support automatic discovery of default tels | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,939 |
e142fd11e08261de16f79e23081e02cab3d9f628 | Phillip Webb | Phillip Webb | Add tests for ImportSelector meta-data
Issue: SPR-12059 | add tests for importselector meta-data | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,940 |
ebc726a9154a72d49e34f345ec3461bb59f87681 | Sebastien Deleuze | Sebastien Deleuze | Allow null ObjectMapper in Jackson2ObjectMapperFactoryBean.getObjectType()
Issue: SPR-11785 | allow null objectmapper in jackson2objectmapperfactorybean.getobjecttype() | 74 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,941 |
181299cc6c13d5096e21dc01fea763ab745b958a | Sam Brannen | Sam Brannen | Improve ex msg when locations & classes are declared in test hierarchy
Prior to this commit, if both locations and classes were declared via
@ContextConfiguration at differing levels in a test class hierarchy,
the exception message stated that neither of the default context
loaders was able to load an ApplicationConte... | improve ex msg when locations & classes are declared in test hierarchy | 70 | false | false | 12 | true | true | false | spring-projects | spring-framework | 15,942 |
f4c23d8715986c44b4a7bdc02a9143cd2881addd | Sam Brannen | Sam Brannen | Delete trailing white space in spring-test | delete trailing white space in spring-test | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,943 |
2cbd5ba993b10b49be422759fbd51c72e557703f | Sam Brannen | Sam Brannen | Clean up regarding deprecated HttpStatus.MOVED_TEMPORARILY | clean up regarding deprecated httpstatus.moved_temporarily | 58 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,944 |
3e2138855aa7c39b4eb7ebe66da18a75b9367f5f | Sam Brannen | Sam Brannen | Add @Deprecated to WebMergedContextConfiguration constructor | add @deprecated to webmergedcontextconfiguration constructor | 60 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,945 |
f2ac02566cdcbaa69aa344cf39e043581952a839 | Sam Brannen | Sam Brannen | Merge from sbrannen/SPR-12051
* SPR-12051:
Introduce @TestPropertySource support in the TCF | merge from sbrannen/spr-12051 | 29 | true | false | 3 | false | false | false | spring-projects | spring-framework | 15,946 |
2cf4147ba81503a45922dc38444b6874f7ba6221 | Sam Brannen | Sam Brannen | Introduce @TestPropertySource support in the TCF
Spring Framework 3.1 introduced an Environment abstraction with support
for hierarchical PropertySources that can be configured
programmatically as well as declaratively via the @PropertySource
annotation. However, prior to this commit, there was no way to
declaratively... | introduce @testpropertysource support in the tcf | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,947 |
6665634675da1230339e9e5749f0693fd09a68ff | Sebastien Deleuze | Sebastien Deleuze | Support Jackson based XML serialization/deserialization
This commit adds support for XML serialization/deserialization based on
the jackson-dataformat-xml extension. When using @EnableWebMvc or
<mvc:annotation-driven/>, Jackson will be used by default instead of JAXB2
if jackson-dataformat-xml classes are found in th... | support jackson based xml serialization/deserialization | 55 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,948 |
92bd240474fccfa7fd32e9a7707f628a846ac3cc | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-12079 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,949 |
626a5fe4eb329dc86cd57c4454bcb9141bd2fba0 | Juergen Hoeller | Juergen Hoeller | BeanNameViewResolver ignores non-View beans
Issue: SPR-12079 | beannameviewresolver ignores non-view beans | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,950 |
887815f4fa15adf2ffea61c321783b54e100b924 | Phillip Webb | Phillip Webb | Update docbook dependency and generate epub
Issue: SPR-11167 | update docbook dependency and generate epub | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,951 |
fd5dbddac4c41551446b3393780e078885cc484b | Juergen Hoeller | Juergen Hoeller | BeanFactory supports bean creation arguments for by-type lookup as well
Issue: SPR-11235 | beanfactory supports bean creation arguments for by-type lookup as well | 71 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,952 |
8dbfa80b132d583fe7a26555f9a2842ced6a50cf | Juergen Hoeller | Juergen Hoeller | Unit test for circular reference in default profile property, plus related polishing
Issue: SPR-12078 | unit test for circular reference in default profile property, plus related polishing | 84 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,953 |
71c6eb2bb594f29803b6ec4a50de875def98be86 | Juergen Hoeller | Juergen Hoeller | Additional configuration classes get detected when imported through XML or registrars
Issue: SPR-11430
Issue: SPR-11723 | additional configuration classes get detected when imported through xml or registrars | 85 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,954 |
f1f1c4c9803f1f7ebf9f78fd516e25cd13f256ff | Juergen Hoeller | Juergen Hoeller | Remove outdated IDE, JIRA and Tomcat references
Issue: SPR-7521 | remove outdated ide, jira and tomcat references | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,955 |
f56000b8252914da38f6e9d25f2998360bfed3db | Sebastien Deleuze | Sebastien Deleuze | Replace http by https for spring.io links in the reference documentation | replace http by https for spring.io links in the reference documentation | 72 | false | false | 11 | true | true | false | spring-projects | spring-framework | 15,956 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.