Skip to content

Commit

Permalink
Release 24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firatkucuk committed May 26, 2024
1 parent 453c7a3 commit 7c99ea2
Show file tree
Hide file tree
Showing 47 changed files with 135 additions and 135 deletions.
4 changes: 2 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
4 changes: 2 additions & 2 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=11.0.21-tem
maven=3.9.6
java=11.0.23-tem
maven=3.9.7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>23.12.1</version>
<version>24.5.0</version>
</dependency>
...
</dependencies>
Expand All @@ -27,7 +27,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
If you're using gradle add the dependency to your `build.gradle` file.

```groovy
implementation 'io.fria:lilo:23.12.1'
implementation 'io.fria:lilo:24.5.0'
```

## Basic Usage
Expand Down
4 changes: 2 additions & 2 deletions lilo-spring/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=17.0.9-tem
maven=3.9.6
java=17.0.11-tem
maven=3.9.7
4 changes: 2 additions & 2 deletions lilo-spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
<dependency>
<groupId>io.fria</groupId>
<artifactId>lilo-spring</artifactId>
<version>23.12.1</version>
<version>24.5.0</version>
</dependency>
...
</dependencies>
Expand All @@ -23,7 +23,7 @@ Just add a single **Lilo** dependency to your `pom.xml` file.
If you're using gradle add the dependency to your `build.gradle` file.

```groovy
implementation 'io.fria:lilo-spring:23.12.1'
implementation 'io.fria:lilo-spring:24.5.0'
```

## Usage
Expand Down
28 changes: 14 additions & 14 deletions lilo-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria</groupId>
<artifactId>lilo-spring</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.5.0</version>

<name>lilo-spring</name>
<description>Lilo GraphQL stitching library Spring Bindings</description>
Expand Down Expand Up @@ -45,25 +45,25 @@
<!-- Check the spring boot documentation -->
<!-- https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html -->
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<spring.version>6.1.2</spring.version>
<spring-boot.version>3.2.1</spring-boot.version>
<lilo.version>24.5.0</lilo.version>
<spring.version>6.1.8</spring.version>
<spring-boot.version>3.3.0</spring-boot.version>
<jakarta-servlet.version>6.0.0</jakarta-servlet.version>
<!-- Plugin Versions -->
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
<fmt-maven-plugin.version>2.21.1</fmt-maven-plugin.version>
<apache-rat-plugin.version>0.15</apache-rat-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<spotbugs-maven-plugin.version>4.8.5.0</spotbugs-maven-plugin.version>
<fmt-maven-plugin.version>2.23</fmt-maven-plugin.version>
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
<!-- Plugin Dependency Versions -->
<error-prone.version>2.23.0</error-prone.version>
<checkstyle.version>10.12.6</checkstyle.version>
<spotbugs.version>4.8.3</spotbugs.version>
<error-prone.version>2.27.1</error-prone.version>
<checkstyle.version>10.16.0</checkstyle.version>
<spotbugs.version>4.8.5</spotbugs.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lilo/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=11.0.21-tem
maven=3.9.6
java=11.0.23-tem
maven=3.9.7
34 changes: 17 additions & 17 deletions lilo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria</groupId>
<artifactId>lilo</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.5.0</version>

<name>lilo</name>
<description>Lilo GraphQL stitching library</description>
Expand Down Expand Up @@ -43,28 +43,28 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<graphql-java.version>21.3</graphql-java.version>
<jackson-databind.version>2.16.1</jackson-databind.version>
<reactor-core.version>3.6.1</reactor-core.version>
<graphql-java.version>22.1</graphql-java.version>
<jackson-databind.version>2.17.1</jackson-databind.version>
<reactor-core.version>3.6.6</reactor-core.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<mockito.version>5.8.0</mockito.version>
<slf4j.version>2.0.9</slf4j.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<mockito.version>5.12.0</mockito.version>
<slf4j.version>2.0.13</slf4j.version>
<!-- Plugin Versions -->
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
<fmt-maven-plugin.version>2.21.1</fmt-maven-plugin.version>
<apache-rat-plugin.version>0.15</apache-rat-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<spotbugs-maven-plugin.version>4.8.5.0</spotbugs-maven-plugin.version>
<fmt-maven-plugin.version>2.23</fmt-maven-plugin.version>
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
<!-- Plugin Dependency Versions -->
<error-prone.version>2.23.0</error-prone.version>
<checkstyle.version>10.12.6</checkstyle.version>
<spotbugs.version>4.8.3</spotbugs.version>
<error-prone.version>2.27.1</error-prone.version>
<checkstyle.version>10.16.0</checkstyle.version>
<spotbugs.version>4.8.5</spotbugs.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fria</groupId>
<artifactId>lilo-parent</artifactId>
<version>24.1.0-SNAPSHOT</version>
<version>24.5.0</version>
<packaging>pom</packaging>

<name>lilo-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=17.0.9-tem
maven=3.9.6
java=17.0.11-tem
maven=3.9.7
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
4 changes: 2 additions & 2 deletions samples/lilo-spring/01-subscription/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=17.0.9-tem
maven=3.9.6
java=17.0.11-tem
maven=3.9.7
4 changes: 2 additions & 2 deletions samples/lilo-spring/01-subscription/lilo-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo-spring/01-subscription/server1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo-spring/01-subscription/server2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
14 changes: 7 additions & 7 deletions samples/lilo-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Plugin Versions -->
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
<fmt-maven-plugin.version>2.21.1</fmt-maven-plugin.version>
<spotbugs-maven-plugin.version>4.8.5.0</spotbugs-maven-plugin.version>
<fmt-maven-plugin.version>2.23</fmt-maven-plugin.version>
<!-- Plugin Dependency Versions -->
<error-prone.version>2.23.0</error-prone.version>
<checkstyle.version>10.12.6</checkstyle.version>
<spotbugs.version>4.8.3</spotbugs.version>
<error-prone.version>2.27.1</error-prone.version>
<checkstyle.version>10.16.0</checkstyle.version>
<spotbugs.version>4.8.5</spotbugs.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
4 changes: 2 additions & 2 deletions samples/lilo/01-spring-boot-hello-world/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=17.0.9-tem
maven=3.9.6
java=17.0.11-tem
maven=3.9.7
4 changes: 2 additions & 2 deletions samples/lilo/01-spring-boot-hello-world/lilo-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo/01-spring-boot-hello-world/server1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo/01-spring-boot-hello-world/server2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
4 changes: 2 additions & 2 deletions samples/lilo/02-spring-boot-basic-stitching/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=17.0.9-tem
maven=3.9.6
java=17.0.11-tem
maven=3.9.7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo/02-spring-boot-basic-stitching/server1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/lilo/02-spring-boot-basic-stitching/server2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Dependency Versions -->
<lilo.version>24.1.0-SNAPSHOT</lilo.version>
<lilo.version>24.5.0</lilo.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<!-- Plugin Versions -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
Expand Down
Loading

0 comments on commit 7c99ea2

Please sign in to comment.