Commit Graph

96 Commits

Author SHA1 Message Date
rstoyanchev
6d9a8a2b74 Forward compatibility with GraphQL Java 21
Closes gh-974
2024-05-20 16:55:23 +01:00
Brian Clozel
b66eb64241 Re-enable checkstyle configuration in project
See gh-943
2024-04-04 22:04:33 +02:00
Brian Clozel
f21db214c5 Upgrade to Spring Framework 6.0.18
Closes gh-938
2024-03-28 14:17:27 +01:00
Brian Clozel
e7840e418b Upgrade to GraphQL Java 20.9
Closes gh-936
2024-03-28 09:27:16 +01:00
Brian Clozel
f054149e35 Upgrade to Spring Framework 6.0.17
Closes gh-909
2024-02-17 19:01:25 +01:00
Brian Clozel
b0b077c6dd Upgrade to GraphQL Java 20.7
Closes gh-852
2023-11-21 11:27:26 +01:00
Brian Clozel
001daac186 Upgrade to Spring Framework 6.0.14
Closes gh-851
2023-11-21 11:26:50 +01:00
Brian Clozel
bfbf4cf9f8 Upgrade to GraphQL Java 20.6
Closes gh-810
2023-09-17 17:51:16 +02:00
Brian Clozel
111d05d216 Upgrade to Spring Framework 6.0.12
Closes gh-809
2023-09-17 17:50:37 +02:00
Brian Clozel
956d50404f Upgrade to Spring Framework 6.0.11 and Spring Boot 3.1.1 2023-07-17 16:57:19 +02:00
Brian Clozel
2d135bfe20 Upgrade build to Spring Boot 3.1.0 2023-06-19 20:43:17 +02:00
Brian Clozel
8d8828bae6 Upgrade to GraphQL Java 20.4
Closes gh-728
2023-06-19 20:42:50 +02:00
Brian Clozel
04a2da9066 Upgrade to Spring Framework 6.0.10
Closes gh-727
2023-06-19 20:40:50 +02:00
Brian Clozel
ba42c0b9ed Upgrade to Spring Boot 3.1.0-RC2 2023-05-15 14:59:30 +02:00
Brian Clozel
79ddfe0c47 Upgrade to Spring Framework 6.0.9
Closes gh-701
2023-05-15 14:53:49 +02:00
Brian Clozel
84f8cfe446 Upgrade dependencies
* Spring Data 2023.0.0-RC1
* Spring Security 6.1.0-RC1
* Micrometer 1.11.0-RC1
* Micrometer Tracing 1.1.0-RC1
* Context Propagation 1.1.0-M2
* Jackson 2.15.0-rc3
* GraphQL Java 20.2
* Spring Framework 6.0.8

Closes gh-663
Closes gh-664
Closes gh-665
Closes gh-666
Closes gh-667
Closes gh-668
Closes gh-669
Closes gh-670
2023-04-19 11:37:55 +02:00
Brian Clozel
c829053455 Merge branch '1.1.x' 2023-03-20 18:25:44 +01:00
Brian Clozel
d28d9091d7 Upgrade dependencies
This commit upgrades mandatory and optional dependencies:

* Spring Framework 6.0.7
* GraphQL Java 19.3
* Reactor 2022.0.5
* Micrometer 1.10.5
* Micrometer Tracing 1.0.3
* Spring Data 2022.0.3
* Spring Security 6.0.2

Closes gh-641
Closes gh-642
Closes gh-643
Closes gh-644
Closes gh-645
Closes gh-646
Closes gh-647
2023-03-20 18:20:43 +01:00
Brian Clozel
f3c7303737 Merge branch '1.1.x' 2023-02-21 11:43:03 +01:00
Brian Clozel
a959e749fe Upgrade to Spring Framework 6.0.5
Closes gh-618
2023-02-21 11:40:52 +01:00
Brian Clozel
2e4038393e Merge branch '1.1.x' 2023-02-14 16:08:13 +01:00
Brian Clozel
beafa43f25 Upgrade other dependencies
* Spring Framework 6.0.4
* Spring Data 2022.0.1
* Jackson 2.14.2
* Reactor 2022.0.2
2023-02-14 16:06:14 +01:00
Brian Clozel
d261b292b5 Upgrade to GraphQL Java 20.0
See gh-596
2023-02-01 15:43:24 +01:00
Brian Clozel
ef7784ee1c Refactor Kotlin configuration in build 2023-01-11 10:04:02 +01:00
Brian Clozel
acf1f30c40 Document GraalVM Native support
This commit documents the GraalVM Native image support in Spring for
GraphQL and lists relevant pointers to the Spring Framework and Spring
Boot documentations.

