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
8c79f2317549e80e580b889e1b21e9ed512a3aab
Stephane Nicoll
Stephane Nicoll
Merge pull request #1052 from ferstl:fix-javadoc-example * pr/1052: Fix CacheManager example in Javadoc
fix-javadoc-example
19
false
false
1
false
false
false
spring-projects
spring-framework
13,557
d651ebfd2dfe1c80c0ea1b93876ca7e5c186dee0
Stefan Ferstl
Stephane Nicoll
Fix CacheManager example in Javadoc Closes gh-1052
fix cachemanager example in javadoc
35
false
false
5
false
true
false
spring-projects
spring-framework
13,558
a10826824145df8bd6d0bf4c7ee3ac5eba08bee0
Stephane Maldini
Stephane Maldini
fix emit
fix emit
8
false
false
2
true
true
false
spring-projects
spring-framework
13,559
efa5b876fe0a733d41660fe5cb4f8b37d9123a42
Stephane Maldini
Stephane Maldini
fix emit
fix emit
8
false
false
2
true
true
false
spring-projects
spring-framework
13,560
f0d28f4b09015f7f61adb4c0f8963d4d41243cdf
Stephane Maldini
Stephane Maldini
fixme : force retain() on incoming bytebuf content
force retain() on incoming bytebuf content
42
false
false
6
false
false
false
spring-projects
spring-framework
13,561
c15f27cfa85bb69ffa628f44fe7058433a318ae7
Juergen Hoeller
Juergen Hoeller
Avoid package import cycle through explicit javadoc reference
avoid package import cycle through explicit javadoc reference
61
false
false
8
true
false
false
spring-projects
spring-framework
13,562
66bab2a9fcb2e301e0e7e3795428a9666322f649
Stephane Nicoll
Stephane Nicoll
Revert "Manage asynchronous EventListener with replies" This reverts commit bee1b77af59a7a23e364510764a74aa3593144f9.
revert "manage asynchronous eventlistener with replies"
55
false
false
6
false
false
false
spring-projects
spring-framework
13,563
56829502892156f2be6666547033aef1c263de6c
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,564
42d32ba3967572b288c049e4f3bc2eee357022dd
Juergen Hoeller
Juergen Hoeller
ResourceRegion fits better in core.io.support (next to EncodedResource) Issue: SPR-14221
resourceregion fits better in core.io.support (next to encodedresource)
71
false
false
8
false
false
false
spring-projects
spring-framework
13,565
e5dbe12e850d2b7d56a02e099fc687fd06e9c6f8
Juergen Hoeller
Juergen Hoeller
ResourceHttpRequestHandler sets "Accept-Ranges" header only once Issue: SPR-14221
resourcehttprequesthandler sets "accept-ranges" header only once
64
false
false
6
false
false
false
spring-projects
spring-framework
13,566
59217243ee572a38635de9756485750ccd1ffd36
Rossen Stoyanchev
Rossen Stoyanchev
Add viewNames for UrlBasedViewResolver
add viewnames for urlbasedviewresolver
38
false
false
4
true
true
true
spring-projects
spring-framework
13,567
aadbf1d8a6c0c34112322d2de32be20cda6fd6e7
Rossen Stoyanchev
Rossen Stoyanchev
Order ViewResolver's
order viewresolver's
20
false
false
2
false
false
false
spring-projects
spring-framework
13,568
1b1aac9172e9e8849574675ae680f754a7475994
Juergen Hoeller
Juergen Hoeller
Unit tests for AsyncResult callback behavior Issue: SPR-14249
unit tests for asyncresult callback behavior
44
false
false
6
false
false
false
spring-projects
spring-framework
13,569
5400bb911032d6324507b6b9eaab333edf7ffa89
Juergen Hoeller
Juergen Hoeller
ListenableFutureAdapter keeps propagating onSuccess/onFailure exceptions Issue: SPR-13785
listenablefutureadapter keeps propagating onsuccess/onfailure exceptions
72
false
false
5
false
false
false
spring-projects
spring-framework
13,570
7dc181261edaebe90bb236e071469b6b4fed7c2b
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,571
2367f52aafc224f1c0a89ac6c63712b3d767c788
John Feminella
John Feminella
Remove potential XSS attack in Freemarker example Since the user controls the value of `spring.status.value`, you wouldn't want to echo unescaped values here in this form. Otherwise one could submit a value of, say, `"/> <script>alert("pwned")</script>`.
remove potential xss attack in freemarker example
49
false
false
7
true
true
true
spring-projects
spring-framework
13,572
a1a87679da99e7c3f199ecbd764a9e712d60f4ac
Sam Brannen
Sam Brannen
Support test annotations on interfaces Prior to Java 8 it never really made much sense to author integration tests using interfaces. Consequently, the Spring TestContext Framework has never supported finding test-related annotations on interfaces in its search algorithms. However, Java 8's support for interface defau...
support test annotations on interfaces
38
false
false
5
false
true
false
spring-projects
spring-framework
13,573
a31f0bb3c0b5e08698214d68a23e7a8be1cc0206
Andy Clement
Andy Clement
Fix compilation of expressions using instanceof and primitives Prior to this commit the SpEL compiler would generate bad bytecode if the left hand operand of an instanceof was a primitive or if the right hand operand was a primitive type reference. With the fixes primitives on the left hand side are now correctly boxe...
fix compilation of expressions using instanceof and primitives
62
false
false
8
true
true
false
spring-projects
spring-framework
13,574
3c92ddc94b04f1dc057125d336e5220c92351442
Brian Clozel
Brian Clozel
Fix path matching for paths containing spaces Prior to this commit, the latest optimizations introduced in SPR-13913 would prevent matching when patterns contained spaces. Indeed, the optimized path would not fully tokenize the paths nor trim the tokens, as the "longer" code path does. This commit disables this optim...
fix path matching for paths containing spaces
45
false
false
7
true
true
true
spring-projects
spring-framework
13,575
3f85efe107387f5baf3d53bc8ec59ed71e607315
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (EhCache 2.10.2, HtmlUnit 2.21, JOpt Simple 5.0.1, JRuby 1.7.25, Quartz 2.2.3, Undertow 1.3.22)
latest dependency updates (ehcache 2.10.2, htmlunit 2.21, jopt simple 5.0.1, jruby 1.7.25, quartz 2.2.3, undertow 1.3.22)
121
false
false
16
false
false
false
spring-projects
spring-framework
13,576
08ddd1b3bc783d0dc0ef1ab5e361315cbba90e10
Juergen Hoeller
Juergen Hoeller
AbstractRequestLoggingFilter ignores non-available query string Issue: SPR-14244
abstractrequestloggingfilter ignores non-available query string
63
false
false
5
false
false
false
spring-projects
spring-framework
13,577
8c139ef444335c38450f698030fb93bb33856244
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,578
ab478d14fa8125daf1c4165e6d7ca2cccd0838e9
Juergen Hoeller
Juergen Hoeller
ScheduledAnnotationBeanPostProcessor tracks individual bean instances of any scope Issue: SPR-12216 Issue: SPR-12872
scheduledannotationbeanpostprocessor tracks individual bean instances of any scope
82
false
false
8
false
false
false
spring-projects
spring-framework
13,579
72dbe9012e00a29b03b925612766bc928b705e8e
Rossen Stoyanchev
Rossen Stoyanchev
Add cookies to ClientHttpRequest/Response
add cookies to clienthttprequest/response
41
false
false
4
true
true
true
spring-projects
spring-framework
13,580
856da8e39517d54200f685b43a00de7e2f43beb4
Sam Brannen
Sam Brannen
Introduce tests for transitive aliases with implied attribute names
introduce tests for transitive aliases with implied attribute names
67
false
false
9
true
true
false
spring-projects
spring-framework
13,581
e19abf9c90cb5f0d093dcd40e490ff161bd199d3
Rossen Stoyanchev
Rossen Stoyanchev
Rename ServerCookie to ResponseCookie HttpCookie-ResponseCookie follows HttpEntity-ResponseEntity and also avoids use of "Server" outside of server sub-package.
rename servercookie to responsecookie
37
false
false
4
false
true
false
spring-projects
spring-framework
13,582
a874aa4db9a247d0afc122d09096c8ea330401ff
Arjen Poutsma
Arjen Poutsma
Merge pull request #71 from rwinch/gradle-2.12 Update to Gradle 2.12
merge pull request #71 from rwinch/gradle-2.12
46
true
false
6
false
false
false
spring-projects
spring-framework
13,583
ececec21f7b084bfeb57b737f52e1bbadaa2be16
Rob Winch
Rob Winch
Update to Gradle 2.12
update to gradle 2.12
21
false
false
4
false
false
false
spring-projects
spring-framework
13,584
62753102dcc3acfc1bd5053b59163859aa2fed00
Rob Winch
Rob Winch
Ensure a consistent netty version Currently there are clashes between io.netty:netty-common:4.1.0.Beta7 and io.netty:netty-all:4.1.0.CR3 which can cause errors in the build related to "VerifyError: Bad type on operand stack". One solution would be to exclude the jars that duplicate the classes. However, this can be f...
ensure a consistent netty version
33
false
false
5
true
true
true
spring-projects
spring-framework
13,585
7a3bc2e4736d695a253187efae7b29421dbd538c
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,586
10a04b0769866e0d022658eaf57c9c705a088951
Arjen Poutsma
Arjen Poutsma
Test improvements.
test improvements
17
false
false
2
false
false
false
spring-projects
spring-framework
13,587
f5a5a81e954ea069e5d6aaa2d6cb36e41af927d1
Rossen Stoyanchev
Rossen Stoyanchev
Support response cookies in HtmlUnit integration Issue: SPR-14051
support response cookies in htmlunit integration
48
false
false
6
false
true
false
spring-projects
spring-framework
13,588
92dd4eb3ef42fe3952ae87e67150554427e795b8
Rossen Stoyanchev
Rossen Stoyanchev
Fix NPE in ResponseBodyEmitterReturnValueHandler The possibility of NPE was introduced in the previous commit: https://github.com/spring-projects/spring-framework/commit/971ccab038ad8e549d515a80e2d64c5d4c80c86b Issue: SPR-14046
fix npe in responsebodyemitterreturnvaluehandler
48
false
false
4
false
true
false
spring-projects
spring-framework
13,589
9439a008d7a4ec7359fc024fce60453995f2ebd1
Sam Brannen
Sam Brannen
Merge pull request #1006 from mdeinum/SPR-14050 * SPR-14050: Fully test proxy support in ReflectionTestUtils Polishing Document proxy support in ReflectionTestUtils Fix bugs in ReflectionTestUtils related to proxies Polishing Support proxied objects in ReflectionTestUtils
merge pull request from mdeinum/spr-14050
42
true
false
5
true
true
false
spring-projects
spring-framework
13,590
d9025ddaa7f8a409e1d4fb417c6cd1b8aa79b318
Sam Brannen
Sam Brannen
Fully test proxy support in ReflectionTestUtils This commit adds a test for JDK dynamic proxies and fleshes out the test for CGLIB proxies. Issue: SPR-14050
fully test proxy support in reflectiontestutils
47
false
false
6
false
false
false
spring-projects
spring-framework
13,591
7beff7b40a177445ae88c1eb9e890f34db34c863
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,592
b1ca18e0dc0579defdc7ccaa6bb862185412ac92
Sam Brannen
Sam Brannen
Document proxy support in ReflectionTestUtils Issue: SPR-14050
document proxy support in reflectiontestutils
45
false
false
5
false
false
false
spring-projects
spring-framework
13,593
2d565c7944fbb205ea093302deee336f41b11c29
Sam Brannen
Sam Brannen
Fix bugs in ReflectionTestUtils related to proxies Issue: SPR-14050
fix bugs in reflectiontestutils related to proxies
50
false
false
7
true
true
true
spring-projects
spring-framework
13,594
7c7e7865bf456c782dc28d460bcd224f3bc31286
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,595
8d3ec50e875cc91b752017163abeb0da076b5acc
Marten Deinum
Sam Brannen
Support proxied objects in ReflectionTestUtils This commit adds support for unwrapping proxies in the setField() and getField() methods in ReflectionTestUtils. Instead of always accessing fields directly on the supplied targetObject (which may be a proxy), AopTestUtils is now used to obtain the potential ultimateTarg...
support proxied objects in reflectiontestutils
46
false
false
5
false
true
false
spring-projects
spring-framework
13,596
d2c0885e2979e9708d5d700f6a3e131bc9a770b1
Juergen Hoeller
Juergen Hoeller
StandardServletEnvironment supports "spring.jndi.ignore" flag for efficient property lookups Issue: SPR-14026
standardservletenvironment supports "spring.jndi.ignore" flag for efficient property lookups
92
false
false
8
false
false
false
spring-projects
spring-framework
13,597
35eb52e558c92901e1d0184002db6fb7c9037239
Juergen Hoeller
Juergen Hoeller
Abstract(Stax)XMLReader recognizes standard features as not supported Issue: SPR-14056
abstract(stax)xmlreader recognizes standard features as not supported
69
false
false
7
false
false
false
spring-projects
spring-framework
13,598
b1121fba7047dfe3cf0251236e97700dfb4f2f2d
Stephane Nicoll
Stephane Nicoll
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,599
30d457c622208dac3fa31bb7e51448d4f224ea45
Stephane Nicoll
Stephane Nicoll
Deprecate addCache
deprecate addcache
18
false
false
2
false
true
false
spring-projects
spring-framework
13,600
1c3c88f81ef75ee382ef7ec460309cfaf6432142
Stephane Nicoll
Stephane Nicoll
Merge pull request #998 from quaff/SPR-14039 * pr/998: Polish contribution Add converters between Enum and Integer
merge pull request #998 from quaff/spr-14039
44
true
false
6
false
false
false
spring-projects
spring-framework
13,601
f422e490b095a3b0dd10c80accbc9a1d2a8df201
Stephane Nicoll
Stephane Nicoll
Polish contribution Issue: SPR-14039 - Closes gh-998
polish contribution
19
false
false
2
false
false
false
spring-projects
spring-framework
13,602
1a302e1fac95774717673aa1036132aa2ee60e89
Yanming Zhou
Stephane Nicoll
Add converters between Enum and Integer
add converters between enum and integer
39
false
false
6
true
true
true
spring-projects
spring-framework
13,603
183594207fbb447e1b59262b4469f2aefbb8a3ec
Rossen Stoyanchev
Rossen Stoyanchev
Support user destinations without leading slash Before this commit the DefaultUserDestinationResolver did not support well broker destinations that use dot as separator with a built in assumptions that the destinations it resolves must start with slash. This change adds PathMatcher property that is used to determine ...
support user destinations without leading slash
47
false
false
6
true
true
true
spring-projects
spring-framework
13,604
e904ce4eada74988578a9ec912762ecc2375d5f3
Sam Brannen
Sam Brannen
Polish QualifierAnnotationAutowireContextTests
polish qualifierannotationautowirecontexttests
46
false
false
2
false
false
false
spring-projects
spring-framework
13,605
e83e3ec9de851619696d801757a0c0422c9665b6
Sam Brannen
Sam Brannen
Add failing test for @Qualifier as composed annotation Issue: SPR-14058
add failing test for @qualifier as composed annotation
54
false
false
8
true
true
false
spring-projects
spring-framework
13,606
dfd4aae4f6994b967d59a346d4556ba07d66fc89
Sam Brannen
Sam Brannen
Add missing constructors to SynthesizingMethodParameter This commit primarily allows for a `SynthesizingMethodParameter` to be created for a `Constructor` parameter but also introduces an additional overloaded constructor from `MethodParameter`. Issue: SPR-14054
add missing constructors to synthesizingmethodparameter
55
false
false
5
true
true
false
spring-projects
spring-framework
13,607
2a9b2ca5fd9cb8309580ccc7df39217b0ebdadc4
Stephane Nicoll
Stephane Nicoll
Polish doc Issue: SPR-14012
polish doc
10
false
false
2
true
false
false
spring-projects
spring-framework
13,608
33a4e9e57f155f13ea51b38f80468ccd759efa1b
Stephane Nicoll
Stephane Nicoll
Prevent non public bean to be exposed to JMX Previously, a package private `@ManagedResource` annotated bean was registered to the JMX domain even if any attempt to invoke an operation on it will fail since it has to be public. This commit validates that any `@ManagedResource` annotated bean is public and throws an I...
prevent non public bean to be exposed to jmx
44
false
false
9
true
false
true
spring-projects
spring-framework
13,609
582864802e49f0cc47575be00194e4194d7b1dc5
Rossen Stoyanchev
Rossen Stoyanchev
Ensure RedirectModel is initialized This commit fixes an old bug in ModelAndViewContainer where getModel returns a new ModelMap instance that isn't saved and re-used. Issue: SPR-14045
ensure redirectmodel is initialized
35
false
false
4
true
false
true
spring-projects
spring-framework
13,610
971ccab038ad8e549d515a80e2d64c5d4c80c86b
Rossen Stoyanchev
Rossen Stoyanchev
DeferredResult/ResponseBodyEmitter adapter mechanism The DeferredResult~ and the ResponseBodyEmitterReturnValueHandler now each expose an adapter mechanism for plugging in other async return value types. As a result the ListenableFutureReturnValueHandler and CompletionStageReturnValueHandler are no longer needed and a...
deferredresult/responsebodyemitter adapter mechanism
52
false
false
3
false
false
false
spring-projects
spring-framework
13,611
2152f436f90aebdd50022636a36b7ffc745e4880
Stephane Nicoll
Stephane Nicoll
Upgrade to Gradle 2.12 Issue: SPR-14048
upgrade to gradle 2.12
22
false
false
4
false
false
false
spring-projects
spring-framework
13,612
c41c5dd5c904412f30c112997497509eccbc9608
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,613
92e715ed9368d5b80bf16ff2fd184a738960db9a
Sam Brannen
Sam Brannen
Update "What's New" regarding new testing features
update "what's new" regarding new testing features
50
false
false
7
false
false
false
spring-projects
spring-framework
13,614
530c817287a63004b827535f6a9702821131aaad
Stephane Maldini
Stephane Maldini
sync reactor-netty
sync reactor-netty
18
false
false
2
false
true
false
spring-projects
spring-framework
13,615
f2f87ff1e03eaece02efdfda2bdfc2fb1c83f692
Juergen Hoeller
Juergen Hoeller
Explicit javadoc references to BeanFactory-based default executor lookup Issue: SPR-14030
explicit javadoc references to beanfactory-based default executor lookup
72
false
false
8
false
false
false
spring-projects
spring-framework
13,616
155fa3754bdcb02b7a2af86253679becb57912f2
Juergen Hoeller
Juergen Hoeller
Consistent lazy resolution of default executor/scheduler for Async/ScheduledAnnotationBeanPostProcessor Issue: SPR-14030
consistent lazy resolution of default executor/scheduler for async/scheduledannotationbeanpostprocessor
103
false
false
8
false
false
false
spring-projects
spring-framework
13,617
13ddfb4aabe5ca31e8f3a882bce3528b4a7ccbf3
Stephane Maldini
Stephane Maldini
update package
update package
14
false
false
2
false
false
false
spring-projects
spring-framework
13,618
094cf6cafbd20310be36e988a3e1eecf347009d3
Phillip Webb
Phillip Webb
Support *Aware for @ComponentScan custom filters Support a limited set of *Aware interfaces for TypeFilters created via the @ComponentScan annotation. Issue: SPR-14009
support *aware for @componentscan custom filters
48
false
false
6
false
false
false
spring-projects
spring-framework
13,619
beb01e674e33d6302390acd8b6ec39963f3f80e1
Sam Brannen
Sam Brannen
Merge pull request #991 from philwebb/SPR-13998 * SPR-13998: Polish ContextCustomizer support in the TCF Introduce ContextCustomizer API in the TestContext Framework
merge pull request #991 from philwebb/spr-13998
47
true
false
6
false
false
false
spring-projects
spring-framework
13,620
cbd1342fbb249e36a85c47847842606b935934fb
Sam Brannen
Sam Brannen
Polish ContextCustomizer support in the TCF Issue: SPR-13998
polish contextcustomizer support in the tcf
43
false
false
6
false
false
false
spring-projects
spring-framework
13,621
f02492e15faa3884a9f8bb574482b40f58427841
Stephane Maldini
Stephane Maldini
sync with reactor-core and reactor-io
sync with reactor-core and reactor-io
37
false
false
5
false
false
false
spring-projects
spring-framework
13,622
87a3a5cb3b268d69adc6c78a27b4bb002e500609
Phillip Webb
Sam Brannen
Introduce ContextCustomizer API in the TestContext Framework Allow third-parties to contribute ContextCustomizers that can customize ApplicationContexts created by the Spring TestContext Framework (TCF) before they are refreshed. A customizer may be provided via a ContextCustomizerFactory which is registered with `sp...
introduce contextcustomizer api in the testcontext framework
60
false
false
7
true
true
false
spring-projects
spring-framework
13,623
406d06118de0488874afdd47a7a0b9c702149fe4
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Caffeine 2.2.2, Gson 2.6.2, Jackson 2.7.2, OkHttp 2.7.5, OpenJPA 2.4.1)
latest dependency updates (caffeine 2.2.2, gson 2.6.2, jackson 2.7.2, okhttp 2.7.5, openjpa 2.4.1)
98
false
false
13
false
false
false
spring-projects
spring-framework
13,624
71294df238cef17c242f1e9860062414d9ede993
Juergen Hoeller
Juergen Hoeller
Upgrade to ASM 5.1 Issue: SPR-14037
upgrade to asm 5.1
18
false
false
4
false
false
false
spring-projects
spring-framework
13,625
d124a13eb4d7bcf70a063c81da2fea5f941f8140
Juergen Hoeller
Juergen Hoeller
Consistent use of empty enumerations
consistent use of empty enumerations
36
false
false
5
false
false
false
spring-projects
spring-framework
13,626
8852a5e1784bbf24fac62a2b4eb1a19f7609db6f
Juergen Hoeller
Juergen Hoeller
Support for placeholders in @CrossOrigin attributes Issue: SPR-14010
support for placeholders in @crossorigin attributes
51
false
false
6
false
false
false
spring-projects
spring-framework
13,627
b4de66ff9a00ab0a10fcbe1ac931c6ee9368c804
Juergen Hoeller
Juergen Hoeller
Test for placeholder-specified default value within @Value Issue: SPR-14025
test for placeholder-specified default value within @value
58
false
false
7
false
false
false
spring-projects
spring-framework
13,628
0b1639d9635d31adfb6e6280776decf5fc91ec9f
Juergen Hoeller
Juergen Hoeller
JdbcTemplate passes negative values other than -1 on to the driver (for MySQL's special values) Issue: SPR-14028
jdbctemplate passes negative values other than -1 on to the driver (for mysql's special values)
95
false
false
15
false
false
false
spring-projects
spring-framework
13,629
100f3c5eebed9a50f9e4fae4a1799e0a0b5b793f
Juergen Hoeller
Juergen Hoeller
Removed invalid quoting of message arguments from MessageSource examples Issue: SPR-14003
removed invalid quoting of message arguments from messagesource examples
72
false
false
9
false
false
false
spring-projects
spring-framework
13,630
0597ff109e7000dfb0f9031660798dceeb5c988f
Juergen Hoeller
Juergen Hoeller
Bsh/GroovyScriptFactory reset script cache in case of compilation error Issue: SPR-14007
bsh/groovyscriptfactory reset script cache in case of compilation error
71
false
false
9
false
false
false
spring-projects
spring-framework
13,631
b944283354f0f340ffc7ec74b430d79703a4294a
Juergen Hoeller
Juergen Hoeller
ConstructorResolver exposes parameter signature from user-declared class (in case of a CGLIB-generated subclass) Issue: SPR-14015
constructorresolver exposes parameter signature from user-declared class (in case of a cglib-generated subclass)
112
false
false
13
false
false
false
spring-projects
spring-framework
13,632
b6f69492a3849fe4173f6fc9213188254df3fc25
Juergen Hoeller
Juergen Hoeller
NoUniqueBeanDefinitionException exposes beanNamesFound collection Issue: SPR-13968
nouniquebeandefinitionexception exposes beannamesfound collection
65
false
false
4
false
false
false
spring-projects
spring-framework
13,633
68f6cf9d3a2c9dace624fffc93473d91772df14e
Rossen Stoyanchev
Rossen Stoyanchev
Support same user connected to multiple servers The MultiServerUserRegistry now supports scenarios where the same user is connected to multiple servers. For such cases the SimpUser returned from the registry exposes all sessions across all servers. Issue: SPR-13800
support same user connected to multiple servers
47
false
false
7
false
true
false
spring-projects
spring-framework
13,634
6aa216afb6600582a36451c26427faa8e8262132
Rossen Stoyanchev
Rossen Stoyanchev
Polish SimpUserRegistry related classes Issue: SPR-13800
polish simpuserregistry related classes
39
false
false
4
false
false
false
spring-projects
spring-framework
13,635
8222ff465deea4c93d1e5bfd2b9a12f9c05099dc
Sam Brannen
Sam Brannen
Merge pull request #996 from philwebb/SPR-14035 * SPR-14035: Polish ServletTestExecutionListener[Tests] Support servlet listener activate attribute
merge pull request #996 from philwebb/spr-14035
47
true
false
6
false
false
false
spring-projects
spring-framework
13,636
51eccf552f5771c17b726085d9df3b53842f292a
Sam Brannen
Sam Brannen
Polish ServletTestExecutionListener[Tests]
polish servlettestexecutionlistener[tests]
42
false
false
2
false
false
false
spring-projects
spring-framework
13,637
bb590db39625c63157a929f06e9b255349300c14
Phillip Webb
Sam Brannen
Support servlet listener activate attribute Add a ServletTestExecutionListener.ACTIVATE_LISTENER attribute which can be set on the TestContext to trigger activation of the listener even if a `@WebAppConfiguration` is not present. Issue: SPR-14035
support servlet listener activate attribute
43
false
false
5
false
false
false
spring-projects
spring-framework
13,638
8ca6a18dae313aa5d30a4515328a6e04db993398
Brian Clozel
Brian Clozel
Allow Validator config in XML websocket namespace This commit adds a new "validator" XML attribute to the `<websocket:message-broker/>` element. This allows configuring a specific Validator to be used for payload validation. Issue: SPR-13996
allow validator config in xml websocket namespace
49
false
false
7
false
true
false
spring-projects
spring-framework
13,639
8e24a4153c83fb4ba3d8c8a24503c2a6adf35e58
Stephane Nicoll
Stephane Nicoll
Support ResolvableTypeProvider on simple event pojo Previously, the generic type of a simple pojo event implementing ResolvableTypeProvider wasn't detected properly. This commit fixes the logic when the generic type is not provided to reuse what PayloadApplicationEvent is already doing anyway. Issue: SPR-14029
support resolvabletypeprovider on simple event pojo
51
false
false
6
false
true
false
spring-projects
spring-framework
13,640
ed341695a88b95e0f47543ec00c3e8db79ba8e5d
Stephane Nicoll
Stephane Nicoll
Merge pull request #992 from coryfklein/master * pr/992: Fix typo
merge pull request #992 from coryfklein/master
46
true
false
6
false
false
false
spring-projects
spring-framework
13,641
71cf7b405363465277325d371a01983bda14ce69
Cory Klein
Stephane Nicoll
Fix typo Closes gh-992
fix typo
8
false
false
2
false
true
false
spring-projects
spring-framework
13,642
2244461778b10ab2b530aa43eda221eee706e7f5
Phillip Webb
Sam Brannen
Allow @ContextConfiguration to be omitted Prior to this commit, the @ContextConfiguration annotation was required to be present even if default XML files, Groovy scripts, or @Configuration classes were detected; however, in such cases the @ContextConfiguration was typically declared empty and therefore seemingly unnec...
allow @contextconfiguration to be omitted
41
false
false
5
false
true
false
spring-projects
spring-framework
13,643
0a56667093856ef454bcc50dc6dc3b1a8263ebe3
Brian Clozel
Brian Clozel
Fix SpringUrl Velocity macro URI encoding Prior to this commit, the springUrl Velocity macro would only prepend the context to the given URL; this means that the ServletHttpResponse.encodeUri method is not called and neither the ResourceUrlProvider. This commit changes this macro to use RequestContext.getContextUrl w...
fix springurl velocity macro uri encoding
41
false
false
6
false
false
false
spring-projects
spring-framework
13,644
89cf4772d57145475797eb39bd2aa59d6c4e362f
Sam Brannen
Sam Brannen
Fix malformed HTML in Javadoc
fix malformed html in javadoc
29
false
false
5
true
true
true
spring-projects
spring-framework
13,645
e85a06234bf84620d873330ed82d16d87794fe73
Sam Brannen
Sam Brannen
Partial merge of pull request #983 from philwebb/testcontext * philwebb-testcontext: Polishing Remove @BootstrapWith from @WebAppConfiguration
partial merge of pull request #983 from philwebb/testcontext
60
false
false
8
false
false
false
spring-projects
spring-framework
13,646
93fb7be783c8bbd062cb32b18f1d7cd91ca96d15
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,647
504779e2104fe961091d3fc274c156e8116dea4f
Phillip Webb
Sam Brannen
Remove @BootstrapWith from @WebAppConfiguration Update @WebAppConfiguration so that it no longer directly specifies a TestContextBootstrapper. This allows third parties to use the annotation in combination with their own bootstrapper. BootstrapUtils now provides the detection logic for when WebTestContextBootstrapper...
remove @bootstrapwith from @webappconfiguration
47
false
false
4
true
true
true
spring-projects
spring-framework
13,648
0d12b84022b90614531c92772b09e49343d0c492
Sam Brannen
Sam Brannen
Document single element annotation attribute overrides in "What's New" Issue: SPR-13972
document single element annotation attribute overrides in "what's new"
70
false
false
9
false
false
false
spring-projects
spring-framework
13,649
c19740a020798820db7039a15ba468a32e028690
Sam Brannen
Sam Brannen
Clean up warnings in spring-test
clean up warnings in spring-test
32
false
false
5
false
false
false
spring-projects
spring-framework
13,650
c2a50ad1bf1404173d3ba039449eaa6d8953f2c3
Rossen Stoyanchev
Rossen Stoyanchev
Fine-tune X-Forwarded header in ForwardedHeaderFilter The contextPathOverride property is now gone. X-Forwarded-Header (if present) is used instead of the contextPath. Issue: SPR-14270
fine-tune x-forwarded header in forwardedheaderfilter
53
false
false
5
false
false
false
spring-projects
spring-framework
13,651
9131ebbea6e9e52162ae3068ad55c46f2c4e6390
Juergen Hoeller
Juergen Hoeller
Synchronized access to method overrides (in particular for @Lookup) Issue: SPR-14333
synchronized access to method overrides (in particular for @lookup)
67
false
false
9
false
false
false
spring-projects
spring-framework
13,652
e7561b1d7c91ac86bd3dea5342f4805c72ef5bd6
Juergen Hoeller
Juergen Hoeller
Updated @Autowired documentation in terms of collection/map/array matching Issue: SPR-14332
updated @autowired documentation in terms of collection/map/array matching
74
false
false
8
false
false
false
spring-projects
spring-framework
13,653
5c236e1edf2d5b7c347d44e5c6a886f33a6b3713
Rossen Stoyanchev
Rossen Stoyanchev
Update to latest Reactor snapshot
update to latest reactor snapshot
33
false
false
5
false
false
false
spring-projects
spring-framework
13,654
03b474edfe6252c8cf34da95b8f908b88b08bbfd
Rossen Stoyanchev
Rossen Stoyanchev
Add Web Reactive Java config
add web reactive java config
28
false
false
5
false
true
false
spring-projects
spring-framework
13,655
505569c9923c01102cf8afecde2ed1bf02e71f69
Rossen Stoyanchev
Rossen Stoyanchev
Add Encoder constructor to HttpMessageConverterView
add encoder constructor to httpmessageconverterview
51
false
false
5
true
true
false
spring-projects
spring-framework
13,656