Phillip Webb
be1639fe68
Merge branch '3.1.x'
...
Closes gh-38879
2 years ago
Phillip Webb
513448e061
Merge pull request #38823 from meiyese
...
* pr/38823:
Fix typo in endpoint documentation
Closes gh-38823
2 years ago
meiyese
4370c6e850
Fix typo in endpoint documentation
...
See gh-38823
2 years ago
Phillip Webb
246a0e6f21
Merge branch '3.1.x'
...
Closes gh-38878
2 years ago
Phillip Webb
94df3c94e1
Merge pull request #38740 from quaff
...
* pr/38740:
Ban call of URLEncoder.encode/URLDecoder.decode(String,String)
Closes gh-38740
2 years ago
Yanming Zhou
8cb8999772
Ban call of URLEncoder.encode/URLDecoder.decode(String,String)
...
Add ArchUnit rules to ban the use of `URLEncoder` calls with String
charsets and use `Charset` calls instead.
See gh-38740
2 years ago
Phillip Webb
5354ad15b3
Merge branch '3.1.x'
...
Closes gh-38877
2 years ago
Phillip Webb
ae79a7c00f
Merge pull request #38739 from quaff
...
* pr/38739:
Remove unnecessary `toString()` calls
Remove unnecessary `extends Object` from generic
Remove unnecessary `final` modifiers
Remove unnecessary `static` modifiers
Use `.isEmpty()` where feasible
Closes gh-38739
2 years ago
Yanming Zhou
8599e5a986
Remove unnecessary `toString()` calls
...
See gh-38739
2 years ago
Yanming Zhou
b6e87cee35
Remove unnecessary `extends Object` from generic
...
See gh-38739
2 years ago
Yanming Zhou
84f7c2dba9
Remove unnecessary `final` modifiers
...
See gh-38739
2 years ago
Yanming Zhou
d3a51e56b7
Remove unnecessary `static` modifiers
...
See gh-38739
2 years ago
Yanming Zhou
ac18e3015c
Use `.isEmpty()` where feasible
...
See gh-38739
2 years ago
Phillip Webb
e1b1a621d1
Merge pull request #38847 from ilies-bel
...
* pr/38847:
Hide application name placeholder when include property is false
Closes gh-38847
2 years ago
Iliès BELDJILALI
e39d1d14ea
Hide application name placeholder when include property is false
...
Update log4j configuration so that an empty value is used when
`LOGGED_APPLICATION_NAME` is missing. Prior to this commit when
`logging.include-application-name` was `false` the logged output
would include the raw `${sys:LOGGED_APPLICATION_NAME}` value.
See gh-38847
2 years ago
Phillip Webb
1b498dea43
Drop Netty restriction
2 years ago
Phillip Webb
67b43baa16
Upgrade to Spring WS 4.0.9
...
Closes gh-38876
2 years ago
Phillip Webb
b6d855fa0b
Upgrade to Spring Pulsar 1.0.1
...
Closes gh-38875
2 years ago
Phillip Webb
32d6949733
Upgrade to Spring Kafka 3.1.1
...
Closes gh-38874
2 years ago
Phillip Webb
21116297f6
Upgrade to Pulsar Reactive 0.5.1
...
Closes gh-38873
2 years ago
Phillip Webb
a04a16a783
Upgrade to Netty 4.1.104.Final
...
Closes gh-38872
2 years ago
Phillip Webb
31bc458a13
Upgrade to Jetty 12.0.5
...
Closes gh-38871
2 years ago
Phillip Webb
cf5dc186f8
Upgrade to Hibernate 6.4.1.Final
...
Closes gh-38870
2 years ago
Brian Clozel
bf21fa8e76
Upgrade to Spring Integration 6.2.1
...
Closes gh-38698
2 years ago
Brian Clozel
76c7fe3f8a
Upgrade to Spring Session 3.2.1
...
Closes gh-38866
2 years ago
Brian Clozel
97f08da638
Upgrade to Spring Authorization Server 1.2.1
...
Closes gh-38696
2 years ago
Brian Clozel
6eee6e913c
Merge branch '3.1.x'
2 years ago
Brian Clozel
d3af5cce73
Upgrade to Spring Session 3.1.4
...
Closes gh-38683
2 years ago
Brian Clozel
cb019e2957
Upgrade to Spring Authorization Server 1.1.4
...
Closes gh-38678
2 years ago
Brian Clozel
7a6d32c4cb
Merge branch '3.1.x'
2 years ago
Brian Clozel
450a0ce8c7
Upgrade to Spring Security 6.1.6
...
Closes gh-38682
2 years ago
Brian Clozel
0fa8a27e4a
Upgrade to Spring LDAP 3.1.3
...
Closes gh-38681
2 years ago
Brian Clozel
29016ef3d2
Fix authorization server smoke test
...
Change from spring-projects/spring-authorization-server#1468
See gh-38678
2 years ago
Brian Clozel
bdb2cb131a
Upgrade to Spring Security 6.2.1
...
Closes gh-38700
2 years ago
Brian Clozel
67458b8662
Upgrade to Spring LDAP 3.2.1
...
Closes gh-38699
2 years ago
Brian Clozel
1c210f5c1a
Upgrade to Spring AMQP 3.1.1
...
Closes gh-38860
2 years ago
Brian Clozel
c4150dff09
Fix authorization server smoke test
...
Change from spring-projects/spring-authorization-server#1468
See gh-38696
2 years ago
Phillip Webb
561c7f749b
Don't start containers imported via @ImportTestcontainers
...
Remove early start of containers imported via `@ImportTestcontainers`
so that parallel startup can happen.
Fixes gh-38831
2 years ago
Phillip Webb
88429b6a66
Use file urls for unpacked jars
...
Update `JarFileArchive` so that unpacked jars use `file:` URLs rather
than `jar:file:`. This aligns with the behavior of Spring Boot 3.1 and
allows calls to `class.getSigners()` to work again.
Fixes gh-38833
2 years ago
Phillip Webb
3d42dc7c6d
Merge pull request #38839 from onobc
...
* pr/38839:
Polish 'Use authParamString to configure Pulsar authentication'
Use authParamString to configure Pulsar authentication
Closes gh-38839
2 years ago
Phillip Webb
2158f4cc43
Polish 'Use authParamString to configure Pulsar authentication'
...
See gh-38839
2 years ago
Chris Bono
4c0a19e8c0
Use authParamString to configure Pulsar authentication
...
Update `PulsarPropertiesMapper` to use JSON encoded parameters rather
than a `Map` since the `Map` method is deprecated in Pulsar. This
commit simply takes the auth params map and converts them to the
expected encoded JSON string of auth parameters.
See gh-38839
2 years ago
Phillip Webb
6ae113c18a
Fix parallel startup of testcontainers
...
Update `TestcontainersLifecycleBeanPostProcessor` so that containers
can actually be started in parallel.
Prior to this commit, `initializeStartables` would collect beans
and in the process trigger the `postProcessAfterInitialization` method
on each bean. This would see that `startablesInitialized` was `true`
and call `startableBean.start` directly. The result of this was that
beans were actually started sequentially and when the `start` method
was finally called it had nothing to do.
The updated code uses an enum rather than a boolean so that the
`postProcessAfterInitialization` method no longer attempts to start
beans unless `initializeStartables` has finished.
Fixes gh-38831
2 years ago
Phillip Webb
92a4a1194d
Polish
2 years ago
Phillip Webb
b08d441021
Merge branch '3.1.x'
...
Closes gh-38837
2 years ago
Phillip Webb
13fb450563
Don't call runners in parent ApplicationContext
...
Update `SpringApplication` so that `ApplicationRunner` and
`CommandLineRunner` beans are not considered from the parent
`ApplicationContext`.
The restores the behavior that applied before commit 7d6532cac475d9
whilst still retaining the correct run order.
Fixes gh-38647
2 years ago
Brian Clozel
f2a74c9107
Upgrade to Spring Retry 2.0.5
...
Closes gh-38836
2 years ago
Brian Clozel
42830dc621
Upgrade to Spring Data Bom 2023.1.1
...
Closes gh-38697
2 years ago
Brian Clozel
39cbe57bbf
Merge branch '3.1.x'
2 years ago
Brian Clozel
e63be1bf73
Upgrade to Spring Retry 2.0.5
...
Closes gh-38834
2 years ago