Commit Graph

20 Commits

Author SHA1 Message Date
Brian Clozel
2de2c9fcea Upgrade to Reactor 2022.0.0
Closes gh-538
2022-11-22 11:09:05 +01:00
Brian Clozel
0dfe9e5706 Upgrade to Micrometer 1.10.1
Closes gh-539
2022-11-22 11:08:27 +01:00
Brian Clozel
2c2307abba Upgrade to Spring Data 2022.0.0
Closes gh-540
2022-11-22 11:07:50 +01:00
Brian Clozel
b3b1bca7b4 Upgrade to Spring Security 6.0.0
Closes gh-541
2022-11-22 11:07:28 +01:00
Brian Clozel
edc10144c5 Upgrade to Context Propagation 1.0.0
Closes gh-542
2022-11-22 11:06:55 +01:00
Brian Clozel
7894dd5dbe Upgrade to Spring Framework 6.0.0
This change aligns with the Jakarta API requirements in Spring
Framework.
This commit also upgrades optional dependencies with the latest compatible
versions.

Closes gh-543
2022-11-22 11:04:57 +01:00
Brian Clozel
e10674c7ad Upgrade to Spring Security 6.0.0-RC1
Closes gh-515
2022-10-18 16:46:50 +02:00
Brian Clozel
68f07d4165 Upgrade to Spring Data 2022.0.0-RC1
Closes gh-514
2022-10-18 16:46:15 +02:00
Brian Clozel
5f99f8a449 Upgrade to Micrometer 1.10.0-RC1
Closes gh-513
2022-10-18 16:45:47 +02:00
Brian Clozel
6b7a633741 Upgrade to Reactor 2022.0.0-RC1
Closes gh-512
2022-10-18 16:45:03 +02:00
Brian Clozel
6ebdc46fa3 Upgrade to Jackson 2.13.4.20221013 2022-10-18 16:42:05 +02:00
Brian Clozel
1b19189500 Add Observability support
Prior to this commit, metrics instrumentation was provided by Spring
Boot, using Micrometer metrics. The `Instrumentation` would publish two
timers and a counter, but would not support tracing.

This commit replaces the former with a dedicated support in Spring for
GraphQL directly. This uses the new `Observation` API from Micrometer
and publishes two observations:

* a request execution observation, with timing and tracing included
* a data fetching observation with the request execution as a parent
  observation

Closes gh-501
2022-10-18 15:51:48 +02:00
Brian Clozel
c414411278 Upgrade dependencies
* switch to expected Hibernate version
* upgrade log4j2 dependency
2022-10-11 14:26:22 +02:00
Brian Clozel
39d97ef7fc Upgrade to Context Propagation 1.0.0-RC1
Closes gh-505
2022-10-11 14:26:02 +02:00
Brian Clozel
00ca12f414 Switch to Reactor and Context Propagation SNAPSHOTs 2022-10-06 15:56:39 +02:00
Brian Clozel
a69b7bc687 Upgrade dependencies 2022-09-20 12:11:48 +02:00
rstoyanchev
f052a51307 Upgrade to Reactor 2022.0.0 snapshots 2022-09-06 12:37:46 +01:00
rstoyanchev
973fc567f3 Upgrade to Micrometer context-propagation snapshots
Closes gh-477
2022-09-06 12:33:56 +01:00
Brian Clozel
304b3afd3b Merge branch '1.0.x' 2022-09-01 14:27:28 +02:00
Brian Clozel
c12b46fc11 Replace dependency management plugin with Gradle platform support 2022-09-01 11:43:31 +02:00