Skip to content

Commit

Permalink
Merge branch 'release/0.21.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlopes committed Dec 18, 2023
2 parents a3e6d06 + f565d32 commit c6e839f
Show file tree
Hide file tree
Showing 81 changed files with 175 additions and 170 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: ['22.3.1']
version: ['23.0.1']
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: [11, 17]
version: [17]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache JVM
id: cache-java
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ runner.temp }}/java_package.tar.gz
Expand All @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-java-
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.version }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.21.0] - 2023-12-18
* Bumped Graal to 23.0.2
* Bumped vertx to 4.5.1
* Bumped Graal to 23.0.1

## [0.20.0] - 2023-06-16
* Bumped vertx to 4.4.3
* Bumped Graal to 22.3.2 LTS
Expand Down
4 changes: 2 additions & 2 deletions codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>es4x-parent</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>es4x-codegen</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions es4x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>es4x-parent</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>es4x</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>reactiverse-contextual-logging</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>es4x-parent</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>es4x-vertx-stack</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-amqp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-amqp-client</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-common</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-htdigest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-htdigest</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-htpasswd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-htpasswd</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-jdbc</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-jwt</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-ldap</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-mongo</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-oauth2</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-otp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-otp</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-properties</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-shiro</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-sql-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-sql-client</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-auth-webauthn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-webauthn</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-bridge-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse.es4x</groupId>
<artifactId>es4x-generator</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-bridge-common</artifactId>
<version>0.20.0</version>
<version>0.21.0</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
Loading

0 comments on commit c6e839f

Please sign in to comment.