Moritz Halbritter
53b2c85df0
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30541
3 years ago
Moritz Halbritter
18c62e2bf3
Merge pull request #30535 from chrisrhut
...
* gh-30535:
Add Tomcat locale mapping for Japanese to preserve UTF-8 charset
Closes gh-30535
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
0f229e79e3
Merge branch '2.7.x'
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
Brian Clozel
d476d8e37b
Move GraphQL test document files
...
After changes performed in spring-projects/spring-graphql#338 , GraphQL
test documents now have a different test location.
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
Moritz Halbritter
b5a02d9a66
Merge pull request #30498 from izeye
...
* gh-30498:
Polish documentation
Closes gh-30498
3 years ago
izeye
09d6215b65
Polish documentation
...
See gh-30498
3 years ago
Moritz Halbritter
9791318e55
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
fc2a6554c6
Merge pull request #30472 from jonatan-ivanov
...
* gh-30472:
Add support for Prometheus Exemplars
Closes gh-30472
3 years ago
Jonatan Ivanov
d0bc31a5e9
Add support for Prometheus Exemplars
...
See gh-30472
3 years ago
Brian Clozel
714418e17a
Merge branch '2.7.x'
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
f44e9d472f
Merge branch '2.7.x'
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
Stephane Nicoll
4faa1a741d
Merge pull request #30506 from izeye
...
* pr/30506:
Test Spring Boot Gradle Plugin against Gradle 7.4.2
Closes gh-30506
3 years ago
izeye
40d0e38e76
Test Spring Boot Gradle Plugin against Gradle 7.4.2
...
See gh-30506
3 years ago
Stephane Nicoll
3129f197c3
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
0a9f34b872
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
062533f5ae
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
f538995f07
Merge pull request #30507 from izeye
...
* pr/30507:
Upgrade to Gradle 7.4.2
Closes gh-30507
3 years ago
izeye
9e1120617d
Upgrade to Gradle 7.4.2
...
See gh-30507
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
Spring Builds
54fabf473f
Next development version (v2.6.7-SNAPSHOT)
3 years ago
Spring Builds
0019243d25
Next development version (v2.5.13-SNAPSHOT)
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
5a18234fe6
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
d8ab655d4a
Merge branch '2.6.x' into 2.7.x
3 years ago