rstoyanchev
7fc619acdc
Polishing contribution
...
See gh-36179
1 month ago
김준환
e5f8c5b7ae
Add header propagation predicate support to message return value handlers
...
See gh-36179
Signed-off-by: Junhwan Kim <musoyou1085@gmail.com>
1 month ago
Juergen Hoeller
3666ad9d7f
Derive StatelessSession from primary Session in HibernateJpaDialect
...
This is analogous to LocalSessionFactoryBean's SpringSessionContext.
See gh-36025
1 month ago
Juergen Hoeller
652d509cfc
Avoid direct javadoc reference to JPA 4.0 EntityAgent class
...
See gh-36025
1 month ago
Juergen Hoeller
153c378bb2
Polishing
1 month ago
Juergen Hoeller
cdbaa7f3a7
Early support for JPA 4.0 EntityAgent (autowiring a shared proxy)
...
Includes skipping of isOpen check on close where easily possible.
Closes gh-36025
1 month ago
Brian Clozel
d1b0bdb3d5
Revert Servlet TRACE error dispatch workaround
...
Closes gh-36258
1 month ago
Brian Clozel
59a9d0fcb9
Remove outdated GraalVM substitutions
...
Closes gh-36257
1 month ago
rstoyanchev
db9045ae28
Polishing in CharBufferDecoder
1 month ago
rstoyanchev
7c2159fbe9
Polishing contribution
...
Closes gh-36225
1 month ago
Đặng Minh Dũng
f2d3da3f32
Add ProxyFactoryCustomizer
...
Allows manipulating the `ProxyFactory` before the proxy is created
See gh-36225
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
1 month ago
Yurii Platunov
f1c86b1bbc
Fix formatting in Web MVC HTTP Message Conversion documentation
...
Closes gh-36250
Signed-off-by: Yurii Platunov <furachannel16@gmail.com>
1 month ago
Johnny Lim
7fde8a6fa3
Remove obsolete doc for spring.context.annotated-bean-reader.create
...
See gh-35570
Closes gh-36241
Signed-off-by: Johnny Lim <izeye@naver.com>
1 month ago
Ivars Silamiķelis
033c309d39
Fix JSON syntax in STOMP overview documentation
...
Closes gh-36229
Signed-off-by: Ivars Silamiķelis <ivars.silamikelis@gmail.com>
1 month ago
Juergen Hoeller
ac243fae65
Runtime compatibility with JPA 4.0.0-M1 and Hibernate ORM 8.0.0.Alpha1
...
Closes gh-35705
1 month ago
Juergen Hoeller
ad19c1ac82
Introduce beforeRetry callback with RetryState argument
...
Closes gh-36245
1 month ago
Sébastien Deleuze
29d125e659
Add resource hint for BeanRegistrar implementing ImportAware
...
Closes gh-36242
1 month ago
Juergen Hoeller
d31bd8139d
Remove duplicated Jakarta Validation API declaration
1 month ago
Juergen Hoeller
fb10455d3c
Upgrade to Groovy 5.0.4, Tomcat 11.0.18, Jetty 12.1.6, Jackson 3.0.4/2.20.2, Hibernate ORM 7.2.3, Checkstyle 13.1
1 month ago
Juergen Hoeller
40350653e1
Upgrade to ASM 9.9.1 and Objenesis 3.5
...
Includes JavaPoet 0.10.0
Closes gh-36243
1 month ago
Sam Brannen
a08a4d6068
Document @SpringExtensionConfig in the reference manual
...
This commit also updates the Javadoc for the SpringExtension and
@SpringExtensionConfig to point out that the SpringExtension always
uses a test-class scoped ExtensionContext if
@TestInstance(Lifecycle.PER_CLASS) semantics are in effect.
Closes gh-36240
2 months ago
dependabot[bot]
6fd84e4c2f
Upgrade fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs
...
Closes gh-36234
2 months ago
Juergen Hoeller
516bf1c606
Consistently detect resilience annotations on interfaces
...
Closes gh-36233
2 months ago
Sam Brannen
32b55e68fc
Upgrade to Gradle 9.3.1
2 months ago
Sam Brannen
b1f427f137
Fix typo
2 months ago
Sébastien Deleuze
f52481493c
Use `@Nullable Void` in TaskCallback#from
...
See gh-36208
2 months ago
qwding
149397ed10
Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter
...
This PR optimizes the performance of NamedParameterUtils#buildValueArray by deferring the call to findParameter(declaredParams, paramName, i).
Changes: In the original implementation, findParameter was called for every parameter in the loop, regardless of whether the paramValue retrieved from paramSource was already an instance of SqlParameterValue.
Since findParameter involves iterating through the declaredParams list (or performing lookups), skipping this call when paramValue instanceof SqlParameterValue is true reduces unnecessary CPU cycles and memory access, especially for queries with a large number of parameters or long declaredParams lists.
Signed-off-by: qwding <761945125@qq.com>
2 months ago
Brian Clozel
e1d3076570
Fix "remove" implementation in netty headers adapter
...
Prior to this commit, the `Netty4HeadersAdapter` `MultiValueMapi#remove`
implementation would return an empty list if no value was present. This
is not consistent with other implementations.
This change ensures that `null` is returned for those cases.
Fixes gh-36226
2 months ago
Juergen Hoeller
16f4b23c32
Consistently close streams through try-with-resources
...
Closes gh-36223
2 months ago
Sam Brannen
54c3d01270
Revise documentation on JSR-330 support in the reference manual
...
Closes gh-36222
2 months ago
Sam Brannen
799a520c35
Consistently refer to "an SQL" statement, type, etc.
...
Aside from the three classes I modified, we already do this
consistently across the code base and in the reference manual.
2 months ago
Patrick Strawderman
bf5386712c
Use Java Files utilities in FileCopyUtils
...
Use helpers from java.nio.file.Files for some methods in FileCopyUtils.
Additionally, add unit tests for the various file-related methods.
Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>
2 months ago
Juergen Hoeller
5d33de943b
Polishing
2 months ago
Juergen Hoeller
7da65fe4fc
Support -1 for undetermined length in SqlBinaryValue/SqlCharacterValue
...
Closes gh-36219
2 months ago
Sam Brannen
0d612b3b1d
Make TaskCallback a @FunctionalInterface
2 months ago
Sam Brannen
4dacc64a30
Fix formatting and spelling
2 months ago
Sam Brannen
ba47dd0714
Fix links to JUnit User Guide
...
Closes gh-36217
2 months ago
rstoyanchev
79386b0e83
Fix unfinished edit from previous commit
...
See gh-36198
2 months ago
rstoyanchev
d1bfe03358
Update docs on trailing slash handling
...
Closes gh-36198
2 months ago
rstoyanchev
4bc9f68451
Update docs content types for ProblemDetail
...
Closes gh-36192
2 months ago
Sam Brannen
ce0e37536b
Fix Javadoc formatting
...
See gh-36207
2 months ago
Juergen Hoeller
b0ac8df13e
Consistent delegation to target ValidatorFactory
2 months ago
Juergen Hoeller
80a57c2468
Consistent references to Hibernate ORM 7.x
2 months ago
Juergen Hoeller
02e05b40b0
Polishing
2 months ago
Juergen Hoeller
c8c99d0464
Support JtaTransactionManager/SpringBeanContainer on HibernateJpaVendorAdapter
...
Makes ConfigurableJtaPlatform public and removes outdated WebSphere UOW check.
Closes gh-36216
2 months ago
Juergen Hoeller
867dd0e972
Upgrade to Hibernate ORM 7.2.2
2 months ago
Sébastien Deleuze
2c96f18439
Upgrade nullability plugin to 0.0.11
...
Closes gh-36188
2 months ago
Patrick Strawderman
96fb5d72eb
Use Reader.transferTo in FileCopyUtils
...
Use the transferTo method in FileCopyUtils#copy(Reader, Writer).
Closes gh-36196
Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>
2 months ago
Sébastien Deleuze
bc01eeb433
Leverage JUnit 6 suspending function support
...
Closes gh-36215
2 months ago
rstoyanchev
77c24b28b6
Polishing in ReactorClientHttpConnector
2 months ago