Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

r1809434 | rjung | 2017-09-23 16:45:48 +0200 (Sat, 23 Sep 2017) | 3 lines
Use the correct path when loading the JVMlogging.properties file for Java 9.
------------------------------------------------------------------------
r1806973 r1720196 | markt | 20172015-0912-01 1715 18:0405:45 +0200 0100 (Fri, 01 Sep 2017Tue, 15 Dec 2015) | 1 line
Java 9 allows us to be more selective with the JRE memory leak protectionMinor hack to get the unit tests passing on Java 9.

JarScanner requires more careful review in light of Java 9 modules.
------------------------------------------------------------------------
r1806932 r1692896 | markt | 20172015-0907-01 1327 17:1018:37 49 +0200 (Fri, 01 Sep 2017Mon, 27 Jul 2015) | 1 line
Add Java 9 support for JSPs

Back-ported for 8.5.x and 8.0.x. Can't back-port for 7.0.x as ECJ that supports Java 9 doesn't run on Java 6. Need to decide how to handle this.


Resolved

r1809434 | rjung | 2017-09-23 16:45:48 +0200 (Sat, 23 Sep 2017) | 3 lines 
Use the correct path when loading the JVMlogging.properties file for Java 9. 

Already back-ported.

--Update comment. We now have features that depend on Java 9.
------------------------------------------------------------------------ 
r1800617 r1806973 | markt | 2017-0709-03 1201 17:1904:46 45 +0200 (MonFri, 03 Jul 01 Sep 2017) | 1 line line 
Add necessary Java 9 configuration options to the startup scripts to prevent
warnings being generated on web application stop. allows us to be more selective with the JRE memory leak protection. 

Back-ports complete

------------------------------------------------------------------------ 
r1800614 r1806932 | markt | 2017-0709-03 1101 13:4810:01 37 +0200 (MonFri, 03 Jul 01 Sep 2017) | 1 line
Restore the local definition of the web service annotations since the JRE
provided versions are deprecated and Java 9 does not provide them by defaultline 
Update comment. We now have features that depend on Java 9.

Only applied to trunk.

------------------------------------------------------------------------ 
*r1791050 r1800617 | markt | 2017-0407-03 12 00:3619:01 46 +0200 (WedMon, 12 Apr 03 Jul 2017) | 1 line
Refactoring in preparation for line 
Add necessary Java 9 . Refactor to avoid using some methods
that will be deprecated in Java 9 onwards. configuration options to the startup scripts to prevent 
warnings being generated on web application stop. 

Back-ports complete

------------------------------------------------------------------------ 
r1791036 r1800614 | markt | 2017-0407-03 11 23:4048:13 01 +0200 (TueMon, 11 Apr 03 Jul 2017) | 1 line 
Restore the local definition of the web service annotations since the JRE 
provided versions are deprecated and Java 9 does not provide them by default. 

Not back-ported as this change reverted a previous change.

line
Java 8 and Java 9 friendly alternative
------------------------------------------------------------------------
r1791032 *r1791050 | markt | 2017-04-11 2312 00:3436:50 01 +0200 (TueWed, 11 12 Apr 2017) | 1 line
Revert the Java 9 change that breaks in Java 8 line 
Refactoring in preparation for Java 9. Refactor to avoid using some methods 
that will be deprecated in Java 9 onwards. 

Back-ports complete

------------------------------------------------------------------------ 
r1791028 | markt | 2017-04-11 23:16:04 +0200 (Tue, 11 Apr 2017) | 1 line line 
Refactoring in preparation for Java 9. Refactor to avoid using some methods methods 
that will be deprecated in Java 9 onwards. 

Back-ports complete

------------------------------------------------------------------------ 
r1791027 | markt | 2017-04-11 22:40:36 +0200 (Tue, 11 Apr 2017) | 1 line line 
Refactoring in preparation for Java 9. Refactor to avoid using some methods methods 
that will be deprecated in Java 9 onwards. 

Back-ports complete

------------------------------------------------------------------------ 
*r1782857 r1791036 | markt | 2017-0204-13 2111 23:3940:14 13 +0100 0200 (MonTue, 13 Feb 11 Apr 2017) | 3 lines
Java 9 support for annotation scanningBased
on:1 line 
Java 8 and Java 9 friendly alternative

