Andy Wilkinson
d5a92ccb8b
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
a7a71da9ef
Polish "Bring back Elasticsearch RestClient auto-configuration"
...
See gh-28496
3 years ago
Filip Hrisafov
eb3bf40bdb
Bring back Elasticsearch RestClient auto-configuration
...
Prior to this commit, Spring Boot would only auto-configure the
`RestHighLevelClient` and `RestClientBuilder` if the
`RestHighLevelClient` was present. This was done in 1d73d4ed
.
This commit brings back the exposing of the `RestClient` bean in when
exposing the `RestHighLevelClient` or when the `RestHighLevelClient`
is not present. It allows for using the auto-configuration and its
customizers of the `RestClientBuilder` in a similar way as it is done
for the `RestTemplateBuilder` and the `WebClient.Builder`.
The presence of the `elasticsearch-rest-high-level-client` module is
now optional. This opens the door for potentially adding support for
the new Elasticsearch Java Client[1] that is based on the same
`RestClient`.
The health contributor and its configuration has also been updated to
only depend on the low-level RestClient.
See gh-28496
[1] https://github.com/elastic/elasticsearch-java
3 years ago
Brian Clozel
e0ae1d3501
Use auto-configured JSON codecs for GraphQlTester
...
Prior to this commit, the auto-configured
`ExecutionGraphQlServiceTester` would use a default Jackson
`ObjectMapper` provided by the builder for its JSON
serialization/deserialization needs. Other testers, like the
`HttpGraphQlTester` are based on auto-configured components which
already use the auto-configured `ObjectMapper`.
This commit uses the newly introduced `encoder(Encoder<?>)` and
`decoder(Decoder<?>)` builder methods to configure custom JSON codecs
honoring the application configuration.
Closes gh-30646
3 years ago
rstoyanchev
b91bfc7067
Update WebMVC GraphQL autoconfig to the latest
...
As a result of changes for
https://github.com/spring-projects/spring-graphql/issues/342 ,
GraphQlWebSocketHandler now exposes a method to create the
WebSocketHttpRequestHandler, pre-configured with a context propagating
HandshakeInterceptor. This commit updates the autoconfig to use it.
Closes gh-30641
3 years ago
Brian Clozel
e57bbdfcf5
Polish
...
See gh-29666
3 years ago
Brian Clozel
3485070aee
Switch to Spring Kafka SNAPSHOTs
...
See gh-30645
3 years ago
Brian Clozel
be88b62302
Switch to Spring Session SNAPSHOTs
...
See gh-30639
3 years ago
Brian Clozel
f2e295802d
Switch to Spring Security SNAPSHOTs
...
See gh-30633
3 years ago
Brian Clozel
305a0c5c96
Switch to Spring HATEOAS SNAPSHOTs
...
See gh-30632
3 years ago
Brian Clozel
2651068c17
Switch to Spring Data SNAPSHOTs
...
See gh-30634
3 years ago
Brian Clozel
77b7f2f1ce
Switch to Spring Framework SNAPSHOTs
...
See gh-30624
3 years ago
Stephane Nicoll
368ba019de
Upgrade to Reactor 2020.0.18
...
Closes gh-30596
3 years ago
Stephane Nicoll
a1fe2b8857
Upgrade to Reactor 2020.0.18
...
Closes gh-30587
3 years ago
Andy Wilkinson
44211564a4
Adapt to latest changes in Micrometer 2.0 snapshots
...
See gh-29666
3 years ago
Andy Wilkinson
6580f6c742
Align with latest changes in Micrometer 1.9 snapshots
...
See gh-30605
3 years ago
Andy Wilkinson
b871a1e457
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
48f8021d88
Migrate @Local*Port annotations to spring-boot-test
...
Closes gh-29589
3 years ago
Andy Wilkinson
8d18e5fc0e
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
b8b903527a
Update tag keys to comply with Micrometer recommendations
...
Closes gh-30536
3 years ago
Stephane Nicoll
6f62e1c743
Start building against Spring Session 2021.2.0-RC1 snapshots
...
See gh-30611
3 years ago
Stephane Nicoll
2ed65b3035
Start building against Spring Security 2.7.0-RC1 snapshots
...
See gh-30609
3 years ago
Stephane Nicoll
8658765eb4
Start building against Spring Kafka 2.8.5 snapshots
...
See gh-30608
3 years ago
Stephane Nicoll
726c4e9ced
Start building against Spring Retry 1.3.3 snapshots
...
See gh-30607
3 years ago
Stephane Nicoll
65efc75c6f
Start building against Spring LDAP 2.4.0-RC1 snapshots
...
See gh-30606
3 years ago
Stephane Nicoll
454f409a14
Start building against Micrometer 1.9.0-RC1 snapshots
...
See gh-30605
3 years ago
Stephane Nicoll
719fb625ef
Start building against Reactor 2020.0.18 snapshots
...
See gh-30604
3 years ago
Stephane Nicoll
2ded2bf71a
Adapt to latest change in Spring Framework snapshots
3 years ago
Stephane Nicoll
2a36d3dd14
Start building against Spring Session 2021.1.3 snapshots
...
See gh-30603
3 years ago
Stephane Nicoll
c080a29feb
Start building against Spring Security 5.6.3 snapshots
...
See gh-30601
3 years ago
Stephane Nicoll
e42eeca549
Start building against Spring Kafka 2.8.5 snapshots
...
See gh-30600
3 years ago
Stephane Nicoll
65e2c20ca8
Start building against Spring Data 2021.1.4 snapshots
...
See gh-30602
3 years ago
Stephane Nicoll
33994a9f54
Start building against Spring Retry 1.3.3 snapshots
...
See gh-30599
3 years ago
Stephane Nicoll
9eb6f714b5
Start building against Spring LDAP 2.3.7 snapshots
...
See gh-30598
3 years ago
Stephane Nicoll
ccdd49040f
Start building against Micrometer 1.8.5 snapshots
...
See gh-30597
3 years ago
Stephane Nicoll
e735bb2fcd
Start building against Spring Framework 5.3.19 snapshots
...
See gh-30517
3 years ago
Stephane Nicoll
13cd3d2ce0
Start building against Reactor 2020.0.18 snapshots
...
See gh-30596
3 years ago
Andy Wilkinson
6d865c2646
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
7534e50d0b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30621
3 years ago
Andy Wilkinson
7e44745816
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30620
3 years ago
Andy Wilkinson
b88f062f04
Polish "Remove assumptions about ordering when comparing JSON in tests"
...
See gh-30514
3 years ago
Vivek Gupta
5b3bc1a936
Remove assumptions about ordering when comparing JSON in tests
...
See gh-30514
3 years ago
Andy Wilkinson
136189c86f
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
f209d77cb2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30617
3 years ago
Andy Wilkinson
d6731805b6
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30616
3 years ago
Andy Wilkinson
70fa7e5e93
Make properties field final
...
Closes gh-30615
3 years ago
Stephane Nicoll
6aa8436c6d
Start building against Spring Session 2021.0.6 snapshots
...
See gh-30595
3 years ago
Stephane Nicoll
455c37645d
Start building against Spring Security 5.5.6 snapshots
...
See gh-30593
3 years ago
Stephane Nicoll
bb8be2425a
Start building against Spring Kafka 2.7.13 snapshots
...
See gh-30592
3 years ago
Stephane Nicoll
aab8fc80ec
Start building against Spring Data 2021.0.11 snapshots
...
See gh-30594
3 years ago
Stephane Nicoll
0080e45172
Start building against Spring Retry 1.3.3 snapshots
...
See gh-30590
3 years ago
Stephane Nicoll
5b05304c2c
Start building against Spring LDAP 2.3.7 snapshots
...
See gh-30589
3 years ago
Stephane Nicoll
ea6e87adef
Start building against Micrometer 1.7.11 snapshots
...
See gh-30588
3 years ago
Stephane Nicoll
e70451635c
Start building against Spring Framework 5.3.19 snapshots
...
See gh-30516
3 years ago
Stephane Nicoll
9dda20cfab
Start building against Reactor 2020.0.18 snapshots
...
See gh-30587
3 years ago
Scott Frederick
0dd9493dc1
Merge branch '2.7.x'
3 years ago
Scott Frederick
90aee8ef2f
Polish FailureAnalyzers deprecation message
...
Fixes gh-30578
3 years ago
Scott Frederick
d67dcf16cd
Migrate FailureAnalyzers to constructor injection
...
All `FailureAnalyzer` implementations should use constructor
injection for `BeanFactory` and `Environment` instead of implementing
`BeanFactoryAware` or `EnvironmentAware` interfaces.
Fixes gh-30585
3 years ago
Andy Wilkinson
2dcc1ea257
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
612e4114d2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30584
3 years ago
Andy Wilkinson
f027faafa2
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30583
3 years ago
izeye
618d113fad
Move Jetty 9 specific exclusions to correct dependency
...
See gh-30522
3 years ago
Andy Wilkinson
41213a8c4e
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
5a26e936de
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30582
3 years ago
Andy Wilkinson
a2c08f9f99
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30581
3 years ago
Andy Wilkinson
35154a96f3
Polish "Fix NPE in configprops endpoint"
...
See gh-30068
3 years ago
qxo
a1fe05f40b
Fix NPE in configprops endpoint
...
This works around spring-projects/spring-framework#28298 . The bug
means that when a @Configuration class is annotated with
@ConfigurationProperties any bean defined by a static @Bean method
is considered to be annotated with @ConfigurationProperties.
See gh-30068
3 years ago
Andy Wilkinson
fac2430dff
Merge branch 'gh-30358'
3 years ago
Andy Wilkinson
dbc59052ba
Polish "Add failure analyzer for missing web factory bean"
...
See gh-30358
3 years ago
Guirong Hu
dfafccaba5
Add failure analyzer for missing web factory bean
...
See gh-30358
3 years ago
Andy Wilkinson
95c8d7f79d
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
febea4711e
Make Reactive and ServletWebServerFactory extend marker interface
...
Closes gh-30579
3 years ago
Andy Wilkinson
e6b485b317
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
8727361221
Polish "Order ExitCodeGenerators and return first non-zero exit code"
...
See gh-30457
3 years ago
dugenkui
6718b10fa9
Order ExitCodeGenerators and return first non-zero exit code
...
See gh-30457
3 years ago
Stephane Nicoll
3e67ffd233
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
245e602ae0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30573
3 years ago
luozhenyu
09daad0a16
Add metadata for management.endpoint.health.probes.add-additional-paths
...
See gh-30562
3 years ago
Moritz Halbritter
4307edbb1b
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
98bbbc910b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30554
3 years ago
Moritz Halbritter
c54b825a82
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30553
3 years ago
dugenkui03
035a16278e
Make ApplicationAvailabilityBean threadsafe
...
See gh-30489
3 years ago
Moritz Halbritter
8f275353ef
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
1b5927b325
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30552
3 years ago
Moritz Halbritter
99a1b98e03
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30551
3 years ago
Moritz Halbritter
41ab46d0c7
Fix wrong replacement hint for 'spring.data.neo4j.username'
...
Closes gh-30550
3 years ago
Andy Wilkinson
d6f111ce59
Merge branch '2.7.x'
...
Closes gh-30547
3 years ago
Andy Wilkinson
71e52a475b
Upgrade to Embedded Mongo 3.4.5
...
Closes gh-30546
3 years ago
Andy Wilkinson
a70249e368
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
ffc0fafe1a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30545
3 years ago
Andy Wilkinson
05d4093381
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30544
3 years ago
Andy Wilkinson
83cfc951f8
Polish "Refer to list of internal proxies in reference documentation"
...
See gh-30461
3 years ago
Damiano Albani
91306b58d5
Refer to list of internal proxies in reference documentation
...
See gh-30461
3 years ago
Moritz Halbritter
43c647e898
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
f8c54655f6
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30542
3 years ago
Moritz Halbritter
53b2c85df0
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30541
3 years ago
Chris Hut
65d8c76ac3
Add Tomcat locale mapping for Japanese to preserve UTF-8 charset
...
See gh-30535
3 years ago
Moritz Halbritter
5ab9112bbc
Add auto-configuration for Micrometer 2.0.0 Observation API
...
- Adds a ObservationRegistry bean
- Add support for ObservationRegistryCustomizers
- Enables timer creation for observations if micrometer-core is on
the classpath
- Registers ObservationPredicate, GlobalTagsProvider and
ObservationHandler on the MeterRegistry
- Applies grouping to the ObservationHandlers: MeterObservationHandler
are added to a FirstMatchingCompositeObservationHandler
- If micrometer-tracing is on the classpath, the
TracingObservationHandler are added to a
FirstMatchingCompositeObservationHandler
Closes gh-29666
3 years ago
Moritz Halbritter
4a8901b94c
Start building against Spring Batch 5.0.0-SNAPSHOT
...
See gh-30459
3 years ago
Scott Frederick
e32511516e
Merge branch '2.7.x'
3 years ago
Scott Frederick
ef79a18514
Use provided scope for Maven core dependencies in Maven plugin
...
Fixes gh-29520
3 years ago
Scott Frederick
92936c6ed3
Merge branch '2.7.x'
3 years ago
Scott Frederick
103c2bdd7d
Use Tomcat SSLHostConfig API for SSL configuration
...
Closes gh-30531
3 years ago
Brian Clozel
1c71567c94
Support "application/graphql+json" media type in GraphQL HTTP mapping
...
As seen in spring-projects/spring-graphql#108 , the GraphQL HTTP spec now
requires the "application/graphql+json" media type and accepts
"application/json" for backwards compatibility.
This commit updates the `RouterFunction` definition for the GraphQL HTTP
endpoints so that both types are accepted.
Closes gh-30407
3 years ago
Moritz Halbritter
5b05fd9fb2
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
eedb8573b7
Polish documentation
3 years ago
Moritz Halbritter
6fa696f13d
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
bd1424b004
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30528
3 years ago
Moritz Halbritter
bf3c2d713d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30526
3 years ago
izeye
09d6215b65
Polish documentation
...
See gh-30498
3 years ago
Moritz Halbritter
9791318e55
Merge branch '2.7.x'
3 years ago
Jonatan Ivanov
d0bc31a5e9
Add support for Prometheus Exemplars
...
See gh-30472
3 years ago
Brian Clozel
51c45d5b10
Switch to Spring Framework 5.3.19-SNAPSHOT
...
See gh-30518
3 years ago
Stephane Nicoll
ac93dc3252
Remove reference to spring.datasource.initialization-mode in tests
...
Closes gh-30511
3 years ago
Stephane Nicoll
535a9b7be0
Remove outdated reference to spring.datasource.initialization-mode
...
Closes gh-30435
3 years ago
Stephane Nicoll
2a2c4be809
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30510
3 years ago
Stephane Nicoll
b2a4ae38e8
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30509
3 years ago
izeye
40d0e38e76
Test Spring Boot Gradle Plugin against Gradle 7.4.2
...
See gh-30506
3 years ago
Stephane Nicoll
5f66019706
Remove the ability to run an application in the Maven process
...
Closes gh-30501
3 years ago
Stephane Nicoll
6d7b14a5a2
Revert test assertion until we switch to framework snapshots
3 years ago
Stephane Nicoll
13c9c1adb5
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
2c5398898b
Polish "Deprecate running an application in the Maven JVM"
...
See gh-30479
3 years ago
Stephane Nicoll
c21b4a5280
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
09696c90c7
Deprecate running an application in the Maven JVM
...
This commit deprecates the "fork" property so that the application
always runs in a dedicated process. This aligns with the behaviour of
the Gradle plugin, and simplifies the lifecycle of certain features that
would not work in a non-forked process.
Closes gh-30479
3 years ago
Stephane Nicoll
25d8888aff
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
1da5a7a600
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
546a7e5edb
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
17936b855c
Polish
3 years ago
Stephane Nicoll
9168e63e62
Upgrade to Spring Framework 5.3.18
...
Closes gh-30493
3 years ago
Stephane Nicoll
7ccbdda1e7
Upgrade to Spring Framework 5.3.18
...
Closes gh-30492
3 years ago
Stephane Nicoll
94c40c7234
Upgrade to Spring Framework 5.3.18
...
Closes gh-30491
3 years ago
Andy Wilkinson
2da44a0b4f
Upgrade to Jackson Bom 2.13.2.20220328
...
Closes gh-30478
3 years ago
Andy Wilkinson
06c5e26f81
Upgrade to Jackson Bom 2.12.6.20220326
...
Closes gh-30477
3 years ago
Andy Wilkinson
ad95aded7e
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
b9029fcf9e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30476
3 years ago
Andy Wilkinson
64beaba99f
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30475
3 years ago
Andy Wilkinson
8cb11b74cd
Polish "Make MustacheViewResolver bean back off without Spring MVC"
...
See gh-30456
3 years ago
Craig Andrews
7101b5099f
Make MustacheViewResolver bean back off without Spring MVC
...
See gh-30456
3 years ago
Andy Wilkinson
24e6417ddc
Adapt to latest changes in Spring for GraphQL snapshots
...
See gh-30463
3 years ago
Andy Wilkinson
42ae55895d
Simplify resolution of the application's main class name
...
Closes gh-30467
3 years ago
Brian Clozel
93817c708e
Switch to Spring for GraphQL 1.0.0-SNAPSHOT
...
See gh-30463
3 years ago
Brian Clozel
4466a0b041
Upgrade to GraphQL Java 18.0
...
Closes gh-30464
3 years ago
Andy Wilkinson
fbb060e0fe
Polish
...
See 5d8c1d9bd7
.
3 years ago
Andy Wilkinson
d9c2e7c85a
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
4722d9d17e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30470
3 years ago
Andy Wilkinson
880d33f391
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30469
3 years ago
Andy Wilkinson
05b7befc7a
Fix javadoc of ResolveMainClassName setClasspath(Object)
...
Closes gh-30468
3 years ago
Andy Wilkinson
5d8c1d9bd7
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
2f3ae02385
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30466
3 years ago
Andy Wilkinson
8f985474a6
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30465
3 years ago
Andy Wilkinson
d574563616
Document @ConstructorBinding and @DefaultValue with records
...
Closes gh-30460
3 years ago
Stephane Nicoll
6865f1f3d9
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
5466444826
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30450
3 years ago
Stephane Nicoll
5dc4ff5366
Update copyright year of changed file
...
See gh-30446
3 years ago
Vikey Chen
f9d1c400a7
Remove redundant Javadoc
...
See gh-30446
3 years ago
Moritz Halbritter
be3523b1cd
Move metric properties
...
- Moved from 'management.metrics.export.<product>' to
'management.<product>.metrics.export'
- The default enabled property moved from 'management.metrics.export.defaults.enabled'
to 'management.defaults.metrics.export.enabled'
Closes gh-30381
3 years ago
Moritz Halbritter
3af3b26f8e
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
018281f3d0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30441
3 years ago
Moritz Halbritter
cee51783fd
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30440
3 years ago
Moritz Halbritter
24e748d5cd
Remove unnecessary entries in additional config metadata
...
Add the 'enabled' fields directly to the classes instead.
Closes gh-30439
3 years ago
Andy Wilkinson
eabf6cd1d8
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
685d2d4391
Polish
...
See gh-30152
3 years ago
Guirong Hu
df417bf317
Simplify registration of Jackson mixin types
...
See gh-30152
3 years ago
Moritz Halbritter
e431842668
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
45f393b76b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30437
3 years ago
Moritz Halbritter
c003d5b533
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30436
3 years ago
Moritz Halbritter
0ff8119a1b
Sort entries in additional-spring-configuration metadata alphabetically
...
Closes gh-30434
3 years ago
Andy Wilkinson
2e32f800e1
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
8646ac4215
Move JsonComponent docs to general Jackson section
...
Closes gh-30405
3 years ago
Andy Wilkinson
3de024594f
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
64888b0deb
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30433
3 years ago
Andy Wilkinson
5d09260870
Reinstate support for REST Assured
...
Closes gh-29543
Closes gh-30426
3 years ago
Andy Wilkinson
c7bf816cf7
Start building against Spring REST Docs 3.0.0-M3 snapshots
...
See gh-30424
3 years ago
Phillip Webb
7e98ee8cf6
Upgrade to SendGrid 4.9.1
...
Closes gh-30420
3 years ago
Phillip Webb
aac5afebf3
Upgrade to MongoDB 4.5.1
...
Closes gh-30419
3 years ago
Phillip Webb
fd0fce6e3a
Upgrade to AspectJ 1.9.9
...
Closes gh-30418
3 years ago
Phillip Webb
dcfaadfb88
Upgrade to SendGrid 4.9.1
...
Closes gh-30417
3 years ago
Phillip Webb
123e22afb0
Upgrade to MongoDB 4.5.1
...
Closes gh-30416
3 years ago
Moritz Halbritter
47bf218bd2
Add prohibit clauses to shut up bomr
3 years ago
Andy Wilkinson
5702f9ebc3
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
5d55c663ba
Allow spring.data.mongodb.uri to take precedence over separate props
...
Closes gh-30067
3 years ago
Andy Wilkinson
2c1b30514a
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
06c3e2a041
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30394
3 years ago
Andy Wilkinson
2317f69f4c
Add Apache Kafka to Messaging section's description
...
Closes gh-30389
3 years ago
Andy Wilkinson
038428cb1a
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
b911530c31
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30393
3 years ago
Andy Wilkinson
9c128f1acc
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30392
3 years ago
Andy Wilkinson
73d9e0e0ed
Fix equals when adapt removes trailing characters from element
...
Closes gh-30317
3 years ago
Stephane Nicoll
1f0025b7df
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
b70c409178
Upgrade to Selenium HtmlUnit 3.60.0
...
Closes gh-30391
3 years ago
Stephane Nicoll
d7ca7763da
Upgrade to HtmlUnit 2.60.0
...
Closes gh-30390
3 years ago
Stephane Nicoll
c96b1caab0
Upgrade to Spring Batch 5.0.0-M2
...
Closes gh-30232
3 years ago
Andy Wilkinson
77e6279d03
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
3255da23a2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30388
3 years ago
Andy Wilkinson
c739831087
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30387
3 years ago
Andy Wilkinson
d8cf332c2e
Document default value of spring.thymeleaf.reactive.media-types
...
Closes gh-30280
3 years ago
Andy Wilkinson
3ee44ca0b0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30386
3 years ago
Andy Wilkinson
f378627f94
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30385
3 years ago
Andy Wilkinson
8d882fa09b
Fix possible duplicate templateEngine bean in Thymeleaf auto-config
...
Closes gh-30384
3 years ago
Andy Wilkinson
e3b2fb5deb
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
bcb71dfd1b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30383
3 years ago
Andy Wilkinson
1244c429a6
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30382
3 years ago
Andy Wilkinson
e927cd71dd
Clarify type matching performed by MockBean and SpyBean
...
Closes gh-28656
3 years ago
Andy Wilkinson
3410dd67d0
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
47540eec61
Align default indices options with Spring Data Elasticsearch
...
Closes gh-30378
3 years ago
Andy Wilkinson
009666bc64
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
ac3b0ea24a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30380
3 years ago
Andy Wilkinson
24aa4070c9
Merge pull request #30349 from hpoettker
...
* gh-30349:
Fix links to Spring Security Reference Guide
Closes gh-30349
3 years ago
Henning Poettker
22eb301bcf
Fix links to Spring Security Reference Guide
...
See gh-30349
3 years ago
Stephane Nicoll
724ba69a6d
Upgrade to Spring Integration 6.0.0-M2
...
Closes gh-30204
3 years ago
Stephane Nicoll
dc7c1f246f
Upgrade to Spring Integration 5.5.10
...
Closes gh-30193
3 years ago
Stephane Nicoll
589804000b
Upgrade to Spring Integration 5.5.10
...
Closes gh-30183
3 years ago
Stephane Nicoll
acdfa31f5a
Upgrade to Spring Integration 5.5.10
...
Closes gh-30175
3 years ago
Andy Wilkinson
48f8dd28ac
Upgrade to Spring AMQP 3.0.0-M2
...
Closes gh-30201
3 years ago
Andy Wilkinson
c4425598cf
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
79ee53a587
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30377
3 years ago
Andy Wilkinson
f063da30d2
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30376
3 years ago
Andy Wilkinson
a8bddeb9cf
Remove redundant setting of refresh policy
...
Closes gh-30375
3 years ago
Andy Wilkinson
a9b6ab77ea
Upgrade to Spring Security 6.0.0-M3
...
Closes gh-30202
3 years ago
Andy Wilkinson
219d946e33
Upgrade to Spring for GraphQL 1.0.0-M6
...
Closes gh-29637
3 years ago
Andy Wilkinson
38e3c777b7
Upgrade to Spring Kafka 3.0.0-M3
...
Closes gh-30089
3 years ago
Andy Wilkinson
0817a46be3
Upgrade to Spring REST Docs 3.0.0-M2
...
Closes gh-29544
3 years ago
Stephane Nicoll
c92cf8eda0
Upgrade to Spring HATEOAS 2.0.0-M2
...
Closes gh-30371
3 years ago
Stephane Nicoll
9dfc2131b9
Upgrade to RxJava3 3.1.4
...
Closes gh-30370
3 years ago
Stephane Nicoll
f30b747138
Upgrade to jOOQ 3.16.5
...
Closes gh-30368
3 years ago
Stephane Nicoll
6a5a2f6356
Upgrade to Jetty 11.0.8
...
Closes gh-30367
3 years ago
Stephane Nicoll
c063210447
Upgrade to Jetty Reactive HTTPClient 3.0.5
...
Closes gh-30366
3 years ago
Stephane Nicoll
a3b365baba
Upgrade to Jetty EL 10.0.14
...
Closes gh-30365
3 years ago
Stephane Nicoll
0848d6953f
Upgrade to Hibernate Validator 7.0.4.Final
...
Closes gh-30364
3 years ago
Stephane Nicoll
32411f2b11
Upgrade to Caffeine 3.0.6
...
Closes gh-30363
3 years ago
Stephane Nicoll
bafeacf3d8
Upgrade to AspectJ 1.9.8
...
Closes gh-30362
3 years ago
Stephane Nicoll
041371895c
Upgrade to Spring Data 2022.0.0-M3
...
Closes gh-30361
3 years ago
Andy Wilkinson
91fe362e94
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30352
3 years ago
Andy Wilkinson
f53c5178c3
Upgrade to Spring Kafka 2.8.4
...
Closes gh-30181
3 years ago
Andy Wilkinson
b2c52d632a
Upgrade to Spring Kafka 2.7.12
...
Closes gh-30351
3 years ago
Andy Wilkinson
1185f2f58b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30189
3 years ago
Andy Wilkinson
b2e8087f3c
Upgrade to Spring AMQP 2.4.3
...
Closes gh-30180
3 years ago
Andy Wilkinson
95f561afc0
Upgrade to Spring AMQP 2.5.11
...
Closes gh-30173
3 years ago
Andy Wilkinson
bb969384fc
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30192
3 years ago
Andy Wilkinson
72f6565863
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30182
3 years ago
Andy Wilkinson
4b17214e21
Upgrade to Spring WS 3.1.3
...
Closes gh-30174
3 years ago
Andy Wilkinson
0e1b64dda1
Upgrade to Spring WS 4.0.0-M2
...
Closes gh-30203
3 years ago
Andy Wilkinson
24cea36f1b
Upgrade to Spring Security 5.7.0-M3
...
Closes gh-30191
3 years ago
Andy Wilkinson
670b498190
Upgrade to Spring Data 2022.0.0-M2
...
Closes gh-30200
3 years ago
Andy Wilkinson
9aaa5bca7a
Upgrade to Spring Data 2021.2.0-M4
...
Closes gh-30185
3 years ago
Andy Wilkinson
4bc1463439
Upgrade to Spring Data 2021.1.3
...
Closes gh-30179
3 years ago
Andy Wilkinson
19b9a0adb6
Upgrade to Spring Data 2021.0.10
...
Closes gh-30172
3 years ago
Stephane Nicoll
9de234f913
Fix asciidoc include and anchor
3 years ago
Stephane Nicoll
b8e93b27af
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
7402a584bd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30347
3 years ago
Stephane Nicoll
55a385cc36
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30346
3 years ago
Stephane Nicoll
8824a09572
Polish "Document WebSecurityCustomizer for H2 Console"
...
See gh-29932
3 years ago
Henning Poettker
9d46a18406
Document WebSecurityCustomizer for H2 Console
...
See gh-29932
3 years ago
Stephane Nicoll
7da035b12d
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
7f52820e17
Update copyright year of changed files
...
See gh-30236
3 years ago
izeye
455e0bfa08
Polish StandardAnnotationCustomizableTypeExcludeFilters
...
See gh-30236
3 years ago
Stephane Nicoll
e342070ec4
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
d0a0e7c6a2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30345
3 years ago
Stephane Nicoll
0aa141b5d9
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30344
3 years ago
Stephane Nicoll
9455831d2a
Polish contribution
...
See gh-30234
3 years ago
Abel Salgado Romero
5e270c18ae
Include Netty in servers that supports HTTP response compression
...
See gh-30234
3 years ago
Brian Clozel
bae62c39a9
Adapt to latest Spring GraphQL changes
...
This commit adapts to the latest Spring GraphQL changes, renaming
`GraphQlService` to `ExecutionGraphQlService` as well as the
`WebInterceptor` contract to `WebGraphQlHandlerInterceptor`.
See spring-projects/spring-graphql#332
3 years ago
Stephane Nicoll
2088381d4b
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
a2959bbcf2
Polish "Add support for cache2k in memory caching"
...
See gh-28498
3 years ago
Jens Wilke
774f61fcb5
Add support for cache2k in memory caching
...
See gh-28498
3 years ago
Stephane Nicoll
5db1547da7
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
da4adcd7b0
Upgrade to Micrometer 1.9.0-M4
...
Closes gh-30014
3 years ago
Stephane Nicoll
a6dfaeecb9
Upgrade to Lettuce 6.1.8.RELEASE
...
Closes gh-30342
3 years ago
Stephane Nicoll
11dc4e0787
Upgrade to Embedded Mongo 3.4.3
...
Closes gh-30341
3 years ago
Stephane Nicoll
118964893d
Upgrade to R2DBC Bom Arabba-SR13
...
Closes gh-30340
3 years ago
Stephane Nicoll
3109a18698
Upgrade to Lettuce 6.1.8.RELEASE
...
Closes gh-30339
3 years ago
Stephane Nicoll
dfa95a238d
Upgrade to Hibernate 5.6.7.Final
...
Closes gh-30338
3 years ago
Stephane Nicoll
10ffd01205
Upgrade to R2DBC Bom Arabba-SR13
...
Closes gh-30337
3 years ago
Stephane Nicoll
1eb8bcaa49
Upgrade to Lettuce 6.1.8.RELEASE
...
Closes gh-30336
3 years ago
Andy Wilkinson
17b5611ace
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
f05c19a40a
Kotlin Fix JsonSerializer example in reference guide
...
Closes gh-30331
3 years ago
Chris Dennis
3ed3d3eb36
Restore Ehcache 3 Support
...
See gh-30002
3 years ago
Yixiang Zhao
effd70ea21
Add reference to Casdoor Spring Boot Starter
...
See gh-30220
3 years ago
Stephane Nicoll
c322cebe49
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
d8bb2ec4e0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30331
3 years ago
Stephane Nicoll
bce247eafb
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30330
3 years ago
Stephane Nicoll
39339ccb49
Update copyright year of change file
...
See gh-30329
3 years ago
SangHyun-Park
8536100009
Fix JsonSerializer example in reference guide
...
See gh-30329
3 years ago
Scott Frederick
cabfb98a89
Merge branch '2.7.x'
3 years ago
Scott Frederick
a14f3ed200
Use a ConfigurationProperties class for JMX properties
...
Closes gh-30327
3 years ago
Scott Frederick
e5a09b3b31
Apply unique-names consistently in JmxAutoConfiguration
...
Ensure that the `spring.jmx.unique-names` property is applied to the
auto-configured `MBeanExporter` as well as the `ObjectNamingStrategy`.
Fixes gh-29968
3 years ago
Stephane Nicoll
e49de1f2fb
Upgrade to Jackson Bom 2.13.2
...
Closes gh-30242
3 years ago
Stephane Nicoll
1169c6df16
Upgrade to Neo4j Java Driver 4.4.5
...
Closes gh-30326
3 years ago
Stephane Nicoll
704a2b7795
Add additional bomr checks
3 years ago
Stephane Nicoll
af15a18e02
Upgrade to Tomcat 10.0.18
...
Closes gh-30320
3 years ago
Andy Wilkinson
12d9127d3b
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
c2d7e21312
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30322
3 years ago
Andy Wilkinson
26719a211b
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30321
3 years ago
Andy Wilkinson
1669062231
Apply server.tomcat.keep-alive-timeout to HTTP/2
...
Closes gh-30267
3 years ago
Stephane Nicoll
39b6f2bd7d
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
2ab0ce3ea7
Upgrade to Neo4j Java Driver 4.4.5
...
Closes gh-30303
3 years ago
Andy Wilkinson
a1e972ebaa
Update Spock for Groovy 4.0 compatibility
...
Closes gh-30318
3 years ago
Andy Wilkinson
f3b312f0b4
Upgrade to Thymeleaf Layout Dialect 3.1.0
...
Closes gh-30312
3 years ago
Andy Wilkinson
dd812a3f76
Upgrade to Groovy 4.0.1
...
Closes gh-30279
3 years ago
Andy Wilkinson
568cd687af
Remove support for REST Assured until it supports Groovy 4.0
...
REST Assured does not work with Groovy 4.0 so support is being
temporarily removed again.
See gh-29543
3 years ago
Andy Wilkinson
e60001fb16
Adapt to deprecations in Spring Data Redis
...
See gh-30200
3 years ago
Stephane Nicoll
2fbb36bd04
fixup! Upgrade to Flyway 8.5.4
3 years ago
Stephane Nicoll
1e55ef2f97
Upgrade to Versions Maven Plugin 2.10.0
...
Closes gh-30315
3 years ago
Stephane Nicoll
e79073bee3
Upgrade to UnboundID LDAPSDK 6.0.4
...
Closes gh-30314
3 years ago
Stephane Nicoll
3d011fc2e6
Upgrade to Tomcat 9.0.60
...
Closes gh-30313
3 years ago
Stephane Nicoll
426f239d2c
Upgrade to Spring Retry 1.3.2
...
Closes gh-30311
3 years ago
Stephane Nicoll
0946f28dcd
Upgrade to SendGrid 4.9.0
...
Closes gh-30310
3 years ago
Stephane Nicoll
c70be97fc4
Upgrade to Selenium HtmlUnit 3.59.0
...
Closes gh-30309
3 years ago
Stephane Nicoll
6487b809fe
Upgrade to Rabbit Stream Client 0.5.0
...
Closes gh-30308
3 years ago
Stephane Nicoll
8b27263eee
Upgrade to R2DBC Bom Borca-SR1
...
Closes gh-30307
3 years ago
Stephane Nicoll
f129a733a4
Upgrade to Netty 4.1.75.Final
...
Closes gh-30306
3 years ago
Stephane Nicoll
b0f6166e5e
Upgrade to Logback 1.2.11
...
Closes gh-30305
3 years ago
Stephane Nicoll
d8c231a1d1
Upgrade to Mockito 4.4.0
...
Closes gh-30302
3 years ago
Stephane Nicoll
717f8739c5
Upgrade to Maven Dependency Plugin 3.3.0
...
Closes gh-30301
3 years ago
Stephane Nicoll
0b20b99f6e
Upgrade to Maven Compiler Plugin 3.10.1
...
Closes gh-30300
3 years ago
Stephane Nicoll
f8a6efb15e
Upgrade to Log4j2 2.17.2
...
Closes gh-30299
3 years ago
Stephane Nicoll
154195d9a2
Upgrade to Liquibase 4.9.0
...
Closes gh-30298
3 years ago
Stephane Nicoll
aa39c5a012
Upgrade to Jackson Bom 2.13.2
...
Closes gh-30297
3 years ago
Stephane Nicoll
20dd6463a3
Upgrade to Infinispan 13.0.8.Final
...
Closes gh-30296
3 years ago
Stephane Nicoll
fa6bcd5d6c
Upgrade to HtmlUnit 2.59.0
...
Closes gh-30295
3 years ago
Stephane Nicoll
d40465260d
Upgrade to Hibernate Validator 6.2.3.Final
...
Closes gh-30294
3 years ago
Stephane Nicoll
3075794175
Upgrade to Hibernate 5.6.7.Final
...
Closes gh-30293
3 years ago
Stephane Nicoll
00cba28390
Upgrade to Hazelcast 5.1.1
...
Closes gh-30292
3 years ago
Stephane Nicoll
1c11ae8a7d
Upgrade to Groovy 3.0.10
...
Closes gh-30291
3 years ago
Stephane Nicoll
ca89dd58f4
Upgrade to Flyway 8.5.4
...
Closes gh-30290
3 years ago
Stephane Nicoll
41150f1ef4
Upgrade to Elasticsearch 7.17.1
...
Closes gh-30289
3 years ago
Stephane Nicoll
bf477700f6
Upgrade to Ehcache3 3.10.0
...
Closes gh-30288
3 years ago
Stephane Nicoll
d521a7bb1b
Upgrade to Dropwizard Metrics 4.2.9
...
Closes gh-30287
3 years ago
Stephane Nicoll
046afae1aa
Upgrade to Couchbase Client 3.2.6
...
Closes gh-30286
3 years ago
Stephane Nicoll
5b44ad15f7
Upgrade to Cassandra Driver 4.14.0
...
Closes gh-30285
3 years ago
Stephane Nicoll
8732ac708d
Upgrade to Awaitility 4.2.0
...
Closes gh-30284
3 years ago
Andy Wilkinson
f693d7dfad
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
b787ea4802
Add property for media types of reactive Mustache views
...
Closes gh-28858
3 years ago
Andy Wilkinson
36f24cf6bb
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
3a5a748ec0
Rework Mustache properties to show which are Servlet-specific
...
Closes gh-30273
3 years ago
Andy Wilkinson
6625a77f64
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
2ba064c855
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30277
3 years ago
Andy Wilkinson
3c117ca2d4
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30276
3 years ago
Andy Wilkinson
2b75ea5fb8
Improve testing of spring.mustache.* properties
...
Closes gh-30274
3 years ago
Stephane Nicoll
3afda66be2
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
2631b0ce01
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30275
3 years ago
Stephane Nicoll
be34ad36b5
Restore WebSockets section in the reference guide
...
Closes gh-30231
3 years ago
Stephane Nicoll
92e5e91623
Start building against Spring Batch 5.0.0-M2 snapshots
...
See gh-30232
3 years ago
Stephane Nicoll
5c944bf5b8
Upgrade to Spring Framework 6.0.0-M3
...
Closes gh-29957
3 years ago
Moritz Halbritter
29746e1029
Upgrade to Micrometer 2.0.0-M3
...
Closes gh-29753
3 years ago
Stephane Nicoll
5c197ceae0
Upgrade to Spring Framework 5.3.17
...
Closes gh-30188
3 years ago
Stephane Nicoll
c7e788bd91
Upgrade to Micrometer 1.8.4
...
Closes gh-30178
3 years ago
Stephane Nicoll
947fee1663
Upgrade to Spring Framework 5.3.17
...
Closes gh-30177
3 years ago
Stephane Nicoll
9824d40b14
Upgrade to Micrometer 1.7.10
...
Closes gh-30171
3 years ago
Stephane Nicoll
0bd50fedbc
Upgrade to Spring Framework 5.3.17
...
Closes gh-30170
3 years ago
Andy Wilkinson
625ccc7c11
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
4b318a76fa
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30271
3 years ago
Andy Wilkinson
0facba1f88
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30270
3 years ago
Andy Wilkinson
f342cec5cd
Relocate ConnectorStartFailureAnalyzer to remove package tangle
...
Closes gh-30268
3 years ago
Stephane Nicoll
1784fc19bb
Adapt mock to API change
3 years ago
Andy Wilkinson
f3f5a87af4
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
fee3b89b1b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30257
3 years ago
Andy Wilkinson
cdaafce614
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30256
3 years ago
Andy Wilkinson
7f036e35fd
Make MustacheViewResolvers conditional onspring.mustache.enabled
...
Closes gh-30250
3 years ago
Stephane Nicoll
626cfff940
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
8e7f7d3c76
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
b97a3ae07a
Revert unnecessary suppress warnings
...
See https://github.com/spring-projects/spring-framework/issues/28079
3 years ago
Andy Wilkinson
09510db630
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
81383e552a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30254
3 years ago
Andy Wilkinson
6bc000565d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30253
3 years ago
Andy Wilkinson
0accc3d67d
Convert MustacheAutoConfigurationTests to application context runner
...
Closes gh-30252
3 years ago
Andy Wilkinson
23b5a3f70e
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
2282f9cc88
Upgrade to Embedded Mongo 3.4.2
...
As part of the upgrade, the property for configuring features has
been removed as support for feature-aware versions has been removed
from Embedded Mongo. For advanced configuration where features were
specified, users should provide a MongodConfig bean instead.
Closes gh-29985
Closes gh-30219
3 years ago
Stephane Nicoll
9ccbfe52f8
Upgrade to Tomcat 9.0.60
...
Closes gh-30249
3 years ago
Stephane Nicoll
82bc28d530
Upgrade to Spring Retry 1.3.2
...
Closes gh-30248
3 years ago
Stephane Nicoll
82f4092cd4
Upgrade to Netty tcNative 2.0.51.Final
...
Closes gh-30247
3 years ago
Stephane Nicoll
28c8f16b78
Upgrade to Netty 4.1.75.Final
...
Closes gh-30246
3 years ago
Stephane Nicoll
7cf5dcd3f9
Upgrade to Logback 1.2.11
...
Closes gh-30245
3 years ago
Stephane Nicoll
8deab79cac
Upgrade to Log4j2 2.17.2
...
Closes gh-30244
3 years ago
Stephane Nicoll
57d3a52301
Upgrade to Kafka 3.0.1
...
Closes gh-30243
3 years ago
Stephane Nicoll
1385c6af90
Upgrade to Hibernate Validator 6.2.3.Final
...
Closes gh-30241
3 years ago
Stephane Nicoll
230ebcbe88
Upgrade to Hibernate 5.6.6.Final
...
Closes gh-30240
3 years ago
Stephane Nicoll
8e016e8922
Upgrade to Groovy 3.0.10
...
Closes gh-30239
3 years ago
Stephane Nicoll
9a1f60131e
Upgrade to Dropwizard Metrics 4.2.9
...
Closes gh-30238
3 years ago
Stephane Nicoll
8be87b19cf
Upgrade to Couchbase Client 3.2.6
...
Closes gh-30237
3 years ago
Stephane Nicoll
59f4004fa6
Upgrade to Tomcat 9.0.60
...
Closes gh-30230
3 years ago
Stephane Nicoll
417a6792a0
Upgrade to Spring Retry 1.3.2
...
Closes gh-30229
3 years ago
Stephane Nicoll
58e0665ac8
Upgrade to Netty tcNative 2.0.51.Final
...
Closes gh-30228
3 years ago
Stephane Nicoll
fc72be112c
Upgrade to Netty 4.1.75.Final
...
Closes gh-30227
3 years ago
Stephane Nicoll
a98f7f273c
Upgrade to Logback 1.2.11
...
Closes gh-30226
3 years ago
Stephane Nicoll
5c7a43e9d3
Upgrade to Log4j2 2.17.2
...
Closes gh-30225
3 years ago
Stephane Nicoll
0229706440
Upgrade to Hibernate Validator 6.2.3.Final
...
Closes gh-30224
3 years ago
Stephane Nicoll
17e07c22ca
Upgrade to Groovy 3.0.10
...
Closes gh-30223
3 years ago
Stephane Nicoll
9bf18ead23
Upgrade to Dropwizard Metrics 4.1.31
...
Closes gh-30222
3 years ago
Stephane Nicoll
4d4d5348ab
Upgrade to Couchbase Client 3.1.8
...
Closes gh-30221
3 years ago
Andy Wilkinson
05130d9eb0
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
e97fa0ae52
Merge branch '2.6.x' into 2.7.x
...
See gh-30167
3 years ago
Andy Wilkinson
05c12737fe
Merge branch '2.5.x' into 2.6.x
...
See gh-30166
3 years ago
Andy Wilkinson
3ab688ef82
Add missing task dependencies
...
See gh-29406
3 years ago
Andy Wilkinson
1dadc77346
Document that the minimum supported version of Kotlin is now 1.6
...
Closes gh-30197
3 years ago
Andy Wilkinson
98678ed415
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
b4cbcd797e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30218
3 years ago
Andy Wilkinson
c4d2602a3e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30217
3 years ago
Octavia Togami
264a6888a9
Refactor code to avoid using internal LazyPublishArtifact
...
See gh-30209
3 years ago
Stephane Nicoll
0e07eb2393
Remove deprecated Spring Kafka's only-log-record-metadata property
...
See gh-30089
3 years ago
Andy Wilkinson
9bf77b1a06
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
4935c11a07
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30215
3 years ago
Andy Wilkinson
464fce621d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30213
3 years ago
Andy Wilkinson
f11ddb4bd7
Prevent eager creation of bootWar task
...
Previously, querying the artifact's extension in
SinglePublishedArtifact would result in eager creation of the task
that creates the artifact. Typically, this is the bootWar task.
Instead of querying the extension, this commit reworks
SinglePublishedArtifact and its callers to call separate methods for
jar and war artifacts so that the extension check is no longer
required.
Tests have been added to ensure that running help does not trigger
any unexpected task creation. The tests' assertions tolerate some
variation in behavior that depend on the version of Gradle and
whether the configuration cache is enabled.
Closes gh-30211
3 years ago
Stephane Nicoll
d757328ce3
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
4ac2309d9f
Upgrade to Reactor 2020.0.17
...
Closes gh-30187
3 years ago
Stephane Nicoll
8158ce7d8b
Upgrade to Reactor 2020.0.17
...
Closes gh-30176
3 years ago
Stephane Nicoll
75693c1a00
Upgrade to Reactor 2020.0.17
...
Closes gh-30169
3 years ago
Stephane Nicoll
253e6976d5
Start building against Spring Integration 6.0.0-M2 snapshots
...
See gh-30204
3 years ago
Stephane Nicoll
22d7f536b5
Start building against Spring Ws 4.0.0-M2 snapshots
...
See gh-30203
3 years ago
Stephane Nicoll
acfd50fce9
Start building against Spring Security 6.0.0-M2 snapshots
...
See gh-30202
3 years ago
Stephane Nicoll
b48fae696a
Start building against Spring AMQP 3.0.0-M2 snapshots
...
See gh-30201
3 years ago
Stephane Nicoll
24158a7ab0
Start building against Spring Data 2022.0.0-M2 snapshots
...
See gh-30200
3 years ago
Stephane Nicoll
7c8b4b6914
Restore Kafka tests
3 years ago
Stephane Nicoll
bb92019ac1
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
01a7cfa979
Start building against Spring Integration 5.5.10 snapshots
...
See gh-30193
3 years ago
Stephane Nicoll
ddf778e1cc
Start building against Spring WS 3.1.3 snapshots
...
See gh-30192
3 years ago
Stephane Nicoll
85d4a07038
Start building against Spring Security 5.7.0-M3 snapshots
...
See gh-30191
3 years ago
Stephane Nicoll
695685996a
Start building against Spring Kafka 2.8.4 snapshots
...
See gh-30190
3 years ago
Stephane Nicoll
2da206d2b9
Start building against Spring Integration 5.5.10 snapshots
...
See gh-30183
3 years ago
Stephane Nicoll
15c2eb9c9c
Start building against Spring WS 3.1.3 snapshots
...
See gh-30182
3 years ago
Stephane Nicoll
3717c4c883
Start building against Spring Kafka 2.8.4 snapshots
...
See gh-30181
3 years ago
Stephane Nicoll
4ca6cffd87
Start building against Spring AMQP 2.4.3 snapshots
...
See gh-30189
3 years ago
Stephane Nicoll
6c1e194dd4
Start building against Spring Data 2021.2.0-M4 snapshots
...
See gh-30185
3 years ago
Stephane Nicoll
6baa248228
Start building against Spring Framework 5.3.17 snapshots
...
See gh-30188
3 years ago
Stephane Nicoll
001bc04c8c
Start building against Reactor 2020.0.17 snapshots
...
See gh-30187
3 years ago
Stephane Nicoll
31fb515d16
Start building against Spring AMQP 2.4.3 snapshots
...
See gh-30180
3 years ago
Stephane Nicoll
64d706026d
Start building against Spring Data 2021.1.3 snapshots
...
See gh-30179
3 years ago
Stephane Nicoll
33ec810b2e
Start building against Micrometer 1.8.4 snapshots
...
See gh-30178
3 years ago
Stephane Nicoll
71e6a836a6
Start building against Spring Framework 5.3.17 snapshots
...
See gh-30177
3 years ago
Stephane Nicoll
2d1f5d3bc1
Start building against Reactor 2020.0.17 snapshots
...
See gh-30176
3 years ago
Scott Frederick
377b13c048
Merge branch '2.7.x'
3 years ago
Scott Frederick
de321b00b7
Support podman for building images
...
Closes gh-30196
3 years ago
Scott Frederick
5e07db7d21
Merge branch '2.7.x'
3 years ago
Scott Frederick
7ad538cd84
Add option to use configured Docker host in builder
...
This commit adds support for a `docker.bindHostToBuilder` option in
the Maven and Gradle image building goal and task.
Fixes gh-29384
3 years ago
Scott Frederick
040afdeafe
Merge branch '2.7.x'
3 years ago
Scott Frederick
93622d18eb
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30195
3 years ago
Scott Frederick
35a9a7fee2
Ignore deprecation warnings in Paketo system tests
...
Closes gh-30194
3 years ago
Stephane Nicoll
43ba80d431
Start building against Spring Integration 5.5.10 snapshots
...
See gh-30175
3 years ago
Stephane Nicoll
9ed4086ac2
Start building against Spring WS 3.1.3 snapshots
...
See gh-30174
3 years ago
Stephane Nicoll
07b6269a69
Start building against Spring AMQP 2.3.15 snapshots
...
See gh-30173
3 years ago
Stephane Nicoll
e391215643
Start building against Spring Data 2021.0.10 snapshots
...
See gh-30172
3 years ago
Stephane Nicoll
c55f0a1eac
Start building against Micrometer 1.7.10 snapshots
...
See gh-30171
3 years ago
Stephane Nicoll
2620710480
Start building against Spring Framework 5.3.17 snapshots
...
See gh-30170
3 years ago
Stephane Nicoll
d14d0c3f04
Start building against Reactor 2020.0.17 snapshots
...
See gh-30169
3 years ago
Andy Wilkinson
a2ecd600f8
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
1c19995db7
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30165
3 years ago
Andy Wilkinson
6bbf3aff0e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30164
3 years ago
Andy Wilkinson
eef89c6c35
Increase tests' Cassandra timeouts to 60s
...
Closes gh-30163
3 years ago
Andy Wilkinson
5736f5401b
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
c0a72bf5ea
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30167
3 years ago
Andy Wilkinson
4c1d1a6a69
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30166
3 years ago
Andy Wilkinson
cced7edd9c
Document Devtools' property defaults directly in reference docs
...
Closes gh-29406
3 years ago
Andy Wilkinson
f97bf544bf
Polish
3 years ago
Andy Wilkinson
faf7a35425
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
6494a9f08a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30165
3 years ago
Andy Wilkinson
7c3c5d3d3e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30164
3 years ago
Andy Wilkinson
bbdef2b026
Increase timeouts in tests that use Cassandra
...
Closes gh-30163
3 years ago
Andy Wilkinson
14128ffc27
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
085fb0766f
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30162
3 years ago
Andy Wilkinson
0958498a47
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30161
3 years ago
Andy Wilkinson
6eacc07de0
Fix handling of Flux responses from Actuator endpoints
...
Closes gh-30095
3 years ago
Andy Wilkinson
ab74bfcf65
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
9075849143
Upgrade to Hazelcast 5.1
...
Closes gh-30154
3 years ago
Madhura Bhave
44f71a46aa
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
24c48f0b43
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30150
3 years ago
Madhura Bhave
bdcc2509f5
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30149
3 years ago
Madhura Bhave
d0883ba6ef
Document the WebSocket-related exclusions that are required to use Jetty 10
...
Closes gh-29275
3 years ago
Andy Wilkinson
2600bf4719
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30142
3 years ago
Andy Wilkinson
382c6972ec
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30141
3 years ago
Andy Wilkinson
5264fb3d1e
Test our Gradle Plugin against Gradle 7.4.1
...
Closes gh-30139
3 years ago
Andy Wilkinson
abcc246a38
Polish
3 years ago
Andy Wilkinson
e9d2ec507e
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
f5ca568014
Remove versions less than 17 from JavaVersion enum
...
Closes gh-29503
3 years ago
Andy Wilkinson
813c2a5b1e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30135
3 years ago
Andy Wilkinson
3cb1629f45
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30134
3 years ago
Andy Wilkinson
da1eb25e4b
Remove redundant JRE-based enabled and disabled annotations from tests
...
Closes gh-29693
3 years ago
Andy Wilkinson
a031c0c659
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
881f2788ae
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30133
3 years ago
Andy Wilkinson
b1be6ac271
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30132
3 years ago
Andy Wilkinson
314acd3407
Add EIGHTEEN to JavaVersion
...
Closes gh-29524
3 years ago
Andy Wilkinson
d552f49128
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
83de1995c7
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30130
3 years ago
Andy Wilkinson
b0e4cabdd8
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30123
3 years ago
Andy Wilkinson
20d21d4e58
Set up CI with JDK 18
...
Closes gh-30104
3 years ago
Moritz Halbritter
16f069ef47
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30125
3 years ago
Moritz Halbritter
d14980ed5e
Polish "Tweak performance for Prometheus scraping endpoint"
...
See gh-30085
3 years ago
Peter Paul Bakker
fb3f3c52cf
Tweak performance for Prometheus scraping endpoint
...
Reduce the number of times capacity growth is needed inside the StringWriter.
A typical default SpringBoot Prometheus page has more than 11k characters.
Best performance results when no capacity growth is needed at all, so base
it on previous metrics page size plus some room for possible extra metric info.
See gh-30085
3 years ago
Moritz Halbritter
2816fc37a8
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
93f31ee063
Polish "Tweak performance for Prometheus scraping endpoint"\n\nSee gh-30085
3 years ago
Peter Paul Bakker
e2ebb56911
Tweak performance for Prometheus scraping endpoint
...
Reduce the number of times capacity growth is needed inside the StringWriter.
A typical default SpringBoot Prometheus page has more than 11k characters.
Best performance results when no capacity growth is needed at all, so base
it on previous metrics page size plus some room for possible extra metric info.
See gh-30085
3 years ago
Stephane Nicoll
e5cdcdadd5
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
a71d9f5088
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30121
3 years ago
Stephane Nicoll
069c328075
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30120
3 years ago
fml2
80b90ed386
Fix typo
...
See gh-30118
3 years ago
Stephane Nicoll
06321d4e55
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
b66bf393e4
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30119
3 years ago
Stephane Nicoll
be85f317d3
Fix anchor tag for Spring HATEOAS section
...
Closes gh-30106
3 years ago
Madhura Bhave
5368ed98ef
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
06496d85cd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30115
Closes gh-30116
3 years ago
Madhura Bhave
09dc4e5ce3
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30113
Closes gh-30114
3 years ago
Madhura Bhave
ef7d7487fa
Document when config data properties are invalid
...
This commit also reinstates documentation for
`spring.profiles.include`
Closes gh-25849
Closes gh-28451
3 years ago
Madhura Bhave
70efe7d384
Fix javax import
3 years ago
Madhura Bhave
7846fb09be
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
ee291dc36f
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30112
3 years ago
Madhura Bhave
b86ad89523
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30111
3 years ago
Madhura Bhave
7d63faac7c
Document the scalar types supported by MapBinder
...
Closes gh-27581
3 years ago
Madhura Bhave
f10f27c3d4
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
ba7ba08811
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30110
3 years ago
Madhura Bhave
9c437c6cd9
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30109
3 years ago
Madhura Bhave
d240e293db
Document how to obtain ServletContext with an embedded container setup
...
Closes gh-24561
3 years ago
Gautham Mohan
4388910435
Consider DataFetcherExceptionResolver in GraphQTest
...
Prior to this commit, `@GraphQlTest` slice tests would only consider
JsonComponent, RuntimeWiringConfigurer, Converter and
GenericConverter beans. But DataFetcherExceptionResolver,
Instrumentation and GraphQlSourceBuilderCustomizer are used in
setting up the GraphQL source.
This commit ensures that the `GraphQlTypeExcludeFilter` considers
those bean types.
Closes gh-30078
3 years ago
Brian Clozel
087e853c5d
Refine GraphQL server auto-configuration
...
Prior to this commit, launching a GraphQL application without any schema
file or customizer bean would result in an exception caught by a
FailureAnalyzer telling the developer about configured locations.
Since then, a new client has been introduced in Spring GraphQL and the
mere presence of the GraphQL starter does not mean anymore that the
intent is to create a GraphQL API in the app: we could instead just
consume an existing, remote API.
This commit refines the GraphQL server auto-configuration so that it is
enabled only if:
* there is at least one schema file in the configured locations
* or a `GraphQlSourceCustomizer` bean has been defined in the app
These changes make the custom FailureAnalyzer useless and is also
removed as part of this commit.
Closes gh-30035
3 years ago
Brian Clozel
bf79d6baef
Auto-configure ConversionService for GraphQL
...
Prior to this commit, we would configure a default conversion service
for GraphQL annotated controllers, without registering any additional
formatters.
This commit aligns the GraphQL auto-configuration with MVC and WebFlux,
since we now use the `ApplicationConversionService` to register all
application formatters for the GraphQL infrastructure.
Closes gh-29638
3 years ago
rstoyanchev
ef4add27f0
Do not set ConversionService on AnnotatedControllerConfigurer
...
After 0b449d89e1
,
the ConversionService on AnnotatedControllerConfigurer is an internally
managed instance that is customized with FormatterRegistrar rather than
set.
Closes gh-29636
3 years ago
Brian Clozel
81754c8bc4
Upgrade to Spring GraphQL 1.0.0-SNAPSHOT
...
This commit switches to 1.0.0-SNAPSHOT for Spring GraphQL, before its
upcoming 1.0.0-M6 version.
This commit adapts to the changes introduced in
spring-projects/spring-graphql#317 : now that `GraphQlClient` has been
introduced, `GraphQlTester` has been aligned with the new
infrastructure. The `@GraphQlTest` and `@SpringBootTest` testing support
is now using different variants for each.
All samples have been updated to use the proper GraphQL terminology, see
and spring-projects/spring-graphql#310 .
See gh-29637
3 years ago
Andy Wilkinson
997f7cbfce
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
dfd4097436
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30101
3 years ago
Andy Wilkinson
5b2cc74f71
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30100
3 years ago
Andy Wilkinson
708e57eafb
Register metrics for wrapped R2DBC ConnectionPools
...
Closes gh-30090
3 years ago
Andy Wilkinson
d92dcf9452
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
dcaca38154
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30099
3 years ago
Andy Wilkinson
119a713f09
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30098
3 years ago
Andy Wilkinson
e7705f4f71
Improve condition message produced by @ConditionalOnSingleCandidate
...
Closes gh-30073
3 years ago
Stephane Nicoll
cc3021d2df
Start building against Spring Framework 6.0.0-M3 snapshots
...
See gh-29957
3 years ago
Stephane Nicoll
37ccc52b8a
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
d67aa3c054
Fix null safety in Kotlin examples
...
Closes gh-30097
3 years ago
Madhura Bhave
5960d2dba1
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
9628507756
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30094
3 years ago
Madhura Bhave
d131003456
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30093
3 years ago
Madhura Bhave
480ccc6175
Clarify devtools documentation when using with build plugins
...
Closes gh-17851
3 years ago
Madhura Bhave
0e71d80590
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
88bd0fa794
Merge branch '2.6.x' into 2.7.x
3 years ago
Madhura Bhave
27bf068091
Merge branch '2.5.x' into 2.6.x
3 years ago
Madhura Bhave
9b073c825b
Fix checkstyle
3 years ago
Madhura Bhave
524c0e1474
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
b80047c451
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30092
3 years ago
Madhura Bhave
ac04be75f8
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30091
3 years ago
Madhura Bhave
ed8f8d59ef
Document how to structure configurations for efficient slice tests
...
Closes gh-16088
3 years ago
Stephane Nicoll
6f8ce3deb5
Avoid use of instance supplier for core infrastructure bean
...
Closes gh-30021
3 years ago
Stephane Nicoll
e6f6b2068b
Start building against Spring Kafka 3.0.0-M3 snapshots
...
See gh-30089
3 years ago
Moritz Halbritter
24a68fc595
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
d95dc75de9
Merge branch '2.6.x' into 2.7.x
3 years ago
Moritz Halbritter
e980a53399
Merge branch '2.5.x' into 2.6.x
3 years ago
Moritz Halbritter
f3eb90046f
Remove @Repeatable support for @DisabledOnOs
...
We'll add it back again when we need it, and delay the naming issue.
See gh-30082
3 years ago
Moritz Halbritter
74fe5735d9
Polish
3 years ago
Moritz Halbritter
a1b1377733
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
50d766020c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30084
3 years ago
Moritz Halbritter
564555347f
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30083
3 years ago
Moritz Halbritter
be38311c5d
Disable incompatible tests on Linux AArch64
...
- Adds a new @DisableOnOs annotation, which is inspired from JUnit5s
@DisableOnOs annotation. This new annotation supports the architecture
and is repeatable
Closes gh-30082
3 years ago
Stephane Nicoll
f869c490f4
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
ce4f7ded8a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30081
3 years ago
Stephane Nicoll
c6a9e138e5
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30080
3 years ago
Stephane Nicoll
cf9cc82025
Update copyright year of change file
...
See gh-30074
3 years ago
hak7a3
0a035c7fa6
Fix references to spring.data.cassandra.connection.connect-timeout
...
See gh-30074
3 years ago
Andy Wilkinson
c755e0d1f8
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
f44e7d9391
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30071
3 years ago
Andy Wilkinson
2ef055a823
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30070
3 years ago
Andy Wilkinson
1872af056e
Make it clearer that the generated password is not for production use
...
Closes gh-30061
3 years ago
Andy Wilkinson
68a2f557c7
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
bc62775116
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30069
3 years ago
Andy Wilkinson
c872539dea
Polish "Clarify actuator security documentation"
...
See gh-30065
3 years ago
Khan, C M Abdullah
5b7c21e780
Clarify actuator security documentation
...
See gh-30065
3 years ago
Andy Wilkinson
5ee3fdab77
Polish "Allow @DefaultValue to be used on record components"
...
See gh-29010
3 years ago
Pavel Anisimov
976ed90cd7
Allow @DefaultValue to be used on record components
...
See gh-29010
3 years ago
Moritz Halbritter
1793cee00f
Start building against Micrometer 2.0.0-M3
...
See gh-29753
3 years ago
Andy Wilkinson
d79fb60398
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
d47b56a40e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30060
3 years ago
Andy Wilkinson
fd3248b629
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30059
3 years ago
Lars Grefer
99a8374249
Use Gradle's configuration avoidance APIs in the reference docs
...
See gh-30000
3 years ago
Andy Wilkinson
e2d0b348e3
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
4459fb46be
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30058
3 years ago
Andy Wilkinson
2ba8b490a0
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30057
3 years ago
Andy Wilkinson
e7566e968e
Use configuration avoidance APIs in Gradle plugin's docs
...
Closes gh-30056
3 years ago
Andy Wilkinson
4846be9506
Align with latest repackaging of CacheMeterBinder in Micrometer
...
See gh-30014
3 years ago
Andy Wilkinson
bd0829a382
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
ff7321cc5a
Polish "Support overriding the default SanitizingFunction"
...
See gh-30006
3 years ago
Guirong Hu
fb9112c891
Support overriding the default SanitizingFunction
...
See gh-30006
3 years ago
Andy Wilkinson
dd372a6a93
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
a5d900d0af
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30054
3 years ago
Andy Wilkinson
1f2da6a341
Document SanitizingFunction
...
Closes gh-29950
3 years ago
Andy Wilkinson
a8a70ecc06
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
f4e2d7669b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30051
3 years ago
Andy Wilkinson
d63e609fda
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30050
3 years ago
Andy Wilkinson
7dce772d67
Polish "Update placeholder docs to mention env vars and default values"
...
See gh-30012
3 years ago
Kirill Marchuk
2644a2b897
Update placeholder docs to mention env vars and default values
...
See gh-30012
3 years ago
Andy Wilkinson
c10a6b7b3e
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
1910a3b33e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30049
3 years ago
Andy Wilkinson
d11c5d3bd2
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30048
3 years ago
wonwoo
c2bf0d551b
Polish RestController examples
...
See gh-30027
3 years ago
Andy Wilkinson
dd25696eb1
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
79fe503616
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30044
3 years ago
Andy Wilkinson
71dd607623
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30043
3 years ago
Andy Wilkinson
34e436ef6e
Accommodate SocketException when reading from stopped TunnelClient
...
TunnelClientTests stopTriggersTunnelClose expects that stopping the
client will cause an attempt to read from a connected channel to
return -1. With Java 17 on Windows the connection has been reset and
a SocketException is thrown instead. This seems reasonable as
stopping the client closes the ServerSocketChannel to which the test
was connected.
This commit updates test to expect a SocketException or a return
value of -1.
Closes gh-30042
3 years ago
Andy Wilkinson
bfe9dede5b
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
936998647e
Work around Gradle changing line endings during property expansion
...
There's a known issue [1] where property expansion changes the input
files line endings to the operating system's default. This causes
problems for us on Windows as the line endings become \r\n which
breaks our formatting checks.
This commit tunes the checkFormatMain task to exclude the generated
source files from checking. In their place, the original templates
are added. This ensures that the inputs are correctly formatted and,
therefore, that the output should be too (other than the line endings
on Windows).
Closes gh-30039
[1] https://github.com/gradle/gradle/issues/1151
3 years ago
Andy Wilkinson
0ca64d3b64
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30038
3 years ago
Andy Wilkinson
35e5b4329e
Provide complete dependency management for Netty tcNative
...
Closes gh-30010
3 years ago
Andy Wilkinson
a5ec85bede
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
b89c29f29c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30037
3 years ago
Andy Wilkinson
ea729fc1c6
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30036
3 years ago
Andy Wilkinson
4073cf8334
Only apply special handling of META-INF to jar files
...
The changes for gh-28562 attempted to align the Gradle plugin's
handling of META-INF with the Maven plugin's behavior. Unfortunately,
they want too far, applying the handling to both jar and war files
when the Maven plugin only applies it to jar files.
This commit reworks the changes so that they only apply to jar files.
Closes gh-30026
3 years ago
Andy Wilkinson
f95e5b9b8a
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
324c4310a4
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30034
3 years ago
Andy Wilkinson
8a4a639734
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30033
3 years ago
izeye
140d24d567
Remove redundant ConditionalOnMissingFilterBean
...
See gh-29983
3 years ago
Andy Wilkinson
81b8b6a24c
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
a33dd254c8
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30032
3 years ago
Andy Wilkinson
1ac1782e21
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30031
3 years ago
Andy Wilkinson
35f9358eb2
Manage more of Kafka's modules
...
Closes gh-29023
3 years ago
Andy Wilkinson
89b2015adf
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
07b87668a4
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30023
3 years ago
Andy Wilkinson
3630952f7b
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30022
3 years ago
Andy Wilkinson
a265f150ac
Improve parsing of numeric default values
...
Previously, all integral numbers were parsed as integers. This
caused two problems:
1. Compilation would fail if the default value for a long wasn't a
valid integer.
2. The default value for a byte or short could be out of range,
resulting in the generation of invalid metadata and an error
that could have been caught at compile time not being caught
until runtime.
This commit updates the parsing of all numeric values to use the
parse method of the target primitive type. For example,
Short.parseShort(String) is now used to parse a short.
Fixes gh-30020
3 years ago
Moritz Halbritter
0072cc807c
Suppress deprecation warnings caused by micrometer backwards compatability
3 years ago
Andy Wilkinson
3eb61c3203
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
97c47123d5
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30019
3 years ago
Andy Wilkinson
c8b849e2f6
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30018
3 years ago
Andy Wilkinson
355f80ab98
Add links to Spring Boot for Apache Geode and its documentation
...
Closes gh-29697
3 years ago
Moritz Halbritter
9c958669f4
Add io.micrometer:micrometer-binders as dependency to the test suite
3 years ago
Moritz Halbritter
7897a913a7
Start building against Micrometer 1.9.0-M4 snapshots
...
Micrometer duplicated the binders in a separate module named
micrometer-binders, and marked the binders in the core module as
deprecated. This commit changes the imports to use the new binders in
the micrometer-binders module. Additionally, the auto-configurations
honor user-supplied beans which use the old binders in the
micrometer-core module.
See gh-30014
3 years ago
Andy Wilkinson
19b5431ba4
Polish "Remove redundant ResourceLoaders from GraphQL auto-configuration"
...
See gh-29976
3 years ago
dugenkui03
5a52b36ec7
Remove redundant ResourceLoaders from GraphQL auto-configuration
...
See gh-29976
3 years ago
Andy Wilkinson
cce48a75fc
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
73d0d5bccf
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30009
3 years ago
Andy Wilkinson
b379eea885
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30008
3 years ago
Andy Wilkinson
7bc336cdc6
Use an ephemeral port to avoid potential port clash
...
Closes gh-30007
3 years ago
Madhura Bhave
7a4960d4ca
Merge branch '2.7.x' into main
3 years ago
Madhura Bhave
e24f5b7efd
Revert "Upgrade to Embedded Mongo 3.4.1"
...
This reverts to Embedded Mongo 3.3.1 due to some breaking
changes in 3.4.1 and 3.4.2
3 years ago
Stephane Nicoll
8a7e40ce91
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
90c2bf192e
Upgrade to Liquibase 4.8.0
...
Closes gh-29987
3 years ago
Stephane Nicoll
1bb498b03c
Upgrade to Flyway 8.5.1
...
Closes gh-29986
3 years ago
Stephane Nicoll
525d5fd6e5
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29994
3 years ago
Stephane Nicoll
0941cfd5fe
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29993
3 years ago
Stephane Nicoll
b60b5feefe
Add explicit dependency on inject-api
...
This commit clarifies the build as a test needs inject-api and it works
only by side effect as another library has repackaged this API.
Closes gh-29990
3 years ago
Andy Wilkinson
7dc40e95d2
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
664ecbdcc1
Polish "Add DataCouchbaseTest annotation"
...
See gh-29912
3 years ago
Eddú Meléndez
36e52758a7
Add DataCouchbaseTest annotation
...
See gh-29912
3 years ago
Andy Wilkinson
4093fff225
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
53292a1f94
Polish "Add DataElasticsearchTest annotation"
...
See gh-29911
3 years ago
Eddú Meléndez
e22f78bc6a
Add DataElasticsearchTest annotation
...
See gh-29911
3 years ago
Phillip Webb
5454e2e26a
Merge branch '2.7.x'
3 years ago
Phillip Webb
9f00c3acf5
Polish
3 years ago
Phillip Webb
adfaa8f778
Merge branch '2.6.x' into 2.7.x
3 years ago
Phillip Webb
1a3841f74e
Polish
3 years ago
Phillip Webb
9411fc264d
Merge branch '2.5.x' into 2.6.x
3 years ago
Phillip Webb
57009d5623
Polish
3 years ago
Scott Frederick
df549190b5
Merge branch '2.7.x'
3 years ago
Scott Frederick
ee4e7bb923
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29982
3 years ago
Scott Frederick
59ffe28639
Ignore buildpack deprecation warnings in Paketo system tests
...
Fixes gh-29885
3 years ago