Skip to content

Commit

Permalink
Merge branch 'hotfix/0.13.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlopes committed Sep 30, 2020
2 parents 10727e1 + 2005c2e commit 364bb0c
Show file tree
Hide file tree
Showing 85 changed files with 335 additions and 379 deletions.
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.13.2] - 2020-09-22
- Fix detecting GraalVM version on GraalVM JDK8
- Lax the requirement of running `es4x install`,
if missing will be called before run

## [0.13.1] - 2020-09-22
- Upgraded vert.x to 3.9.3
- PM will warn about misalign Graal version
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,14 @@ JavaScript is fast, and this is the way to make it even faster 🚀🚀🚀

## Usage

```bash
# add es4x-pm globally
npm install -g es4x-pm
```

Create a project:

```
# create a generic project
mkdir my-app
cd my-app
# init the project
es4x init
npm init @es4x project
# add other dependencies...
npm install @vertx/unit --save-dev
npm install @vertx/core --save-prod
Expand Down
4 changes: 2 additions & 2 deletions codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>es4x-parent</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>es4x-codegen</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<tools.jar>${java.home}/../lib/tools.jar</tools.jar>
Expand Down
4 changes: 2 additions & 2 deletions es4x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>es4x-parent</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>es4x</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
10 changes: 8 additions & 2 deletions generator/io.reactiverse/elasticsearch-client/pom.xml
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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>elasticsearch-client</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<packaging>jar</packaging>

Expand All @@ -22,6 +22,12 @@
<npm-name>@reactiverse/elasticsearch-client</npm-name>
<npm-version>0.8.1ec7.5.1</npm-version>
<npm-skip>false</npm-skip>
<!-- language=json -->
<npm-dependencies>
{
"@vertx/core": "${stack.version}"
}
</npm-dependencies>
</properties>

<dependencies>
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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>es4x-vertx-stack</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-amqp-bridge/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-amqp-bridge</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-common</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-htdigest</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-htpasswd</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-jdbc</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-jwt</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-mongo</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-oauth2</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-auth-shiro</artifactId>
<version>0.13.1</version>
<version>0.13.2</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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-bridge-common</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-cassandra-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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-cassandra-client</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-circuit-breaker/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-circuit-breaker</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-config-consul/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-config-consul</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-config-git/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-config-git</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-config-hocon/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-config-hocon</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-config-kubernetes-configmap/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-config-kubernetes-configmap</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

<properties>
<maven.groupId>io.vertx</maven.groupId>
Expand Down
4 changes: 2 additions & 2 deletions generator/io.vertx/vertx-config-redis/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.13.1</version>
<version>0.13.2</version>
<relativePath>../..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-config-redis</artifactId>
<version>0.13.1</version>
<version>0.13.2</version>

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

0 comments on commit 364bb0c

Please sign in to comment.