Test Java 11 in Travis CI (#1311)

* Bump pax.exam.version from 4.11.0 to 4.13.1

Bumps `pax.exam.version` from 4.11.0 to 4.13.1.

Updates `pax-exam-container-native` from 4.11.0 to 4.13.1

Updates `pax-exam-junit4` from 4.11.0 to 4.13.1

Updates `pax-exam-link-assembly` from 4.11.0 to 4.13.1

Updates `pax-exam-link-mvn` from 4.11.0 to 4.13.1

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump pax.url.version from 2.5.2 to 2.5.4

Bumps `pax.url.version` from 2.5.2 to 2.5.4.

Updates `pax-url-aether` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/ops4j/org.ops4j.pax.url/releases)
- [Commits](https://github.com/ops4j/org.ops4j.pax.url/compare/url-2.5.2...url-2.5.4)

Updates `pax-url-reference` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/ops4j/org.ops4j.pax.url/releases)
- [Commits](https://github.com/ops4j/org.ops4j.pax.url/compare/url-2.5.2...url-2.5.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump maven-javadoc-plugin from 2.10.4 to 3.0.1

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 2.10.4 to 3.0.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-2.10.4...maven-javadoc-plugin-3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump maven-bundle-plugin from 3.3.0 to 4.1.0

Bumps maven-bundle-plugin from 3.3.0 to 4.1.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump maven-compiler-plugin from 3.7.0 to 3.8.0

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.7.0...maven-compiler-plugin-3.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Test Java 11 in Travis CI

* Bump jacoco-maven-plugin to 0.8.2

* Bump maven-surefire-plugin to 2.22.1

* Update felix framework to 6.0.1
pull/1320/head
Matteo Gazzetta 6 years ago committed by Brett Wooldridge
parent af5996c6bc
commit 9de3044491

@ -27,6 +27,7 @@ matrix:
- jdk: oraclejdk9
env:
- JDK=9
- jdk: oraclejdk11
install: /bin/true

@ -7,8 +7,8 @@
<sureFireForks9>false</sureFireForks9>
<artifact.classifier />
<felix.bundle.plugin.version>3.3.0</felix.bundle.plugin.version>
<felix.version>5.6.8</felix.version>
<felix.bundle.plugin.version>4.1.0</felix.bundle.plugin.version>
<felix.version>6.0.1</felix.version>
<hibernate.version>5.2.10.Final</hibernate.version>
<javassist.version>3.24.1-GA</javassist.version>
<jndi.version>0.11.4.1</jndi.version>
@ -17,8 +17,8 @@
<micrometer.version>1.0.0</micrometer.version>
<simpleclient.version>0.0.26</simpleclient.version>
<mockito.version>2.23.4</mockito.version>
<pax.exam.version>4.11.0</pax.exam.version>
<pax.url.version>2.5.2</pax.url.version>
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.version>2.5.4</pax.url.version>
<postgresql.version>42.1.4</postgresql.version>
<slf4j.version>1.7.25</slf4j.version>
<log4j.version>2.11.1</log4j.version>
@ -265,7 +265,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<version>0.8.2</version>
<executions>
<!-- Prepares the property pointing to the JaCoCo runtime agent which is passed as VM argument when Maven the Surefire plugin is executed. -->
<execution>
@ -361,7 +361,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<extensions>true</extensions>
<configuration>
<source>1.8</source>
@ -383,7 +383,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.22.1</version>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine} ${sureFireOptions9}</argLine>
@ -415,7 +415,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.1</version>
<configuration>
<show>public</show>
<excludePackageNames>com.zaxxer.hikari.hibernate:com.zaxxer.hikari.metrics.*:com.zaxxer.hikari.pool:com.zaxxer.hikari.util</excludePackageNames>

Loading…
Cancel
Save