Back-ported to 8.5.x but no further as encoding detector has not been back-ported further.http://cr.openjdk.java.net/~mr/jigsaw/spec/lang-vm.html#jigsaw-2.6
------------------------------------------------------------------------ 
r1779545 r1791032 | markt | 2017-0104-20 0111 23:1234:16 50 +0100 0200 (FriTue, 20 Jan 11 Apr 2017) | 2 lines
Adding ALPN support for JSSE with Java 9Enable ALPN and also, therefore,
HTTP/2 1 line 
Revert the Java 9 change that breaks in Java 8 

Back-ported to 8.5.x but no further as encoding detector has not been back-ported further.

- for the NIO and NIO2 HTTP connectors when using the JSSE implementation
for TLS when running on Java 9.
------------------------------------------------------------------------ 
r1779313 *r1782857 | markt | 2017-0102-18 1213 21:2339:17 14 +0100 (WedMon, 18 Jan 13 Feb 2017) | 3 lines 
Java 9 support for annotation scanningBased 
on:http://cr.openjdk.java.net/~mr/jigsaw/spec/lang-vm.html#jigsaw-2.6 

1 line
ws police (I need to configure my Java 9 dev environment correctly)
------------------------------------------------------------------------ r1778603

r1779545 | markt | 2017-01-13 1520 01:4212:01 16 +0100 (Fri, 13 20 Jan 2017) | 2 lines lines 
Adding ALPN support for JSSE with Java 9Add some plumbing to exposed the client
requested application protocols to the method that configures the SSLEngine 9Enable ALPN and also, therefore, 
HTTP/2 for the NIO and NIO2 HTTP connectors when using the JSSE implementation 
for TLS when running on Java 9. 

Back-ported to 8.5.x but not further since 8.0.x and earlier do not support/require ALPN.

------------------------------------------------------------------------ 

r1778575 r1779313 | markt | 2017-01-13 1318 12:5023:01 17 +0100 (FriWed, 13 18 Jan 2017) | 2 lines
Adding ALPN support for JSSE with Java 9Expand the data extracted from the TLS
client hello to include the client requested ALPN names1 line 
ws police (I need to configure my Java 9 dev environment correctly) 

Related to ALPN and handled as part of those back-ports.

------------------------------------------------------------------------ 
*r1766822 r1778603 | markt | 20162017-1001-27 13 15:5942:41 01 +0200 0100 (Thu, 27 Oct 2016Fri, 13 Jan 2017) | 2 lines
ThreadLocal leak detection is now hitting Java 9 module issues.
Catch the error and provide a useful error message if this happenslines 
Adding ALPN support for JSSE with Java 9Add some plumbing to exposed the client 
requested application protocols to the method that configures the SSLEngine 

Back-ported to 8.5.x but not further since 8.0.x and earlier do not support/require ALPN.

------------------------------------------------------------------------ 
r1720196 r1778575 | markt | 20152017-1201-15 1813 13:0550:45 01 +0100 (Tue, 15 Dec 2015Fri, 13 Jan 2017) | 1 line
Minor hack to get the unit tests passing on Java 9.2 lines 
Adding ALPN support for JSSE with Java 9Expand the data extracted from the TLS 
client hello to include the client requested ALPN names. 

Back-ported to 8.5.x but not further since 8.0.x and earlier do not support/require ALPN JarScanner requires more careful review in light of Java 9 modules.

------------------------------------------------------------------------ 
r1692896 *r1766822 | markt | 20152016-0710-27 1715:1859:49 41 +0200 (MonThu, 27 Jul 2015Oct 2016) | 1 line
Add Java 9 support for JSPs

Back-ported for 8.5.x and 8.0.x. Can't back-port for 7.0.x as ECJ that supports Java 9 doesn't run on Java 6. Need to decide how to handle this.

2 lines 
ThreadLocal leak detection is now hitting Java 9 module issues. 
Catch the error and provide a useful error message if this happens. 

Back-ports complete.Resolved

------------------------------------------------------------------------ 
r1779932 | markt | 2017-01-23 15:16:32 +0100 (Mon, 23 Jan 2017) | 2 lines 
Remove unused code, effectively reverting 1779370 and 1779612. 
Java 9 is now handled in other branch of if/else. 

...