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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9b2c041085190e9479a0e46946df4bf4bfbf77e1 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue in htmlfile sockjs transport
Issue: SPR-10854 | fix issue in htmlfile sockjs transport | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,457 |
1ba806b1857e33a13d90f4a6d12eb27e01da4f3b | Rossen Stoyanchev | Rossen Stoyanchev | Remove unintended changes from last commit | remove unintended changes from last commit | 42 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,458 |
d4a0e628d5c4c5e2a89181d1bb1d3f023673d816 | Rossen Stoyanchev | Rossen Stoyanchev | Add initial cut of expanded resource handling
Issue: SPR-10933, SPR-10310 | add initial cut of expanded resource handling | 45 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,459 |
5a2e30c18bee91343ca9547930efc678a08b0cac | Rossen Stoyanchev | Rossen Stoyanchev | Refactor Resource URL generation and Servlet Filter
Renamed ResourceUrlMapper to ResourceUrlGenerator and refactored it
to be configured with Resource-serving HandlerMappings as opposed to
having them detected in the ApplicationContext through the
BeanPostProcessor contact.
Renamed and polished ResourceUrlEncodingFil... | refactor resource url generation and servlet filter | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,460 |
3c48b421065607689068676eab005269a4d06ed6 | Rossen Stoyanchev | Rossen Stoyanchev | Refactor ResourceResolverChain + resolver class names
This change splits out resource transformation out from the
ResourceResolverChain so that chain is focused entirely on resource
resolution (as its name suggests). The invocation of transformers
is left as a separate step, it uses a different (recursive)
algorithm i... | refactor resourceresolverchain + resolver class names | 53 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,461 |
0e58125b157f0be6440ffdf1a38a0d4957a6f4a2 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,462 |
61e61bd5fdd2d5b1e2d5bf132dca59ee83f0da5e | Jeremy Grelle | Rossen Stoyanchev | Asset pipeline proposal. | asset pipeline proposal | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,463 |
8abe949734414e91e204d14e381be7f922f2dfc3 | Phillip Webb | Phillip Webb | Fix ArrayStoreException reading subclassed enums
Fix ASM AnnotationAttributesReadingVisitor to correctly deal with
subclasses enums.
Issue: SPR-10914 | fix arraystoreexception reading subclassed enums | 48 | false | false | 5 | true | false | true | spring-projects | spring-framework | 18,464 |
f3611e767ec35529950585b163cfbfce686fd6a2 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #364 from mikesir87/ws-glassfish4-support
* mikesir87-ws-glassfish4-support:
Added websocket upgrade support for GlassFish 4.0 | merge pull request #364 from mikesir87/ws-glassfish4-support | 60 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,465 |
f1e929f38de9873ee49b75f170e3318a0e0f965f | Michael Irwin | Rossen Stoyanchev | Added websocket upgrade support for GlassFish 4.0
Commit 2397b21096ad1c184d9f22629f74a6c44a9ba923 changed websocket
support to use GlassFish 4.0.1 nightlies, but broke support for 4.0. In
GlassFish 4.0.1, the package that TyrusEndpoint is located in changed.
This commit provides an abstract handler that does all requi... | added websocket upgrade support for glassfish 4.0 | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,466 |
c06ea3b4370d27973912410198d62f1df99c1e63 | Rossen Stoyanchev | Rossen Stoyanchev | Polish logging | polish logging | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,467 |
6ca8346ebdd8f9cd1aef01a85c0e729aff6a2c0b | Phillip Webb | Phillip Webb | Remove unused snapshot repository definition | remove unused snapshot repository definition | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,468 |
d5dfd1b4add875edb322d62fa684551d5559de76 | Rossen Stoyanchev | Rossen Stoyanchev | Merge multiple pull requests from wilkinsona
* broker-relay:
Polish
Improve handling of missed heartbeats
Upgrade to Reactor 1.0.0.M3
Add heart-beat support to STOMP broker relay
Remove CONNECT-related message buffer from STOMP relay
Add StompCodec | merge multiple pull requests from wilkinsona | 44 | true | false | 6 | true | true | false | spring-projects | spring-framework | 18,469 |
469aaa875492f9b86bd92b80f5f87d18233829c5 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,470 |
6679feb77b49ef3f779f1dcfb40b5ee25c5d9f76 | Andy Wilkinson | Rossen Stoyanchev | Improve handling of missed heartbeats
Previously, when a broker heartbeat was mnissed, the STOMP connection
would be left in a semi-disconnected state such that, for example, the
read and write idle callbacks would still be active, even though
the underlying TCP connection had been nulled out.
As part of disconnectin... | improve handling of missed heartbeats | 37 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,471 |
bae9134a6e00de75155054e32d29f5aa0fe1aa4b | Andy Wilkinson | Rossen Stoyanchev | Upgrade to Reactor 1.0.0.M3 | upgrade to reactor 1.0.0.m3 | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,472 |
496d8321c3d8618b1f42923ec9caf0403422111e | Andy Wilkinson | Rossen Stoyanchev | Add heart-beat support to STOMP broker relay
Previously, the STOMP broker relay did not support heart-beats. It sent
0,0 in the heart-beats header for its own CONNECTED message, and set the
heart-beats header to 0,0 when it was forwarding a CONNECTED from from a
client to the broker.
The broker relay now supports hea... | add heart-beat support to stomp broker relay | 44 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,473 |
8d2a376b0f0da9670eb1d465a2c5e7341e1d418d | Andy Wilkinson | Rossen Stoyanchev | Remove CONNECT-related message buffer from STOMP relay
Before this change, the StompProtocolHandler always responded to
clients with a CONNECTED frame, while the STOMP broker relay
independantly forwarded the client CONNECT to the broker and waited
for the CONNECTED frame back. That meant the relay had to buffer
clien... | remove connect-related message buffer from stomp relay | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,474 |
a489c2cf3873fa07f60ff15d86518e3c9224228f | Andy Wilkinson | Rossen Stoyanchev | Add StompCodec
Previously, the broker relay's TCP client used Reactor's built in
delimited codec as part of its parsing of STOMP frames. \0 was used as
the delimiter. This worked for most STOMP frames but, crucially,
not for frames with a body that contained \0: when such a frame was
received it would be truncated.
T... | add stompcodec | 14 | false | false | 2 | true | true | false | spring-projects | spring-framework | 18,475 |
f705ec1a4602b0f20b8854918f3f965ac59e358a | Juergen Hoeller | Juergen Hoeller | Added ASPECTJ and REGEX constants to FilterType, along with a corresponding 'pattern' attribute on ComponentScan.Filter
Issue: SPR-10593 | added aspectj and regex constants to filtertype, along with a corresponding 'pattern' attribute on componentscan.filter | 119 | false | false | 15 | false | false | false | spring-projects | spring-framework | 18,476 |
11d20e337d0bbd799776893c737f9d546b736be1 | Juergen Hoeller | unknown | Silently swallow IllegalStateException on commit if the JMS transaction is based on a JDBC transaction
This fine-tuned change restores the original Spring 3.0 behavior for Oracle AQ, and also allows for other ConnectionFactory types to comply with the "getDataSource()" pattern.
Issue: SPR-10829 | silently swallow illegalstateexception on commit if the jms transaction is based on a jdbc transaction | 102 | false | false | 15 | false | false | false | spring-projects | spring-framework | 18,477 |
d3f063d0f9c52f928ee9b34f49fc5f2899b18912 | Juergen Hoeller | unknown | After-returning advice strictly follows AspectJ's rules for return value matching
Issue: SPR-10834 | after-returning advice strictly follows aspectj's rules for return value matching | 81 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,478 |
77fa8698b3687d20c2750562778f3a35b0048320 | Rossen Stoyanchev | Rossen Stoyanchev | Enable cookie_needed by default in SockJS service
Issue: SPR-10939 | enable cookie_needed by default in sockjs service | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,479 |
0c00b0d9027748259b2267d3501ccf6507c592c5 | Juergen Hoeller | Juergen Hoeller | Added 'zone' attribute to @Scheduled
Issue: SPR-10456 | added 'zone' attribute to @scheduled | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,480 |
39ff1e2c5375868a92318251f3015114e8b49d0d | Rossen Stoyanchev | Rossen Stoyanchev | Add StompProtocolHandler tests | add stompprotocolhandler tests | 30 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,481 |
364bc357095e34504b10bc138b8c59da578dd14f | Andy Wilkinson | Rossen Stoyanchev | Use correct header for version in CONNECTED frame
Previously, the negotiated version was included in the CONNECTED frame
using the accept-version header. This is incorrect. The version
header should be used. | use correct header for version in connected frame | 49 | false | false | 8 | true | true | true | spring-projects | spring-framework | 18,482 |
20c4177466502a6d056d19ee6afbe539fc2a30ca | Arjen Poutsma | Arjen Poutsma | Merge pull request #350 from ok2c/httpclient_4_3
* httpclient_4_3:
Post SPR-8804 optimizations: better use of HC 4.3 APIs | merge pull request #350 from ok2c/httpclient_4_3 | 48 | true | false | 6 | true | false | false | spring-projects | spring-framework | 18,483 |
296e2189a2376745414a065e9239b066c31e2bed | Oleg Kalnichevski | Oleg Kalnichevski | Post SPR-8804 optimizations: better use of HC 4.3 APIs | better use of hc 4.3 apis | 25 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,484 |
80812d30d4283c11ad74befa5879e4412e4e34be | Rossen Stoyanchev | Rossen Stoyanchev | Protect STOMP passcode from showing up in logs
Issue: SRP-10868 | protect stomp passcode from showing up in logs | 46 | false | false | 8 | true | true | true | spring-projects | spring-framework | 18,485 |
1472e9795f412042fdd2519f85b1ace6e617a26c | Rossen Stoyanchev | Rossen Stoyanchev | Update SpringConfiguration to support beans by type
Issue: SPR-10605 | update springconfiguration to support beans by type | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 18,486 |
f0dda0e38b73a9bbc4816f0cad2bd7ccdfa7911e | Rossen Stoyanchev | Rossen Stoyanchev | Add WebSocket integration tests w/ Java configuration
Issue: SPR-10835 | add websocket integration tests w/ java configuration | 53 | false | false | 7 | true | false | false | spring-projects | spring-framework | 18,487 |
744e1ed203676908de3b7495f61cba854c85d03d | Phillip Webb | Phillip Webb | Merge pull request #304 from antonio-marrero/master
# By Antonio Marrero
* pull304:
Assign lowest priority to `/**` pattern | merge pull request #304 from antonio-marrero/master | 51 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,488 |
57f7b14b4939a244973725768ef4d819c7adcea4 | Antonio Marrero | Phillip Webb | Assign lowest priority to `/**` pattern
Update AntPathMatcher Comparator to treat `/**` in the same way as
`null` paths.
Prior to this commit the pattern `/**` would be picked in preference
to patterns with 3 or more PathVariable (e.g. `/matches/{matchId}/
periods/{periodId}/teams/{teamId}/results`).
Issue: SPR-1055... | assign lowest priority to `/**` pattern | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,489 |
c1dafed886f9f136b788f1a23528d5173167a3e8 | Phillip Webb | Phillip Webb | Refine AntPathMatcher.combine when p1 contains '.'
Refine AntPathMatcher.combine rules to allow direct concatenation of
patterns when pattern1 does not contain '*.'. Prior to this commit
direct concatenation was allowed when pattern1 did not contain '.',
this prevented calls of the form:
pathMatcher.combine("/1.0", ... | refine antpathmatcher.combine when p1 contains '.' | 50 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,490 |
57dfc13f307cb049b4eef1e0d3d0616ba229f8db | Phillip Webb | Phillip Webb | Merge pull request #326 from Xaerxess/SPR-10798
# By Grzegorz Rożniecki
* SPR-10798:
Fix malformed code in documentation | merge pull request #326 from xaerxess/spr-10798 | 47 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,491 |
00c744ba1a94f27a6a43681f346a3423a68ab6d7 | Grzegorz Rożniecki | Phillip Webb | Fix malformed code in documentation
Fixed code snippets in "Handling complex types for stored procedure
calls" paragraph.
Issue: SPR-10798 | fix malformed code in documentation | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,492 |
c93fbda56dbc28e580ee74f2559c4e58a5dde33d | Phillip Webb | Phillip Webb | Merge pull request #335 from clemp6r/SPR-10850
# By clemp6r
* SPR-10850:
Fix elvis operator mistake in reference docs | merge pull request #335 from clemp6r/spr-10850 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,493 |
84242f1affb51c912b6b2dcd92c09ea250341437 | clemp6r | Phillip Webb | Fix elvis operator mistake in reference docs
In the given example the expression using the Elvis operator will
return "Nikola Tesla" and not "Mike Tesla".
Issue: SPR-10850 | fix elvis operator mistake in reference docs | 44 | false | false | 7 | false | true | false | spring-projects | spring-framework | 18,494 |
365ce55a9384e112c9f5c053e034c565bd041549 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,495 |
465e6292ebdd5a69f55b889a4ac3fb75d61723df | Juergen Hoeller | Juergen Hoeller | Javadoc fixes | javadoc fixes | 13 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,496 |
fe8dec912d53db4819064b50d667c34300bb59b1 | Juergen Hoeller | Juergen Hoeller | @Bean methods are allowed to override existing bean definitions with a role other than ROLE_APPLICATION now (e.g. framework-generated default beans)
Also, DefaultListableBeanFactory logs a warning when overriding an application definition with a framework-generated definition now, which is expected to be an accident.
... | @bean methods are allowed to override existing bean definitions with a role other than role_application now (e.g. framework-generated default beans) | 148 | false | false | 20 | false | false | false | spring-projects | spring-framework | 18,497 |
4b2847d9d12bad150e3a2e0730a331e07825b06c | Rossen Stoyanchev | Rossen Stoyanchev | Add ChannelInterceptor to spring-messaging module
Issue: SPR-10866 | add channelinterceptor to spring-messaging module | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,498 |
467a6b9fa762f7dd3e57be59292e2116e0ce2108 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing tests and upgrade websocket to Jetty 9.0.5 | fix failing tests and upgrade websocket to jetty 9.0.5 | 54 | false | false | 9 | true | true | false | spring-projects | spring-framework | 18,499 |
3d645cf80854ebad53cd0ae85995f36a5a4d46ea | Arjen Poutsma | Arjen Poutsma | Added documentation on DecompressingHttpClient
Added documentation on the support for gzip encoding using the
DecompressingHttpClient in Apache HttpComponents.
Issue: SPR-7874 | added documentation on decompressinghttpclient | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,500 |
38c8c6d0851f9bf2d9a8b7b6c46949345d5298c6 | Juergen Hoeller | Juergen Hoeller | Turned AsyncRequestCallbackAdapter into a private inner class
Issue: SPR-8804 | turned asyncrequestcallbackadapter into a private inner class | 61 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,501 |
bb971cecf15e8c7983cbaf7767851236d132889c | Juergen Hoeller | Juergen Hoeller | A BeanDefinitionRegistryPostProcessor may register other BeanDefinitionRegistryPostProcessors
We're using the same subtle PriorityOrdered/Ordered/non-ordered separation as for regular BeanFactoryPostProcessors and BeanPostProcessors now. Additionally, we're re-detecting BeanDefinitionRegistryPostProcessor bean names a... | a beandefinitionregistrypostprocessor may register other beandefinitionregistrypostprocessors | 93 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,502 |
bb18f81b504cb3276535106368fa5ff3a961e038 | Juergen Hoeller | Juergen Hoeller | Added "recovery-interval" attribute to <jms:listener-container>
Issue: SPR-10711 | listener-container> | 19 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,503 |
4c0da5867a54d3f81098970538b9795af732d837 | Rossen Stoyanchev | Rossen Stoyanchev | Add Java config support for WebSocket and STOMP
Issue: SPR-10835 | add java config support for websocket and stomp | 47 | false | false | 8 | false | true | false | spring-projects | spring-framework | 18,504 |
4b6a9ac180df67640c81cb2b0c6488cb26898a38 | Rossen Stoyanchev | Rossen Stoyanchev | Polish WebSocketHttpRequestHandler | polish websockethttprequesthandler | 34 | false | false | 2 | true | false | false | spring-projects | spring-framework | 18,505 |
4447248a836ede1924ea6f862e06db30ec6f25d7 | Juergen Hoeller | Juergen Hoeller | Introduced support for @Lazy on injection points
This turned into a rather huge affair since it led to the introduction of a new AutowireCandidateResolver implementation in the spring-context module. That ACR impl is now being set through AnnotationConfigUtils; GenericApplicationContext and co do not set a default Qua... | introduced support for @lazy on injection points | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,506 |
01b8d9327d7c24cc1219007f127626306539c5ac | Juergen Hoeller | Juergen Hoeller | AnnotationConfigWebApplicationContext allows for repeated register/scan calls
Restoring consistency with AnnotationConfigApplicationContext.
Issue: SPR-10852 | annotationconfigwebapplicationcontext allows for repeated register/scan calls | 77 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,507 |
091712df067294f14fd8a979d291ef67ca485501 | Juergen Hoeller | Juergen Hoeller | Consistent use of Class<?> | consistent use of class<?> | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,508 |
e812b6cea0fd064676074db6d85f08416fac4542 | Juergen Hoeller | Juergen Hoeller | Marked @Profile as @Documented | marked @profile as @documented | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,509 |
5efe894ee4969a7c3780a2fd4d2ceab695777c50 | Juergen Hoeller | Juergen Hoeller | Not exposing ApplicationContext on ConditionContext anymore | not exposing applicationcontext on conditioncontext anymore | 59 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,510 |
1e64eed6b29b0e997e14d398ac18b73195e9a2eb | Juergen Hoeller | Juergen Hoeller | Reintroducing deprecated addConstructorArg variant
Still used by Spring Security 2.0.x's NamespaceHandler etc. | reintroducing deprecated addconstructorarg variant | 50 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,511 |
b75fa9d7a76e10892327a08f9ff72a1542fcb402 | Juergen Hoeller | Juergen Hoeller | Upgraded to Reactor 1.0 M2 release | upgraded to reactor 1.0 m2 release | 34 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,512 |
6969ae94a0a6ecd811bbbb0425fb2a3e13616105 | Rob Winch | Rob Winch | Merge pull request #346 from rwinch/SPR-10860
Restore method signatures on MediaType | merge pull request #346 from rwinch/spr-10860 | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,513 |
00bc54dcc5a8db6ccad60b5ce5f9e9ed93cfde1d | Rob Winch | Rob Winch | Restore method signatures on MediaType
Previously the method signatures for includes and isCompatibleWith were
incompatible with Spring 3.2.x since the argument was now MimeType.
This caused NoSuchMethodError to be thrown when a class was compiled
against MediaType from Spring 3.2.x and ran against MediaType
from Spri... | restore method signatures on mediatype | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,514 |
750930fa25dde35fcab82f9a210e42ce02d65d7d | Rossen Stoyanchev | Rossen Stoyanchev | Fix bug with the order of messaging arg resolvers | fix bug with the order of messaging arg resolvers | 49 | false | false | 9 | true | true | true | spring-projects | spring-framework | 18,515 |
ebcee26d57a46de567d9b6d2b4665b17c302f2c6 | Arjen Poutsma | Rossen Stoyanchev | Add AsyncRestTemplate
Added AsyncRestTemplate, the asynchronous counterpart to the
RestTemplate that was introduced in Spring 3. All methods on the
AsyncRestTemplate are similar to those found on the synchronous
RestTemplatem, except that they return Future wrappers instead of
concrete results.
To enable this, this c... | add asyncresttemplate | 21 | false | false | 2 | false | true | false | spring-projects | spring-framework | 18,516 |
89b53cfcd509bd5cf782ff65a82dc1ad1dae1e4a | Phillip Webb | Phillip Webb | Javadoc that @Conditionals are not inherited
Issue: SPR-10840 | javadoc that @conditionals are not inherited | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,517 |
ced5ea2f93a474646e9554354ca09c0c12e967e8 | Phillip Webb | Phillip Webb | Revert "Ensure @Conditions consider super classes"
This reverts commit 620c16f5c7bb543b18f71b2848f90461f8646237. | revert "ensure @conditions consider super classes" | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,518 |
402a3b8473c976a07e40d2cf8a663267ca7e2dec | Rossen Stoyanchev | Rossen Stoyanchev | Fix javadoc | fix javadoc | 11 | false | false | 2 | false | true | false | spring-projects | spring-framework | 18,519 |
3f130a1c086028aef7ce1debdcd18642801525b2 | Jan Machacek | Rossen Stoyanchev | Add support for custom types in AMMH | add support for custom types in ammh | 36 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,520 |
c48a41ea7a16e90eec520b6a3f311427e0e9ed18 | Jan Machacek | Rossen Stoyanchev | Fix minor issue in JettyRequestUpgradeStrategy
Issue: SPR-10861 | fix minor issue in jettyrequestupgradestrategy | 46 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,521 |
ed9b2966c079b73094f293e5d0c35abd9d59db09 | Rossen Stoyanchev | Rossen Stoyanchev | Revise use of FilterChain in MockMvc
MockFilterChain should not be re-used across requests. This is not an
issue unless tests are executed concurrently. This change ensures the
MockFilterChain is re-created for each request in MockMvc.
Issue: SPR-10838 | revise use of filterchain in mockmvc | 36 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,522 |
620c16f5c7bb543b18f71b2848f90461f8646237 | Phillip Webb | Phillip Webb | Ensure @Conditions consider super classes
Fix @Condition evaluation to also consider super classes for both
@Configuration classes and regular @Components. This change allows
@Conditional annotations to be inherited and restores the previous
behavior of @Profile.
Issue: SPR-10840 | ensure @conditions consider super classes | 41 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,523 |
8f90eacd924dd0a0d56a3fc35a52323f8a8df3d4 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,524 |
aecf60d21f6aaab898e58ff65458cc685813ed0e | Juergen Hoeller | Juergen Hoeller | Discovering and accumulating all @Profile meta-annotations
Issue: SPR-10812 | discovering and accumulating all @profile meta-annotations | 58 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,525 |
c9771012e98afe1679cd1c3ebf5ab6c1a018fd65 | Juergen Hoeller | Juergen Hoeller | Introduced @Description annotation for populating BeanDefinition.getDescription()
Issue: SPR-10583 | introduced @description annotation for populating beandefinition.getdescription() | 81 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,526 |
cf2e1ffc65a2684493cae60580fa76703fa006b7 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test
Issue: SPR-10605 | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,527 |
64baef9f19cc8d797da6f8757c17771192288ffa | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing tests
Issue: SPR-10825 | fix failing tests | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,528 |
a5143057ce93e9fd3b63b1b0fd2d5a9e055ee02d | Rossen Stoyanchev | Rossen Stoyanchev | Add configurability for underlying WebSocket engine
Issue: SPR-10844 | add configurability for underlying websocket engine | 51 | false | false | 6 | true | true | false | spring-projects | spring-framework | 18,529 |
ccaa10125206a38c37e42cfeb79f6b3524584f93 | Rossen Stoyanchev | Rossen Stoyanchev | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 18,530 |
d66206704e70a50ef671efbf8a5406c56963f91b | Gabriel Axel | Rossen Stoyanchev | Fix NPE in ResourceHttpMessageConverter
ResourceHttpMessageConverter tries to use the filename to determine the
media type, but for Resource implementations such as ByteArrayResource
it is null, which causes NullPointerException. The fix checks whether
getFilename returns null before attempting to determine the media ... | fix npe in resourcehttpmessageconverter | 39 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,531 |
a4552177436766129a458dd66403e77254239f8b | Rossen Stoyanchev | Rossen Stoyanchev | Modify how SpringConfigurator finds Endpoint singleton
First try the endpoint type name converted to property
Then try @Component value
Issue: SPR-10605 | modify how springconfigurator finds endpoint singleton | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,532 |
c211c98b407aa5876ac1a2952d16761e9702cfb0 | Rossen Stoyanchev | Rossen Stoyanchev | Support placeholder values in Spring MVC Test
Issue: SPR-10825 | support placeholder values in spring mvc test | 45 | false | false | 7 | false | true | false | spring-projects | spring-framework | 18,533 |
47d40053a41466bb2728229bc4cf0c73968d0ced | Dmitry Katsubo | Rossen Stoyanchev | Add Jackson serialization inclusion to FactoryBean
Issue: SPR-10810 | add jackson serialization inclusion to factorybean | 50 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,534 |
08d36cf2e49bd1cbd4558e05ec5f646d272926fd | Rossen Stoyanchev | Rossen Stoyanchev | Allow custom expand algorithm in UriComponents
Issue: SPR-10647 | allow custom expand algorithm in uricomponents | 46 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,535 |
1fd7bc3ee52d5b8a5052850abe9b9a41390711da | Rossen Stoyanchev | Rossen Stoyanchev | Make MediaType serializable
Issue: SPR-8738 | make mediatype serializable | 27 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,536 |
88115212ebf3a3ad4060f0cdf9bdafd74bc189f5 | Juergen Hoeller | Juergen Hoeller | Consistent xsd header formatting | consistent xsd header formatting | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,537 |
3d462b6dd9dc5a48252288720cc1364188670891 | Juergen Hoeller | Juergen Hoeller | Added missing spring.schemas entries for 4.0 xsds
Also fixing an old XmlBeanFactory test that relies on "ref local" which is gone in the 4.0 xsd now, redeclaring the affected file to an older xsd version. | added missing spring.schemas entries for 4.0 xsds | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,538 |
eb98f1f084279a6b5f068768ce233795c8957e29 | Juergen Hoeller | Juergen Hoeller | Added missing spring-jdbc-4.0.xsd | added missing spring-jdbc-4.0.xsd | 33 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,539 |
4a9af233aeba965fa1e9fe0601a34fd42a08c3dc | Juergen Hoeller | Juergen Hoeller | @Autowired/@Inject with array/List value gets sorted against Ordered/@Order
Issue: SPR-5574 | @autowired/@inject with array/list value gets sorted against ordered/@order | 75 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,540 |
486a56dc1fff6586c3f574ec7856d4b396334469 | Rossen Stoyanchev | Rossen Stoyanchev | Update TomcatRequestUpgradeStrategy for 8.0 RC1
While RC2 is not yet out, we need to support RC1 as well.
This change introduces temporary code that can be removed
once RC2 becomes available to avoid having to use Tomcat
snapshots. | update tomcatrequestupgradestrategy for 8.0 rc1 | 47 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,541 |
0dcc5c048bb7b4da68d291ac5bcc26008d953b59 | Rossen Stoyanchev | Rossen Stoyanchev | Adjust SockJS use of ServerHttpResponse close vs flush | adjust sockjs use of serverhttpresponse close vs flush | 54 | false | false | 8 | false | true | false | spring-projects | spring-framework | 18,542 |
13ce20b1ca14320dd3ddab516aff495753a2feae | Rossen Stoyanchev | Rossen Stoyanchev | Remove IOException from HandshakeHandler | remove ioexception from handshakehandler | 40 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,543 |
2397b21096ad1c184d9f22629f74a6c44a9ba923 | Rossen Stoyanchev | Rossen Stoyanchev | Upgrade spring-websocket to Tyrus 1.2.1
This targets currently nightly snapshots and future release
of Glassfish 4.0.1. | upgrade spring-websocket to tyrus 1.2.1 | 39 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,544 |
e5406283c551a6402a1bbe82d16386ab6a008b2b | Rossen Stoyanchev | Rossen Stoyanchev | Polish DefaultHandshakeHandler
After this change the DefaultHandshakeHandler delegates to a
server-specific RequestUpgradeStrategy to update the HTTP response for
the handshake request and to begin the WebSocket interaction.
The DefaultHandshakeHandler however still retains the initial
validation of the WebSocket han... | polish defaulthandshakehandler | 30 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,545 |
48996cf572c3ef3dcd7ca6777e4adaafe05e5f9f | Rossen Stoyanchev | Rossen Stoyanchev | Update ServerEndpointRegistration
In addition to implementing ServerEndpointConfig, the
ServerEndpointRegistration now also extends
ServerEndpointConfig.Configurator making it easier to override
handshake customization methods without having to extend a separate
class. | update serverendpointregistration | 33 | false | false | 2 | true | false | false | spring-projects | spring-framework | 18,546 |
64d45fe0a5fee2fcb3457565fcc675b54ab13069 | Rossen Stoyanchev | Rossen Stoyanchev | Make use of Tomcat's new WsServerContainer.doUpgrade
Tomcat now provides a method for initiating a WebSocket upgrade at
runtime vs relying on JSR-356 deployment at startup. This change
switches to use that latest feature. For more information on the
Tomcat change see:
https://issues.apache.org/bugzilla/show_bug.cgi?i... | make use of tomcat's new wsservercontainer.doupgrade | 52 | false | false | 6 | true | true | false | spring-projects | spring-framework | 18,547 |
f2fb0ec9e730f274420e0d5cfa1585aec2217f75 | Juergen Hoeller | Juergen Hoeller | Minor polishing of related files
Issue: SPR-10181 | minor polishing of related files | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,548 |
6d3649858e8a9eb0645e889782df1787772967c1 | Juergen Hoeller | Juergen Hoeller | Allow meta-annotations to override attributes from their parent
Issue: SPR-10181 | allow meta-annotations to override attributes from their parent | 63 | false | false | 8 | false | true | false | spring-projects | spring-framework | 18,549 |
bc5af2c6b651ce405db4b0de92f5fcf05243ddf5 | Juergen Hoeller | Juergen Hoeller | Upgraded to Hibernate 4.2.9 | upgraded to hibernate 4.2.9 | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,550 |
60165360550f49f15d2e436370731ae278f52836 | Rossen Stoyanchev | Rossen Stoyanchev | Remove ContentTypeResolver from composite converter
Before this change CompositeMessageConverter had a ContentTypeResolver
field that was in turn set on all contained converters.
After this change that field is removed and effectively
CompositeMessageConverter is a simple container of other converters.
Each converter... | remove contenttyperesolver from composite converter | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 18,551 |
0da1eefd74d868cf8728ab318641161595534002 | Rossen Stoyanchev | Rossen Stoyanchev | Add default ContentTypeResolver initialization
Previously AbstractMessageConverter did not have a ContentTypeResolver
configured by default. However the Java config and XML namespace in
spring-messaging and spring-websocket always configured one.
This change ensures every AbstractMessageConverter is configured with a... | add default contenttyperesolver initialization | 46 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,552 |
801237aec1aba0a2fb8d666fa2d0313dac4aa3aa | Rossen Stoyanchev | Rossen Stoyanchev | Add getMatchingPatterns method to Patterns condition
Issue: SPR-11484 | add getmatchingpatterns method to patterns condition | 52 | false | false | 6 | true | true | false | spring-projects | spring-framework | 18,553 |
56476cdd5f806831b1619de91d00354458de3857 | Rossen Stoyanchev | Rossen Stoyanchev | Add strictContentTypeMatching converter option
AbstractMessageConverter now supports a strictContentTypeMatching mode
in which the content type of a message must be resolved to a (non-null)
value that matches one of the configured supported MIME types in order
for the converter to be used.
Issue: SPR-11463 | add strictcontenttypematching converter option | 46 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,554 |
2b69c1f15b2e596c03b226abf50282209d77c46d | Sebastien Deleuze | Rossen Stoyanchev | Support String contentType headers in spring-messaging
After this change DefaultContentTypeResolver supports String-based
"contentType" header values in addition to MimeType-based.
Issue: SPR-11461 | support string contenttype headers in spring-messaging | 54 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,555 |
11c41993f1654631a4cc9162404107f76bc5a949 | Brian Clozel | Brian Clozel | Update documentation with coding guidelines
This commit:
* adds a reference to the Spring Code Style wiki page in the main
CONTRIBUTING document
* updates the link to the Spring team in README
* adds a note regarding Intellij IDEA 13 issues | update documentation with coding guidelines | 43 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,556 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.