Stephane Nicoll
9025d1d250
Fix deprecation warning
...
See gh-28851
3 years ago
Phillip Webb
504c4a33db
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30763
3 years ago
Phillip Webb
c5d650a807
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30762
3 years ago
Phillip Webb
77edb27a07
Fix package tangle caused by ApplicationContextFactory
...
Fix package tangle by changing `ApplicationContextFactory.DEFAULT` to
use `spring.factories` to discover implementations rather than needing
direct access to our own `ApplicationContext` classes.
Closes gh-30272
3 years ago
Phillip Webb
dd5696b59b
Update copyright year of changed files
3 years ago
Phillip Webb
36f1249fc6
Polish
3 years ago
Madhura Bhave
71acc90da8
Simplify SecurityAutoConfiguration
...
Closes gh-28851
3 years ago
Stephane Nicoll
51ccb29739
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
a1099e61e6
Upgrade to Spring Session 2021.2.0-RC1
...
Closes gh-30611
3 years ago
Stephane Nicoll
a0bdd93016
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
3731655b34
Upgrade to Spring Session 2021.1.3
...
Closes gh-30603
3 years ago
Stephane Nicoll
5c4b63be11
Upgrade to Spring Session 2021.0.6
...
Closes gh-30595
3 years ago
Stephane Nicoll
0fb63326da
Merge pull request #30759 from scordio
...
* pr/30759:
Upgrade to Mockito 4.5.0
Closes gh-30759
3 years ago
Stefano Cordio
5729d57c50
Upgrade to Mockito 4.5.0
...
This commit also switches to use the Mockito bom.
See gh-30759
3 years ago
Brian Clozel
ee274abe48
Upgrade to Spring for GraphQL 1.0.0-RC1
...
Closes gh-30463
3 years ago
Stephane Nicoll
a3e3c985d2
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
e455fc1b88
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
c5953623fa
Upgrade to Postgresql 42.3.4
...
Closes gh-30758
3 years ago
Stephane Nicoll
d69ca284b9
Upgrade to Lombok 1.18.24
...
Closes gh-30757
3 years ago
Stephane Nicoll
9673a8b375
Upgrade to Kotlin 1.6.21
...
Closes gh-30756
3 years ago
Stephane Nicoll
bda0fbf22f
Upgrade to Janino 3.1.7
...
Closes gh-30755
3 years ago
Stephane Nicoll
1bd1b2a3a4
Upgrade to Lombok 1.18.24
...
Closes gh-30753
3 years ago
Stephane Nicoll
792ebdbbf8
Upgrade to Janino 3.1.7
...
Closes gh-30752
3 years ago
Moritz Halbritter
6c400daa48
Rename 'identityprovider' property to 'asserting-party'
...
Rename spring.security.saml2.relyingparty.registration.*.identity-provider.*
to spring.security.saml2.relyingparty.registration.*.asserting-party.*
The old property names are still supported, but will lead to a warning
in the logs.
Closes gh-30642
3 years ago
Stephane Nicoll
38c2a5c14b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30750
3 years ago
Stephane Nicoll
d049ae8703
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30749
3 years ago
Stephane Nicoll
e1ad657888
Merge pull request #30748 from rfigueroa
...
* pr/30748:
Use eclipse-temurin in docker samples
Closes gh-30748
3 years ago
rfigueroa
ae267bfab2
Use eclipse-temurin in docker samples
...
As AdoptOpenJDK moved to the Eclipse Foundation, this commit updates the
docs to reflect that in docker file samples.
See gh-30748
3 years ago
Stephane Nicoll
76cacafb23
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
b3c1a8b2da
Upgrade to Spring Integration 5.5.11
...
Closes gh-30704
3 years ago
Stephane Nicoll
ee8c44385a
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
245c6c97ec
Upgrade to Spring Integration 5.5.11
...
Closes gh-30702
3 years ago
Stephane Nicoll
1e32f3b718
Upgrade to Spring Integration 5.5.11
...
Closes gh-30700
3 years ago
Stephane Nicoll
2d663f2e94
Upgrade to Spring Data 2021.2.0-RC1
...
Closes gh-30610
3 years ago
Stephane Nicoll
47bea5c8e2
Upgrade to MongoDB 4.6.0
...
Closes gh-30746
3 years ago
Brian Clozel
6bf6bde6bb
Add new auto-configurations to imports
...
See gh-30453
3 years ago
Brian Clozel
d137f92f66
Adapt to latest Spring for GraphQL changes
...
This commit adapts to changes done in spring-projects/spring-graphql#312
3 years ago
Stephane Nicoll
ec31cb2303
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
fd784eae09
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
ba38441a0a
Upgrade to Spring Data 2021.1.4
...
Closes gh-30602
3 years ago
Stephane Nicoll
9f7a9546bd
Upgrade to Spring Data 2021.0.11
...
Closes gh-30594
3 years ago
Stephane Nicoll
29f83fa572
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
558a80cfa3
Upgrade to Jackson 2.13.2.1
...
Closes gh-30741
3 years ago
Stephane Nicoll
6c706328d8
Upgrade to Spring HATEOAS 1.5.0-RC1
...
Closes gh-30745
3 years ago
Stephane Nicoll
00b175bb7f
Upgrade to Jackson 2.13.2.1
...
Closes gh-30743
3 years ago
Stephane Nicoll
d3a70c3793
Upgrade to Spring HATEOAS 1.4.2
...
Closes gh-30744
3 years ago
Brian Clozel
2dc2e5ab11
Auto-configure RSocketGraphQlClient
...
This commit contributes a `RSocketGraphQlClient.Builder` component to
the context, pre-configured with the `RSocketStrategies`, a customized
`RSocketConnector` and the expected data MIME type.
See gh-30453
3 years ago
Stephane Nicoll
9c3cce58ea
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30740
3 years ago
Stephane Nicoll
58eabc8ae7
Merge pull request #30674 from chanhyeong
...
* pr/30674:
Polish "Fix incorrect link in kafka.adoc"
Fix incorrect link in kafka.adoc
Closes gh-30674
3 years ago
Stephane Nicoll
57b3cb5135
Polish "Fix incorrect link in kafka.adoc"
...
See gh-30674
3 years ago