Re: tc-embed-9.0.38 : module does not declare uses

2020-10-09 Thread marc . davenport
On 10/9/20 11:49 AM, Mark Thomas wrote: On 09/10/2020 16:38, marc.davenp...@oracle.com wrote: Hello all, I'm trying to upgrade from 9.0.35 to 9.0.38.  I know that explicit module definitions were added between .37 & .38.  I'm just trying to shake out the changes needed on our end to use it. I

tc-embed-9.0.38 : module does not declare uses

2020-10-09 Thread marc . davenport
Hello all, I'm trying to upgrade from 9.0.35 to 9.0.38.  I know that explicit module definitions were added between .37 & .38.  I'm just trying to shake out the changes needed on our end to use it. It's my tentative grasp on proper use of modules, but I could use some help. Now when we are st

Re: new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread marc . davenport
On 10/7/20 2:50 PM, Mark Thomas wrote: On 07/10/2020 19:47, marc.davenp...@oracle.com wrote: On 10/7/20 1:51 PM, Mark Thomas wrote: On 07/10/2020 18:29, marc.davenp...@oracle.com wrote: I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some significant changes that I don't see l

Re: new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread marc . davenport
On 10/7/20 1:51 PM, Mark Thomas wrote: On 07/10/2020 18:29, marc.davenp...@oracle.com wrote: I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some significant changes that I don't see listed in the changelog. There are covered by the entry for bug 64540. Ah, thank you for t

new module-info.class & tomcat-embed-programmatic.jar in 9.0.38 embed distribution.

2020-10-07 Thread marc . davenport
I'm doing a simple upgrade from 9.0.35 to 9.0.38 embed. I notice some significant changes that I don't see listed in the changelog. Until 9.0.37 tomcat-embed-core.jar did not have a module-info. Now in 9.0.38 it does.  This changes the modules I need to require when using it. This may be the r