Sam Brannen
900ee11f3b
Merge branch '6.0.x'
3 years ago
Sam Brannen
9ba5622efd
Update outdated Javadoc for PathPatternParser.defaultInstance
...
Spring Framework 6.0 changed the default value of
matchOptionalTrailingSeparator from true to false.
Closes gh-30976
3 years ago
Sam Brannen
3ff81a47c9
Polish PathPatternParser
3 years ago
Sam Brannen
89b85c81a7
Polishing
3 years ago
Sam Brannen
51aaaae94e
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
3 years ago
Sam Brannen
dcec61ab7a
Remove obsolete dependency on picocli
...
The dependency on picocli was removed from the code in commit 019785a72e .
This commit removes the dependency management from the build.
See gh-28825
3 years ago
Sam Brannen
aa10d23de4
Merge branch '6.0.x'
3 years ago
Philippe Marschall
4922e0e439
Give spring-core access to org.jboss.vfs for VfsUtils support on WildFly
...
This commit gives spring-core access to the org.jboss.vfs module to make
VfsUtils work out of the box on WildFly 28+.
Closes gh-30973
3 years ago
Juergen Hoeller
10610a6f54
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
3 years ago
Juergen Hoeller
7adacd5ce5
Upgrade to Netty 4.1.96
3 years ago
Juergen Hoeller
08d89f7aac
Avoid Aalto XML parser override
3 years ago
Juergen Hoeller
5e26786bab
Fix malformed javadoc
3 years ago
Juergen Hoeller
3b1af692cc
Merge branch '6.0.x'
...
# Conflicts:
# spring-beans/spring-beans.gradle
# spring-context/spring-context.gradle
# spring-orm/spring-orm.gradle
# spring-test/spring-test.gradle
# spring-web/spring-web.gradle
# spring-webflux/spring-webflux.gradle
3 years ago
Juergen Hoeller
d250a5155a
Consistent dependency declarations
3 years ago
Juergen Hoeller
b9ae996dfc
Merge branch '6.0.x'
...
# Conflicts:
# spring-context/spring-context.gradle
# spring-context/src/main/java/org/springframework/context/event/SimpleApplicationEventMulticaster.java
# spring-context/src/test/java/org/springframework/scheduling/annotation/EnableSchedulingTests.java
# spring-orm/src/main/java/org/springframework/orm/hibernate5/SpringBeanContainer.java
# spring-test/spring-test.gradle
# spring-webmvc/spring-webmvc.gradle
3 years ago
Juergen Hoeller
52176edcbf
Polishing
3 years ago
Juergen Hoeller
ae279eaced
Polishing
3 years ago
Juergen Hoeller
18e72d5c01
Always use given fallback producer in case of TypeBootstrapContext
...
Closes gh-30924
3 years ago
Juergen Hoeller
2d50b758c4
Deprecate applyBeanPostProcessorsBefore/AfterInitialization
...
Closes gh-30974
3 years ago
Juergen Hoeller
450cc212a2
Support for transactional listeners with reactive transactions
...
TransactionalApplicationListener and TransactionalEventListener automatically detect a reactive TransactionContext as the event source and register the synchronization accordingly. TransactionalEventPublisher is a convenient delegate for publishing corresponding events with the current TransactionContext as event source. This can also serve as a guideline for similar reactive event purposes.
Closes gh-27515
Closes gh-21025
Closes gh-30244
3 years ago
Juergen Hoeller
a9d100eeee
Support for always executing specific listeners in original thread
...
See gh-30244
3 years ago
Sam Brannen
dde8f4489f
Polish MappedInterceptor
3 years ago
Sam Brannen
f9f7a7cd78
Polish contribution
...
See gh-30971
3 years ago
graceyu
6de95a2b37
Provide methods for obtaining include/exclude patterns in MappedInterceptor
...
Prior to this commit, MappedInterceptor had a getPathPatterns() method
that returned the include patterns.
This commit introduces getIncludePathPatterns() (which effectively
replaces getPathPatterns()) and getExcludePathPatterns(). In addition,
this commit deprecates getPathPatterns().
Closes gh-30971
3 years ago
Sam Brannen
f00756bc7c
Update copyright headers
3 years ago
Sam Brannen
b00d120514
Merge branch '6.0.x'
3 years ago
Sam Brannen
148f5c459e
Update copyright headers
3 years ago
Sam Brannen
2dc4eea62f
Remove native image hints for TransactionDefinition constants
...
Closes gh-30854
3 years ago
Sam Brannen
db8fa4d505
Polish DataSize
3 years ago
Sam Brannen
525621c4d8
Polish contribution
...
See gh-30710
3 years ago
Patrick Strawderman
01e90bbd0e
Use Long.parseLong(CharSequence,...) to avoid intermediate String creation
...
Where possible, switch to the Long.parseLong variant that accepts a
start and end index for the supplied CharSequence, thus avoiding making
unnecessary copies of the String input.
Closes gh-30710
3 years ago
Sam Brannen
af1c06917d
Upgrade to JUnit 5.10
...
Closes gh-30970
3 years ago
Sam Brannen
bcff7d74cd
Replace map entry traversal with switch expression
...
See gh-30851
3 years ago
Sam Brannen
170d6bfdad
Clean up warnings in tests
3 years ago
Sam Brannen
2f7046f572
Deprecate org.springframework.core.Constants utility
...
Closes gh-30851
3 years ago
Sam Brannen
3b8dd0a5ac
Assert JmsAccessor.setSessionAcknowledgeMode() values
...
See gh-30851
3 years ago
Sam Brannen
9da318af96
Assert JmsActivationSpecConfig.setAcknowledgeMode() values
...
See gh-30851
3 years ago
Sam Brannen
b45bfcafc2
Assert DefaultMessageListenerContainer.setCacheLevel() values
...
See gh-30851
3 years ago
Sam Brannen
81181c346a
Assert SimpleTriggerFactoryBean.setMisfireInstruction() values
...
See gh-30851
3 years ago
Sam Brannen
1378cce9fb
Assert CronTriggerFactoryBean.setMisfireInstruction() values
...
See gh-30851
3 years ago
Sam Brannen
12f765c133
Assert XmlBeanDefinitionReader.setValidationMode() values
...
See gh-30851
3 years ago
Sam Brannen
06c6af9b0d
Stop using Constants utility in IsolationLevelDataSourceRouter
...
See gh-30851
3 years ago
Sam Brannen
181c814e69
Polish IsolationLevelDataSourceRouter
3 years ago
Sam Brannen
0eda44186a
Polish tests for configuration constants
...
See gh-30851
3 years ago
Sam Brannen
48eb477755
Assert LazyConnectionDataSourceProxy.setDefaultTransactionIsolation() values
...
See gh-30851
3 years ago
rstoyanchev
c43d2e2edc
Polishing
...
Closes gh-30959
3 years ago
Olga MaciaszekSharma
0d4010841e
Update docs for HTTP interface clients return values
...
See gh-30959
3 years ago
Sam Brannen
cc9278666d
Stop using Constants utility in LazyConnectionDataSourceProxy
...
See gh-30851
3 years ago
Sam Brannen
c87925cee7
Polish LazyConnectionDataSourceProxy
3 years ago
rstoyanchev
5b6c127283
Polishing
...
Closes gh-30936
3 years ago