Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxws-dev] Java 11 and removal of illegal reflective access operations

Hi,

On 8/26/19 7:36 AM, Campbell, Peter wrote:
Hi,

I’m currently using the Eclipse jax-ws-2.3.2 release to support our application for Java 11/12. While everything functions correctly (thank you) we get warnings about illegal reflective access operations from both Java 11 and 12, including that these operations will be denied in a future release.

From the source in GitHub I can see are in the process of upgrading the code for Java 11/12 (e.g. to use modules).

that is correct. At this point our key requirements are to support Java SE 8 and 11. Going forward, the main focus will be primarily to support LTS Java SE versions. Non-LTS, such as 12 or 13, are going to be supported on the best effort basis only.


What I was wanting to know is whether there is a schedule available for a fully Java 11/12 version. Will there be a single release or will functionality (particularly removal of illegal reflective accesses) be available via incremental release.

Unfortunately there is no official GA date for the next incremental release as people were busy with other tasks related to Jakarta EE 8 release. I believe there is going to be at least one incremental release this year bringing some improvements related to Java SE 11 (=at least one reflection access is going to be removed in next few days). We're also working towards making snapshot builds available through oss.sonatype.org repository.

thanks,
--lukas



Thanks - Pete


      Disclaimer

The information in this e-mail is confidential and may contain content that is subject to copyright and/or is commercial-in-confidence and is intended only for the use of the above named addressee. If you are not the intended recipient, you are hereby notified that dissemination, copying or use of the information is strictly prohibited. If you have received this e-mail in error, please telephone Fujitsu Australia Software Technology Pty Ltd on + 61 2 9452 9000 or by reply e-mail to the sender and delete the document and all copies thereof.


Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly transmit a virus within an email communication, it is the receiver’s responsibility to scan all communication and any files attached for computer viruses and other defects. Fujitsu Australia Software Technology Pty Ltd does not accept liability for any loss or damage (whether direct, indirect, consequential or economic) however caused, and whether by negligence or otherwise, which may result directly or indirectly from this communication or any files attached.


If you do not wish to receive commercial and/or marketing email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@xxxxxxxxxxxxxxxxxxx


_______________________________________________
jaxws-dev mailing list
jaxws-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jaxws-dev



Back to the top