Skip to content

Commit

Permalink
Updated ALPN to JDK 8u201 and 8u202.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Jan 16, 2019
2 parents 2fc6185 + 0e17b56 commit 2a8b4c4
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ The ALPN implementation, relying on modifications of OpenJDK classes, updates ev
|1.8.0u181 |8.1.12.v20180117
|1.8.0u191 |8.1.13.v20181017
|1.8.0u192 |8.1.13.v20181017
|1.8.0u201 |8.1.13.v20181017
|1.8.0u202 |8.1.13.v20181017
|=============================

[[alpn-build]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,30 @@
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>8u201</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_201</value>
</property>
</activation>
<properties>
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>8u202</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_202</value>
</property>
</activation>
<properties>
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>jdk9</id>
<activation>
Expand Down

0 comments on commit 2a8b4c4

Please sign in to comment.