Commit Graph

13 Commits

Author SHA1 Message Date
Brian Clozel
f012a460ae Upgrade dependencies
This commit upgrades mandatory and optional dependencies:

* Spring Data 2023.0.0-M3
* Micrometer 1.11.0-M2
* Micrometer Tracing 1.11.0-M2
* Kotlin 1.8.10

Closes gh-648
Closes gh-649
Closes gh-650
Closes gh-652
2023-03-20 18:40:54 +01:00
Brian Clozel
9bd137ed52 Set current version to 1.2.0-SNAPSHOT 2023-02-01 15:17:14 +01:00
Brian Clozel
f8c3e496aa Upgrade to Kotlin 1.7.22 2023-01-13 14:30:22 +01:00
Brian Clozel
ef7784ee1c Refactor Kotlin configuration in build 2023-01-11 10:04:02 +01:00
Spring Builds
496bc31151 Next development version (v1.1.2-SNAPSHOT) 2022-12-20 10:16:21 +00:00
Spring Builds
2f27cc7c8e Next development version (v1.1.1-SNAPSHOT) 2022-11-22 11:10:35 +00:00
Brian Clozel
f3a2192f03 Switch to 1.1.0-SNAPSHOTs
See gh-424
2022-06-24 14:58:20 +02:00
Spring Builds
ad6bc30eba Next development version (v1.0.1-SNAPSHOT) 2022-05-18 14:23:25 +00:00
Brian Clozel
391690e5e9 Revert to 1.0.0-SNAPSHOT 2022-05-18 16:08:07 +02:00
Spring Builds
5a23aa8851 Next development version (v1.0.1-SNAPSHOT) 2022-05-18 12:18:54 +00:00
Brian Clozel
641b0f0506 Align Kotlin dependency on Spring Framework 5.3.x
Prior to this commit, spring-graphql would depend on Kotlin 1.6, which
is not in line with Spring Framework 5.3.x requirements. This commit
realigns our dependency management on Kotlin 1.5.x.

Also, this commit configures the build to not publish a kotlin-stdlib
runtime dependency in our POM.

Closes gh-265
2022-01-19 14:54:36 +01:00
Brian Clozel
212392d73f Move version configuration to Gradle properties 2021-07-05 15:10:08 +02:00
Andreas Marek
7b549d7932 basic spring mvc and spring mvc starter integration which exposes a GraphQL endpoint 2020-08-25 06:34:33 +01:00