Skip to content

Commit 038c7ee

Browse files
committed
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2 parents 1c00de3 + 1f31f52 commit 038c7ee

6 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
2+
3+
[files]
4+
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar
5+
6+
[exec]
7+
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
2+
3+
[files]
4+
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar
5+
6+
[exec]
7+
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar

jetty-documentation/src/main/asciidoc/administration/alpn/alpn.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ The ALPN implementation, relying on modifications of OpenJDK classes, updates ev
351351
|1.8.0u192 |8.1.13.v20181017
352352
|1.8.0u201 |8.1.13.v20181017
353353
|1.8.0u202 |8.1.13.v20181017
354+
|1.8.0u211 |8.1.13.v20181017
355+
|1.8.0u212 |8.1.13.v20181017
354356
|=============================
355357

356358
[[alpn-build]]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[files]
2+
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar
3+
4+
[exec]
5+
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[files]
2+
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|lib/alpn/alpn-boot-8.1.13.v20181017.jar
3+
4+
[exec]
5+
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,30 @@
18141814
<alpn.version>8.1.13.v20181017</alpn.version>
18151815
</properties>
18161816
</profile>
1817+
<profile>
1818+
<id>8u211</id>
1819+
<activation>
1820+
<property>
1821+
<name>java.version</name>
1822+
<value>1.8.0_211</value>
1823+
</property>
1824+
</activation>
1825+
<properties>
1826+
<alpn.version>8.1.13.v20181017</alpn.version>
1827+
</properties>
1828+
</profile>
1829+
<profile>
1830+
<id>8u212</id>
1831+
<activation>
1832+
<property>
1833+
<name>java.version</name>
1834+
<value>1.8.0_212</value>
1835+
</property>
1836+
</activation>
1837+
<properties>
1838+
<alpn.version>8.1.13.v20181017</alpn.version>
1839+
</properties>
1840+
</profile>
18171841
<profile>
18181842
<id>jdk9</id>
18191843
<activation>

0 commit comments

Comments
 (0)