Stephane Nicoll
0f4205adbf
Polish assertions
2022-06-21 08:03:26 +02:00
Sébastien Deleuze
93b340e563
Add reflection hints for HttpEntity
...
For those used in Web controllers.
Closes gh-28622
2022-06-20 18:15:43 +02:00
Sam Brannen
789329fa3b
Revise signature of SpringFactoriesLoader.forResourceLocation(...)
...
When an overloaded method accepts additional "optional" arguments, we
typically declare the optional arguments after the required arguments.
For example, see the constructors for ClassPathResource.
This commit therefore revises the signature of the overloaded
forResourceLocation() method so that the optional ClassLoader argument
follows the required `String resourceLocation` argument.
2022-06-20 17:39:01 +02:00
Sam Brannen
b611157108
Polish SpringFactoriesLoader
2022-06-20 17:12:21 +02:00
Sam Brannen
1bbc5648f9
Polishing
2022-06-20 17:03:57 +02:00
Sam Brannen
04dde03451
Merge branch '5.3.x'
2022-06-20 16:03:09 +02:00
Stephane Nicoll
ce393171fa
Merge pull request #28664 from mhalbritter
...
* pr/28664:
Polish "Fix enclosing class in TypeReference for inner type arrays"
Fix enclosing class in TypeReference for inner type arrays
Closes gh-28664
2022-06-20 15:58:55 +02:00
Stephane Nicoll
08f4b7a0f1
Polish "Fix enclosing class in TypeReference for inner type arrays"
...
See gh-28664
2022-06-20 15:57:33 +02:00
Moritz Halbritter
c34de54d8a
Fix enclosing class in TypeReference for inner type arrays
...
See gh-28664
2022-06-20 15:53:09 +02:00
Sam Brannen
e19e9757d4
Polishing
2022-06-20 15:19:02 +02:00
Stephane Nicoll
4cb9e65353
Polish
2022-06-20 14:56:28 +02:00
Brian Clozel
56541069ee
Merge branch '5.3.x'
2022-06-20 11:41:12 +02:00
Jerome Prinet
2473e956ff
Update Gradle Enterprise plugin
...
Closes gh-28661
2022-06-20 11:40:43 +02:00
Stephane Nicoll
63fae8c5a7
Clarify the scope of target in ClassNameGenerator
...
Closes gh-28517
2022-06-20 11:11:26 +02:00
Stephane Nicoll
90759fb38f
Relocate duplicated mock implementations to test fixtures
...
Closes gh-28659
2022-06-20 08:55:52 +02:00
Stephane Nicoll
e49cfb8523
Merge pull request #28658 from izeye
...
* pr/28658:
Guard logging in RuntimeHintsBeanFactoryInitializationAotProcessor
Closes gh-28658
2022-06-20 07:59:25 +02:00
Johnny Lim
5ae3902d71
Guard logging in RuntimeHintsBeanFactoryInitializationAotProcessor
...
See gh-28658
2022-06-20 07:58:47 +02:00
Stephane Nicoll
365481379d
Fix hint generation for Autowired fields
...
Close gh-28655
2022-06-19 11:18:54 +02:00
Sébastien Deleuze
36012ffea9
Merge branch '5.3.x'
2022-06-17 12:58:27 +02:00
Sébastien Deleuze
854307d8d8
Document that Kotlin inline classes are not supported
...
Closes gh-28642
2022-06-17 12:34:58 +02:00
Sébastien Deleuze
3401359bdf
Refine @Required Kotlin documentation
...
Refine @Required Kotlin documentation to use
annotation use site targets.
Closes gh-28630
2022-06-17 12:25:52 +02:00
Sébastien Deleuze
f1c00dd8a6
Fix a typo in ResponseEntity documentation
...
Closes gh-28647
2022-06-17 12:15:22 +02:00
Sam Brannen
a1f14e8eeb
Merge branch '5.3.x'
2022-06-16 16:14:05 +02:00
Sam Brannen
bdf91ac435
Set default encoding for Eclipse projects to UTF-8
...
This change aligns with Java 18 support in recent versions of Eclipse.
2022-06-16 16:13:35 +02:00
Lars Grefer
181023c0c3
Update to Bouncycastle 1.71
...
Closes gh-28636
2022-06-16 16:03:11 +02:00
Lars Grefer
f41b99218e
Update to Bouncycastle 1.71
2022-06-16 03:21:41 +02:00
Sébastien Deleuze
16d6dc3611
Add Kotlinx Serialization support to BindingReflectionHintsRegistrar
...
Closes gh-28635
2022-06-15 17:52:17 +02:00
Sam Brannen
b5c0c6d53d
Merge branch '5.3.x'
...
# Conflicts:
# spring-test/src/main/java/org/springframework/test/web/servlet/request/MockMvcRequestBuilders.java
2022-06-15 15:12:34 +02:00
Sam Brannen
fb1fa073a6
Polishing
2022-06-15 15:07:58 +02:00
Sam Brannen
e9806a96dc
Polish contribution and introduce test
...
See gh-28631
2022-06-15 15:07:58 +02:00
Johnny Lim
9b93508374
Add MockMvcRequestBuilders.multipart(HttpMethod, String, Object...)
...
See gh-28545
Closes gh-28631
2022-06-15 14:09:59 +02:00
Sam Brannen
67b1420b32
Merge branch '5.3.x'
2022-06-15 11:28:04 +02:00
Sam Brannen
8b4750e705
Fix Kotlin example for @ComponentScan basePackages attribute
...
Closes gh-28628
2022-06-15 11:27:39 +02:00
Stephane Nicoll
389ad03518
Merge branch '5.3.x'
2022-06-15 11:02:20 +02:00
Spring Builds
2e033339d1
Next development version (v5.3.22-SNAPSHOT)
2022-06-15 08:17:52 +00:00
Arjen Poutsma
070af5ceb4
Set Kotlin language version to 1.7
...
Closes gh-28625
2022-06-15 10:01:03 +02:00
Stephane Nicoll
ba0473e885
Merge branch '5.3.x'
2022-06-14 19:29:55 +02:00
Stephane Nicoll
c75da7ba10
Upgrade to Reactor 2020.0.20
...
Closes gh-28612
2022-06-14 19:27:03 +02:00
Stephane Nicoll
ff9535ef15
Add file pattern resource hints registrar
...
This commit adds a utility method to register resources on the classpath
based on a location, name, and extension.
Closes gh-28626
2022-06-14 18:16:18 +02:00
Arjen Poutsma
4658b3fdb9
Upgrade to Kotlin 1.7.0
...
Closes gh-28619
2022-06-14 17:17:30 +02:00
Sam Brannen
360767bb50
Merge branch '5.3.x'
...
# Conflicts:
# spring-beans/src/test/java/org/springframework/beans/factory/DefaultListableBeanFactoryTests.java
2022-06-14 17:11:27 +02:00
Sam Brannen
eeac150030
Polish contribution
...
See gh-28616
2022-06-14 16:42:51 +02:00
Fabian Gonzalez
0ce9516aef
Avoid eager instantiation of non-singleton FactoryBean in getBeanNamesForType
...
Closes gh-28616
2022-06-14 16:42:31 +02:00
Sam Brannen
e47cc44947
Polish DefaultListableBeanFactoryTests
2022-06-14 16:38:11 +02:00
Brian Clozel
7f7f458a59
Polish ResourceHintsPredicates
...
As of #28620 , `ResourcePatternHint` exposes its `toRegex` method.
The predicates should use it directly and mirror the exact matching
behavior.
See gh-28555
2022-06-14 15:38:41 +02:00
Juergen Hoeller
aa48dec697
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
# spring-jms/src/main/java/org/springframework/jms/connection/CachingConnectionFactory.java
2022-06-14 15:14:10 +02:00
Juergen Hoeller
57db73dcb8
Upgrade to Tomcat 9.0.64, Jackson 2.12.7, Apache Johnzon 1.2.18, OpenPDF 1.3.28, H2 2.1.212, Mockito 4.6.1, HtmlUnit 2.62, Checkstyle 10.3
2022-06-14 15:10:17 +02:00
Juergen Hoeller
d7be1e0dab
Polishing
2022-06-14 15:09:39 +02:00
Juergen Hoeller
30c873b4b5
Move NestedServletExceptionTests to spring-web module
...
See gh-25162
2022-06-14 15:09:21 +02:00
Juergen Hoeller
e72b0a04cd
Document limitations for MessageProducer/Consumer caching with WebLogic JMS
...
Closes gh-28500
2022-06-14 15:09:10 +02:00