Skip to content

Commit

Permalink
Merge branch 'release/0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlopes committed Jan 24, 2020
2 parents c97523a + 5b574ae commit d9443c3
Show file tree
Hide file tree
Showing 9,052 changed files with 36,951 additions and 6,891,652 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ matrix:
dist: xenial
install: . ./install-jdk.sh --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk13?openjdk_impl=hotspot&os=linux&type=jdk&release=latest&heap_size=normal&arch=x64"
# GraalVM
- env: JDK='GraalVM 19.3.0 (8)'
- env: JDK='GraalVM 19.3.1 (8)'
os: linux
dist: xenial
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.0/graalvm-ce-java8-linux-amd64-19.3.0.tar.gz"
- env: JDK='GraalVM 19.3.0 (11)'
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.1/graalvm-ce-java8-linux-amd64-19.3.1.tar.gz"
- env: JDK='GraalVM 19.3.1 (11)'
os: linux
dist: xenial
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.0/graalvm-ce-java11-linux-amd64-19.3.0.tar.gz"
- env: JDK='GraalVM 19.3.0 (11)'
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.1/graalvm-ce-java11-linux-amd64-19.3.1.tar.gz"
- env: JDK='GraalVM 19.3.1 (11)'
os: linux
dist: xenial
arch: arm64
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.0/graalvm-ce-java11-linux-aarch64-19.3.0.tar.gz"
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.1/graalvm-ce-java11-linux-aarch64-19.3.1.tar.gz"
# OpenJ9
- env: JDK='OpenJ9 11'
os: linux
Expand All @@ -56,6 +56,7 @@ matrix:
install: . ./install-jdk.sh --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk13?openjdk_impl=openj9&os=linux&type=jdk&release=latest&heap_size=normal&arch=x64"
allow_failures:
- env: JDK='OpenJDK 13'
- env: JDK='OpenJ9 13'

script:
- ./mvnw clean verify
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.10.1] -
- fix resolver with credentials to process data as UTF8
- VM version added to the `versions` command
- New utility for proxies ASM
- generated code moved to `target`
- Update graal to 19.3
- Removed promise polyfill (not needed anymore)
- Update vert.x to 3.8.5

## [0.10.0] - 2019-11-22
- Upgraded Graal to 19.3.0
Expand Down Expand Up @@ -92,7 +99,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- ESM resolver can resolve npm modules that declare a `module` property.

## [0.7.3] - 2019-03-22
- Fixes bash script for debian like systems
- Fixes bash script for debian like systems
- Added a `version` command to list all versions
- Added a `jlink` command to create slim packages
- Updated dependencies
Expand Down Expand Up @@ -138,7 +145,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Bump `pg-reactive-client` to 0.10.3
- Fix `parsePaths` to properly convert slashes on windows.
- Unit tests are now fully async and do not lead file descriptors.
- Added a shortcut (`engine`) to the `process` object with the engine name.
- Added a shortcut (`engine`) to the `process` object with the engine name.
- Fix `util.promisify` on Graal when dealing with Java Objects.
- `AsyncError` helper to stitch asynchronous exception stacktraces.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install
Create your `index.js`:

```js
/// <reference types="es4x.d.ts" />
/// <reference types="es4x" />
// @ts-check

vertx
Expand Down
6 changes: 3 additions & 3 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.10.0</version>
<version>0.10.1</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>es4x-codegen</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>

<properties>
</properties>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child {
height: 17px;
margin: 0 3px 2px 0;
background-image: url(../images/icons.png); }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.tsd-kind-icon:before {
background-image: url(../images/[email protected]);
background-size: 238px 204px; } }
Expand Down Expand Up @@ -1558,7 +1558,6 @@ pre {
position: fixed !important;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
z-index: 1024;
top: 0 !important;
bottom: 0 !important;
Expand Down Expand Up @@ -1647,7 +1646,6 @@ html.minimal .tsd-navigation {
position: fixed !important;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
box-sizing: border-box;
z-index: 1;
left: 0;
Expand Down Expand Up @@ -1825,11 +1823,6 @@ footer {
-o-column-count: 2;
column-count: 2; } }
.tsd-index-panel ul.tsd-index-list li {
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
-ms-column-break-inside: avoid;
-o-column-break-inside: avoid;
column-break-inside: avoid;
-webkit-page-break-inside: avoid;
-moz-page-break-inside: avoid;
-ms-page-break-inside: avoid;
Expand Down Expand Up @@ -2237,7 +2230,7 @@ ul.tsd-type-parameters {
background-repeat: no-repeat;
text-indent: -1024px;
vertical-align: bottom; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before {
background-image: url(../images/[email protected]);
background-size: 320px 40px; } }
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit d9443c3

Please sign in to comment.