This also explains how developers are expected to provide reachability
hints for the cases where the AOT processing is not able to discover the
relevant types.

Closes gh-581
2022-12-16 10:31:11 +01:00
Brian Clozel
decbc40e48 Upgrade to Spring Framework 6.0.3
Closes gh-555
2022-12-15 16:38:17 +01:00
Brian Clozel
0458f15ddd Move deployment repository config to a Gradle convention
This commit moves the configuration of a local Maven deployment
repository in a dedicated Gradle convention and applies it to all
sub-projects. This separates the publishing configuration for actual
project modules (that are meant to be published on Maven Central) from
the infrastructure sub-projects such as the documentation one.
2022-12-06 17:05:50 +01:00
Brian Clozel
9165c25c25 Start building against Spring Framework 6.0.3 SNAPSHOTs
See gh-555
2022-12-01 17:41:31 +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
ba6b6c7172 Upgrade to Spring Framework 6.0.0-RC1
Closes gh-510
2022-10-17 23:34:37 +02:00
Brian Clozel
37625fe081 Fix Javadoc generation with Java 17
This project removes all customizations that were tailored for Java 8
Javadoc generation.

Fixes gh-494
2022-10-06 09:36:44 +02:00
Brian Clozel
a69b7bc687 Upgrade dependencies 2022-09-20 12:11:48 +02:00
Brian Clozel
3dd42b5061 Upgrade to GraphQL Java 19.2
Closes gh-444
2022-09-08 13:46:04 +02: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
rstoyanchev
4868ab4d49 Temporarily revert to Micrometer context-propagation M4
See gh-459
2022-09-01 08:44:16 +01:00
rstoyanchev
f680892dfc Switch to io.micrometer:context-propagation library
See gh-459
2022-08-31 21:29:11 +01:00
Rossen Stoyanchev
3d11351ae3 Upgrade to the latest milestones 2022-08-09 16:01:52 +03:00
Brian Clozel
40c354a84c Upgrade to GraphQL Java 19.0
This new release makes the request `Locale` mandatory.

Closes gh-444
2022-08-01 10:46:28 +02:00
Brian Clozel
666a4fe60d Upgrade to GraphQL Java 18.3
Closes gh-456
2022-08-01 10:02:26 +02:00
Brian Clozel
355f32213a Merge branch '1.0.x' 2022-07-20 16:12:30 +02:00
张天赐
8ce2622d6c Use Gradle Toolchain in build
Closes gh-442
2022-07-20 16:09:01 +02:00
Brian Clozel
92ba608141 Upgrade optional dependencies in build 2022-07-20 14:38:43 +02:00
Brian Clozel
8d686a0ac4 Merge branch '1.0.x' 2022-07-20 14:36:40 +02:00
Brian Clozel
e87507be85 Upgrade to GraphQL Java 18.2
Closes gh-446
2022-07-20 14:34:00 +02:00
Brian Clozel
e522beaf5f Upgrade baseline to Java 17 and Jakarata EE 9
Closes gh-426
2022-06-24 15:07:42 +02:00
Brian Clozel
26c5cf0265 Align dependency management with Spring Boot 2.7.0 2022-05-17 16:06:58 +02:00
Brian Clozel
bd9d417c8a Fix Kotlin compiler configuration
The `-Xopt-in` option is now deprecated and replaced by `-opt-in`.
2022-05-16 11:31:04 +02:00
rstoyanchev
57e9ccbfd8 Upgrade to GraphQL Java 18.1 2022-05-13 03:02:30 +01:00
Brian Clozel
c5d6de8266 Disable publication of test-fixtures JARs 2022-04-19 18:16:45 +02:00