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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8bb29750bfc0a69aa60647e0cfdbc51f8329e621 | Sam Brannen | Sam Brannen | Deleted unused resourceLoader field in Jaxb2Marshaller | deleted unused resourceloader field in jaxb2marshaller | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,857 |
c3afda3992789515c6f5aa38e66ffa86e988ec89 | Sam Brannen | Sam Brannen | Delete unnecessary @SuppressWarnings("unused") | delete unnecessary @suppresswarnings("unused") | 46 | false | false | 3 | false | true | false | spring-projects | spring-framework | 17,858 |
2e6c998168e5537df3451fd3df0c09ae0e82a429 | Sam Brannen | Sam Brannen | Update Javadoc for mocks regarding Servlet 3.0
Commit deba32cad9 upgraded the Servlet API mocks to Servlet 3.0;
however, not all of the Javadoc was updated accordingly.
This commit updates the remaining Javadoc with regard to Servlet 3.0 as
the baseline for mocks in the spring-test module.
In addition, this commit s... | update javadoc for mocks regarding servlet 3.0 | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,859 |
d371886988a12331128ff645537e542f00dd7467 | Phillip Webb | Phillip Webb | Allow null method for getTransactionAttribute
Update MatchAlwaysTransactionAttributeSource.getTransactionAttribute
to allow a null method argument. Passing a null method is not
recommended and is not indicated as valid in the Javadoc, however,
this was allowed in previous versions of Spring.
Issue: SPR-11048 | allow null method for gettransactionattribute | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,860 |
5d8fac86d749c9ea98eb7eda58655fe5fa3616d0 | Rossen Stoyanchev | Rossen Stoyanchev | Add timeout async request handling to OSIV components
This change adds async web request timeout handling to OSIV filters
and interceptors to ensure the session or entity manager is released.
Issue: SPR-10874 | add timeout async request handling to osiv components | 53 | false | false | 8 | false | true | false | spring-projects | spring-framework | 17,861 |
b69ebe70a6378603bbf5299f0f68d355be175a0a | Juergen Hoeller | Juergen Hoeller | Consistent javadoc references to java.util.concurrent and javax.enterprise.concurrent | consistent javadoc references to java.util.concurrent and javax.enterprise.concurrent | 85 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,862 |
3402628a74125dd7f8b8b6ee893af1eb5021b6d1 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,863 |
148f8f011d59a969c294ad5f861da91889c88d84 | Juergen Hoeller | Juergen Hoeller | AutowireCandidateResolver receives original bean name (including FactoryBean prefix if applicable) for correct generic type check in case of a FactoryBean definition
Issue: SPR-11045 | autowirecandidateresolver receives original bean name (including factorybean prefix if applicable) for correct generic type check in case of a factorybean definition | 165 | false | false | 21 | false | false | false | spring-projects | spring-framework | 17,864 |
f9584184efedda73016743aa278ea3d1632de9e3 | Juergen Hoeller | Juergen Hoeller | Allow for specific instance-based match to override factory method signature match
Issue: SPR-11046 | allow for specific instance-based match to override factory method signature match | 82 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,865 |
ac7e27b78572ed3e3529d0cf32dc4a89afcf02e5 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,866 |
9cbac985fbe20df1b0cce399dd238183de9befbc | Juergen Hoeller | Juergen Hoeller | Refined check for cache turnoff threshold
Issue: SPR-10803 | refined check for cache turnoff threshold | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,867 |
e5aef5ee9d10736344be2fd4fa6b07af074eb949 | Phillip Webb | Phillip Webb | Protect against NPE when resolving generic array
Update ResolvableType to check that the resolved component type from
a generic array is not null before attempting to use it to generate the
resolved array class.
Issue: SPR-11044 | protect against npe when resolving generic array | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,868 |
a7af9505dee01340ac225814f9f90252bb7d725e | Rossen Stoyanchev | Rossen Stoyanchev | Avoid filling up AntPathMatcher cache
This change avoid use of AntPathMatcher to extract URI template
variables when the lookup path is used as the best matching pattern.
Issue: SPR-10803 | avoid filling up antpathmatcher cache | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,869 |
48b9e9a2034d9bcaa3b5c2bd62c827f1fae6be7b | Juergen Hoeller | Juergen Hoeller | Spring uses Joda-Time 2.0's specific parseLocalDate/parseLocalTime/parseLocalDateTime methods now
Issue: SPR-11014 | spring uses joda-time 2.0's specific parselocaldate/parselocaltime/parselocaldatetime methods now | 97 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,870 |
4bcfbc3ba3eced91bd833eb2b4d4620c94c611ba | Juergen Hoeller | Juergen Hoeller | Apply name-matching transaction attributes to user-level methods only
In particular, do not apply them to GroovyObject methods and other kinds of synthetic methods in language runtimes. The only exception are bridge methods since those do eventually point to a user-level generic method.
Issue: SPR-10803 | apply name-matching transaction attributes to user-level methods only | 69 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,871 |
0fe49629c0ab60cc2a12c767848fec84d1049a90 | Juergen Hoeller | Juergen Hoeller | AbstractApplicationContext's ApplicationListenerDetector removes listeners from ApplicationEventMulticaster on individual destruction
Issue: SPR-7856 | abstractapplicationcontext's applicationlistenerdetector removes listeners from applicationeventmulticaster on individual destruction | 133 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,872 |
eddb12583634db1308a2724ea7c16fdf0d688fa4 | Rossen Stoyanchev | Rossen Stoyanchev | Upgrade to Tomcat 8 RC5 | upgrade to tomcat 8 rc5 | 23 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,873 |
a640d84961c87bc6bf49f2db3bd1c2ca84b56de5 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue in AbstractMethodMessageHandler | fix issue in abstractmethodmessagehandler | 41 | false | false | 4 | false | true | false | spring-projects | spring-framework | 17,874 |
164a9f938ccef29923476a4cf50565d4fa54d528 | Rossen Stoyanchev | Rossen Stoyanchev | Update the Jetty WebSocket adapter
This changes switches from using Jetty's WebSocketListener interface
to use Jetty's @WebSocket annotations instead. The change should be
transparent but the annnotations provide a little more controler
including handling pong frames.
This change also introduces a WebSocketMessage in... | update the jetty websocket adapter | 34 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,875 |
7d5b34a7c5aefb212897ec943139632303adc254 | Rossen Stoyanchev | Rossen Stoyanchev | Fix warnings | fix warnings | 12 | false | false | 2 | true | true | false | spring-projects | spring-framework | 17,876 |
f669a40bd6c017f3c352f00a4e19fe2f2e63c60b | Juergen Hoeller | Juergen Hoeller | Removed deprecated TransactionAspectUtils class | removed deprecated transactionaspectutils class | 47 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,877 |
bfa30913fbf76e66dee219314d99413da745c5be | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,878 |
326154270fa6338010a1c047044fc4a9f21e910b | Juergen Hoeller | Juergen Hoeller | Refined caching of AntPathStringMatcher per pattern
Introduced a "setCachePatterns(boolean)" method for explicit configuration, a default turnoff threshold at 65536 entries (at which point we're deciding that caching isn't worthwhile because patterns are unlikely to be reoccurring often enough), and an "AntPathStringM... | refined caching of antpathstringmatcher per pattern | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,879 |
62157fe38ff23b931e64a883b95739b07dcaef26 | Juergen Hoeller | Juergen Hoeller | Refined logging for advisors which are currently in creation
Issue: SPR-10430 | refined logging for advisors which are currently in creation | 60 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,880 |
7ca09d7e3df0f16457d83a1a1577f9bb5b768605 | Sam Brannen | Sam Brannen | Polish NamedParameterUtils
- Fixed typos in Javadoc
- Formatted Javadoc | polish namedparameterutils | 26 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,881 |
397d52ad178f2e0ed7bb93ce306c2bde1ca22b05 | Brian Clozel | Rossen Stoyanchev | Upgrade to Jetty 9.1.0 .RC0
This commit upgrades Jetty to the latest available 9.1.x version while
also preserving compatibility with 9.0.x. | upgrade to jetty 9.1.0 .rc0 | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,882 |
75e61cc98315949660ab10c0024a3a105992f8f8 | Sam Brannen | Sam Brannen | Polish spring-websocket
- Removed unused imports
- Organized imports
- Deleted unused fields
- Deleted unused local variables
- Deleted unused private static classes | polish spring-websocket | 23 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,883 |
bf9ec78c5d19d141311c862d471f7769ad38aa12 | Sam Brannen | Sam Brannen | Polish spring-messsaging
- Removed unused imports
- Organized imports
- Discontinued use of deprecated junit.framework.Assert class
- Suppressed warnings where appropriate
- Added missing generics to return type for getMappingComparator() in
SimpAnnotationMethodMessageHandler | polish spring-messsaging | 24 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,884 |
4043b1d38140d531f5f97d4f87850f168283c240 | Phillip Webb | Phillip Webb | Workaround Javadoc bug with JDK 8 (b112+)
Remove Javadoc linkplain to ExceptionHandler#value() from
AnnotationMethodHandlerExceptionResolver to work around JDK
Javadoc bug 9007707. | workaround javadoc bug with jdk 8 (b112+) | 41 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,885 |
558aec294cd57071b61b0e4acf94b63d8e4c17fa | Rossen Stoyanchev | Rossen Stoyanchev | Polish MvcUriComponentsBuilder | polish mvcuricomponentsbuilder | 30 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,886 |
c81754fa519e6ce533b82a504929843f447b5f5e | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #392 from bclozel/SPR-10843 | merge pull request #392 from bclozel/spr-10843 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,887 |
81dda069af4289395b85a6649b272b39372eb968 | Rossen Stoyanchev | Rossen Stoyanchev | Update WebSocket extensions change
- add WebSocketHttpHeaders
- client-side support for WebSocket extensions
- DefaultHandshakeHandler updates
- replace use of ServletAttributes in JettyRequestUpgradeStratey
- upgrade spring-web to jetty 9.0.5 | update websocket extensions change | 34 | false | false | 4 | false | true | false | spring-projects | spring-framework | 17,888 |
6d00a3f0ee795e1a5bd9ffe02c584623828dbc37 | Brian Clozel | Rossen Stoyanchev | Add support for WebSocket Protocol Extensions
This commits adds simple, overridable WebSocket Extension
filtering during the handshake phase and adds that
information in the WebSocket session.
The actual WebSocket Extension negotiation happens
within the server implementation (Glassfish, Jetty, Tomcat...),
so one can... | add support for websocket protocol extensions | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,889 |
78c10cd242f44680d9536721d34fedd80359a218 | Phillip Webb | Phillip Webb | Polish BeanMethodPolymorphismTests
Polish BeanMethodPolymorphismTests and add @Ignored failing test
for SPR-10988.
Issue: SPR-10988 | polish beanmethodpolymorphismtests | 34 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,890 |
64869db9e79e7bc98a47ab16bb8f8a22ece1e726 | Rob Winch | Rob Winch | Ignore .idea | ignore .idea | 12 | false | false | 2 | true | true | false | spring-projects | spring-framework | 17,891 |
8c1767e223296fa273a5696bfe4632271ae725e1 | Juergen Hoeller | Juergen Hoeller | Defensive handling of exceptions during factory method type checking
Also using ClassUtils.forName in AutowireUtils now in order to accept all common class name formats.
Issue: SPR-11034 | defensive handling of exceptions during factory method type checking | 68 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,892 |
180f41c4c5740fe09a4cbf5eca36554d0c1636a6 | Sam Brannen | Sam Brannen | Renamed @WebTests to @WebTest
@WebTests has been renamed to @WebTest so that the Gradle build does not
attempt to run it as a JUnit test. | renamed @webtests to @webtest | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,893 |
f9cadfe6f9d208d5834f09cf480ba4aa3aa660ac | Sam Brannen | Sam Brannen | Relocate test class to src/test/java folder | relocate test class to src/test/java folder | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,894 |
2bd5a535e1e6dbae83b016376ffe114dc5cb1384 | Sam Brannen | Sam Brannen | Merge pull request #393 from sbrannen/SPR-7827
* SPR-7827:
Provide meta-annotation support in the TCF | merge pull request #393 from sbrannen/spr-7827 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,895 |
5e7021f3f7775a4382cb9b9d2a3072a40c1b637b | Sam Brannen | Sam Brannen | Provide meta-annotation support in the TCF
Spring 3.0 already allows component stereotypes to be used in a
meta-annotation fashion, for example by creating a custom
@TransactionalService stereotype annotation which combines
@Transactional and @Service in a single, reusable, application-specific
annotation. However, th... | provide meta-annotation support in the tcf | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 17,896 |
56dfcd153e1648f8ce023f0becc02cd2c5a8fbcc | Juergen Hoeller | unknown | Aligned with refinements in 3.2.x branch
Issue: SPR-11034 | aligned with refinements in 3.2.x branch | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,897 |
24dfe8ec19e90b4fae1eb47de9cd0fa3b98687fc | Rossen Stoyanchev | Rossen Stoyanchev | Replace use of jdk 1.8 api | replace use of jdk 1.8 api | 26 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,898 |
2c2ed7edd39cf46bdabe46e4d6bbfb8d35bc731d | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,899 |
960ba379ca77110ce2f8cdc3ef66bcd12235b14a | Juergen Hoeller | Juergen Hoeller | Fixed resolveReturnTypeForFactoryMethod to unwrap TypedStringValue
XML-defined arguments values are initially turned into TypedStringValue wrappers. If we encounter an unresolved argument, we need to unwrap such a TypedStringValue and then try to treat its content as a class name.
Issue: SPR-11034 | fixed resolvereturntypeforfactorymethod to unwrap typedstringvalue | 66 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,900 |
671fad3cb51e764035773d0076cd82b59f03b193 | Juergen Hoeller | Juergen Hoeller | Added further tests for raw matching of generic types
Issue: SPR-11034
Issue: SPR-11004 | added further tests for raw matching of generic types | 53 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,901 |
4cb453bbdc9077b89e216e46b11173edaacd7958 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,902 |
a6b0261000225d737a807e0931b18ce4e3cfd78f | Juergen Hoeller | Juergen Hoeller | Proper matching of raw generic types and generically typed factory methods
Also optimized getTypeForFactoryMethod's implementation for non-generic factory methods, and reduced calls to getResolvedFactoryMethod in order to avoid repeated synchronization.
Issue: SPR-11034 | proper matching of raw generic types and generically typed factory methods | 74 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,903 |
88fe2e9b00b68b05c35f2204dbc5783ff04d9bcc | Sam Brannen | Sam Brannen | Convert TestContext to interface & default impl
Since the Spring TestContext Framework was introduced in Spring
Framework 2.5, the TestContext class has always been a public class
with package private constructors. The visibility of TestContext's
constructor and methods was intentionally limited in order to hide the
i... | convert testcontext to interface & default impl | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,904 |
2e1c035d42b060b6204c970ffd4526dc4e932c8e | Phillip Webb | Phillip Webb | Increased ResolvableType unit test coverage
Issue: SPR-11034 | increased resolvabletype unit test coverage | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,905 |
6cfbcf4f17eb43224cbb1613c0c800a955b40260 | Juergen Hoeller | Juergen Hoeller | Avoid NPE in hasUnresolvableGenerics()
Issue: SPR-11034 | avoid npe in hasunresolvablegenerics() | 38 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,906 |
231433f5406453069aa125329be042d5e32ddff0 | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 6021822) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,907 |
2d91309fdf59080099d6c56e8ab6bbc2212512ca | Juergen Hoeller | Juergen Hoeller | Fixed detection of setter in case of getter with covariant return type narrowing
Issue: SPR-10995
(cherry picked from commit 045f78e) | fixed detection of setter in case of getter with covariant return type narrowing | 80 | false | false | 13 | false | false | false | spring-projects | spring-framework | 17,908 |
b32451ac9f67f200d3f38666c8a9986aa5430086 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,909 |
614387fe0e45dfeeab735ee1e21aed0bdc46823e | Juergen Hoeller | Juergen Hoeller | Sneaked in test for covariant return type narrowing in a getter method
Issue: SPR-10995 | sneaked in test for covariant return type narrowing in a getter method | 70 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,910 |
109faaced8f4a17635b3c465ddeeeb2409add155 | Juergen Hoeller | Juergen Hoeller | Factory method type resolution works with indexed and named arguments as well
Issue: SPR-11019 | factory method type resolution works with indexed and named arguments as well | 77 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,911 |
4675bc4e0ca0176b9f1a774e6b030ffe6d861c2c | Juergen Hoeller | Juergen Hoeller | Cache InjectionMetadata per bean name instead of per Class, if possible
Issue: SPR-11027 | cache injectionmetadata per bean name instead of per class, if possible | 71 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,912 |
14b9931ee30e309c32b0e5949611f1516e8bd6f4 | Rossen Stoyanchev | Rossen Stoyanchev | Update MvcUriComponentsBuilder to use DispServlet WAC
Issue: SPR-8826 | update mvcuricomponentsbuilder to use dispservlet wac | 53 | false | false | 6 | true | true | false | spring-projects | spring-framework | 17,913 |
cf5db8362b3b95e2555e4e1600e3c6919e952f01 | Rossen Stoyanchev | Rossen Stoyanchev | Replace MvcUrls with MvcUriComponentsBuilder
Issue: SPR-8826 | replace mvcurls with mvcuricomponentsbuilder | 44 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,914 |
e7f89f87c14bb65a83518508a791dc68e681ddd4 | Phillip Webb | Phillip Webb | Fix off-by-one error in parseLocaleString
Fix off-by-one error in StringUtils.parseLocaleString()
Issue: SPR-10364 | fix off-by-one error in parselocalestring | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,915 |
e80b7d1e2206bfcca0592d6cf2e33c8fc608a0a8 | Phillip Webb | Phillip Webb | Add getSource() to ResolvableType & TypeDescriptor
Add getSource() method to ResolvableType and TypeDescriptor allowing
access to the underlying source field or method parameter when possible.
Primarily added to provide access to additional type information or
meta-data that alternative JVM languages may provide.
Is... | add getsource() to resolvabletype & typedescriptor | 50 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,916 |
014d156f5b7e732ff393b7a21bc98d5ae33d322c | Phillip Webb | Phillip Webb | Make EvaluationException more informative
Update EvaluationException to expose the toDetailedString() method as
the exception message. The simple message can now be accessed via the
new getSimpleMessage() method.
Issue: SPR-10938 | make evaluationexception more informative | 41 | false | false | 4 | false | true | false | spring-projects | spring-framework | 17,917 |
1a3ba79071a4e0898ec8d8807ea584ef00bdc3d7 | Phillip Webb | Phillip Webb | Restore prior resolveTypeArguments behavior
Restore prior behavior of GenericTypeResolver.resolveTypeArguments to
never include null elements in the returned array.
Issue: SPR-11030 | restore prior resolvetypearguments behavior | 43 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,918 |
393cfcff40b499e35eece43682b8ec596d45b780 | Juergen Hoeller | unknown | Cache InjectionMetadata per bean name instead of per Class
Issue: SPR-11027 | cache injectionmetadata per bean name instead of per class | 58 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,919 |
e2c6e637a4e8d884251cee24f1ee61a8e8bd6775 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,920 |
444b3720bce8edd74092a15bd11140a26660e180 | Juergen Hoeller | Juergen Hoeller | Added tests for context initializers on DispatcherServlet
Issue: SPR-11314 | added tests for context initializers on dispatcherservlet | 57 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,921 |
17cc63ef6316e103b2268085a653bb18e18dc303 | Juergen Hoeller | Juergen Hoeller | checkNotModified needs to consider HEAD as well
Issue: SPR-11317 | checknotmodified needs to consider head as well | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,922 |
a5f9b2929225a32f0a48d80eee13b53c64f5fd9a | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,923 |
91881ff036aec38bf97d2a6159269bf2db4d0ac3 | Juergen Hoeller | Juergen Hoeller | Introduced "globalInitializerClasses" next to the existing "contextInitializerClasses", applying to FrameworkServlets as well
Issue: SPR-11314 | introduced "globalinitializerclasses" next to the existing "contextinitializerclasses", applying to frameworkservlets as well | 125 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,924 |
e670f4e5c6511eb1b378dee4a80678ff10a54a10 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,925 |
961f42bd43f60acb38e611513a81111718edffce | Juergen Hoeller | Juergen Hoeller | Introduced "spring.getenv.ignore" system property for preventing System.getenv calls
Issue: SPR-11297 | introduced "spring.getenv.ignore" system property for preventing system.getenv calls | 84 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,926 |
ab15ed2a05269d8d34bcbe215108aabed1eb182a | Juergen Hoeller | Juergen Hoeller | ObjectUtils.isCompatibleWithThrowsClause supports varargs now | objectutils.iscompatiblewiththrowsclause supports varargs now | 61 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,927 |
feb9d261ac4bd3d178ecc8e0ab26369724d22f5b | Sam Brannen | Sam Brannen | Remove unused import in MockHttpServletRequestBuilderTests | remove unused import in mockhttpservletrequestbuildertests | 58 | false | false | 5 | true | true | false | spring-projects | spring-framework | 17,928 |
76bb966b1ad32416f18959d65e1f9c8493d0bcbd | Juergen Hoeller | Juergen Hoeller | Removed Commons Lang references | removed commons lang references | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,929 |
8da9e5466ad304bf4e851ccaa8696d4c2623f82f | Juergen Hoeller | Juergen Hoeller | Turned ArgumentsMatchKind and ArgumentsMatchInfo to package-visible | turned argumentsmatchkind and argumentsmatchinfo to package-visible | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,930 |
abff789b0f0723b81465ea292a3ba16ce1ebdac9 | Juergen Hoeller | Juergen Hoeller | Removed javadoc references to non-accessible subclasses | removed javadoc references to non-accessible subclasses | 55 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,931 |
5d06bcec709e7ec490f2718e5087b0d34e581204 | Juergen Hoeller | Juergen Hoeller | Fixed getTypeDifferenceWeight algorithm in ReflectionHelper, and removed unused argsRequiringConversion storage
Issue: SPR-11306 | fixed gettypedifferenceweight algorithm in reflectionhelper, and removed unused argsrequiringconversion storage | 111 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,932 |
5f2106046ccded1df2dc92821a6d12a06e26f949 | Rossen Stoyanchev | Rossen Stoyanchev | Add UpgradeRequestStrategy for WildFly/Undertow
Issue: SPR-11237 | add upgraderequeststrategy for wildfly/undertow | 47 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,933 |
5ee89a3021c103d9c5d1b81460fe5d72fedf6f1c | Sam Brannen | Sam Brannen | Polish explanation of the 'default' profile
Issue: SPR-11256 | polish explanation of the 'default' profile | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,934 |
bac9f43b66626a3821d9ea34f2fac03444e21f09 | Rossen Stoyanchev | Rossen Stoyanchev | Fix typo in documentation
Issue: SPR-11301 | fix typo in documentation | 25 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,935 |
c9044151f5eb63f4d2bcc5a552c66ebb286a603c | Stephane Nicoll | Rossen Stoyanchev | Add explanation for the special 'default' profile
Better integrated explanation of the 'default' profile with both XML
and Java config examples showing the same thing.
Issue: SPR-11256 | add explanation for the special 'default' profile | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,936 |
070c5c3d335b09252ce471696ad890ebdae4b19c | Erik van Paassen | Rossen Stoyanchev | Fixed a typo in RequestMappingHandlerMapping.java | fixed a typo in requestmappinghandlermapping.java | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,937 |
ea0825c0a672b22a46794f87f7d7dc69e82422d9 | Rossen Stoyanchev | Rossen Stoyanchev | Trim tokenized strings in websocket namespace
Issue: SPR-11307 | trim tokenized strings in websocket namespace | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,938 |
2dfd69bbb37d37768be3bf966332ac83f8a9cc8f | Sam Brannen | Sam Brannen | Stop using deprecated junit.framework.Assert class | stop using deprecated junit.framework.assert class | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,939 |
8b35c3ff74347f32194149ec91773c4eb2eb21ea | Rossen Stoyanchev | Rossen Stoyanchev | Recognize Content-Type as special header in MHSRB
When adding headers generically, MockHttpServletRequestBuilder now
recognizes Content-Type and updates the contentType field accordingly.
Issue: SPR-11308 | recognize content-type as special header in mhsrb | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,940 |
26271fc30cc87d293ad1eab88ca70bf205b8f07f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,941 |
186536116348c2382f69d3ae02c1634742a5aea6 | Juergen Hoeller | Juergen Hoeller | CronTriggerFactoryBean allows 'calendarName' and 'description' to be specified
Also making 'description' available on SimpleTriggerFactoryBean.
Issue: SPR-9771
(cherry picked from commit 7502ecd) | crontriggerfactorybean allows 'calendarname' and 'description' to be specified | 78 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,942 |
a5c3143512d630911f55c4cff2822d54b4617dbc | Rossen Stoyanchev | Rossen Stoyanchev | Allow hook to associate user with WebSocket session
This change adds a protected method to DefaultHandshakeHandler to
determine the user for the WebSocket session. By default it's
implemeted to obtain it from the request.
Issue: SPR-11228 | allow hook to associate user with websocket session | 51 | false | false | 8 | true | true | false | spring-projects | spring-framework | 17,943 |
6265bc1df781cde3c4ceb104096dd61483cec7cd | Rossen Stoyanchev | Rossen Stoyanchev | Fall back on user in the Jetty UpgradeRequest
The Jetty ServletWebUpgradeRequest implements getUserPrincipal to
return the Principal from the HttpServletRequest on the upgrade.
This change ensures we can fall back on that.
However the JettyRequestUpgradeStrategy still passes the user from
HttpServletRequest from the ... | fall back on user in the jetty upgraderequest | 45 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,944 |
547646de6d888ef4cb701c4c706102028fb4ec7f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,945 |
f7fc2cbc3b27054ac9498849309cb8836c817a20 | Juergen Hoeller | Juergen Hoeller | Replaced reflection code with straight Servlet 3.0 setAsyncStarted call | replaced reflection code with straight servlet 3.0 setasyncstarted call | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,946 |
cdd65a70af5aa705390905747de86617e8d59197 | Juergen Hoeller | Juergen Hoeller | Added compatibility note on WildFly 8 | added compatibility note on wildfly 8 | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,947 |
24d40fa3e03a234586aaf5045dcac36b6d8b4481 | Juergen Hoeller | Juergen Hoeller | Fixed resolveProxyTargetClass exception message | fixed resolveproxytargetclass exception message | 47 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,948 |
bd87ff7f92ea88b5110938b76806471bee27e42b | Juergen Hoeller | Juergen Hoeller | Removed TestGroup.LONG_RUNNING marker from Groovy and JRuby tests | removed testgroup.long_running marker from groovy and jruby tests | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,949 |
6b0d88721cbf87ee71c85d9609479bfd6b869cb6 | Greg Turnquist | Rossen Stoyanchev | Add method for HTTP PATCH in MockMvcRequestBuilders
Issue: SPR-11299
This is short to avoid having to use MockMvcRequestBuilders.request()
and instead have a simple patch(url, params...) | add method for http patch in mockmvcrequestbuilders | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 17,950 |
5068eb2e01a5f534b6ceaefe9d1034446b674164 | Rossen Stoyanchev | Rossen Stoyanchev | Add minor optimization to AbstractErrors
Issue: SPR-11304 | add minor optimization to abstracterrors | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,951 |
9d928db3a8675dfc4da9c52b3fe803dd48ce7629 | Phillip Webb | Phillip Webb | Merge pull request #429 from VasylTretiakov/master
* pull429:
Fix various documentation issues | merge pull request #429 from vasyltretiakov/master | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,952 |
37c9b26ff83e5cad209a263527edc290f96abe85 | Vasyl Tretiakov | Phillip Webb | Fix various documentation issues
- Remove formatting that interferes with code highlighting
- Fix some XML syntax issues
- Added missing punctuation | fix various documentation issues | 32 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,953 |
9ed911075e60f0a542de1922679e65cb0fe6566a | Phillip Webb | Phillip Webb | Merge pull request #434 from snicoll/ascidoc-liveupdate
* ascidoc-liveupdate:
Hard-wrap CONTRIBUTING-DOCUMENTATION at 90 chars
Improve the "contributing documentation" readme | merge pull request #434 from snicoll/ascidoc-liveupdate | 55 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,954 |
54805bc21296b8c7a4b6a9bd487bf38f99e223d0 | Phillip Webb | Phillip Webb | Hard-wrap CONTRIBUTING-DOCUMENTATION at 90 chars | hard-wrap contributing-documentation at 90 chars | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,955 |
d2e5ec67361910cba76b7bbe778636d6ca21ad20 | Stephane Nicoll | Phillip Webb | Improve the "contributing documentation" readme
Update the "contributing documentation" readme to include the correct
gradle goal and provide a troubleshooting section. | improve the "contributing documentation" readme | 47 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,956 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.