On 07/10/2020 18:51, 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.
> 
>> 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 right way to be doing thing all along, but it does
>> feel like a significant change and not a simple upgrade with a version
>> bump.
>>
>> There is also a new tomcat-embed-programmatic.jar in the
>> apache-tomcat-9.0.38-embed.zip distribution but it does not seem to be
>> available alone in maven central:
>> https://mvnrepository.com/artifact/org.apache.tomcat.embed
> 
> I suspect the new JAR was added to the main build script but not the
> script that does the Maven upload.
> 
> That should be something we can fix for the November release round.

I should have spotted that you were using mvnrepository.com. That site
should not be considered reliable. It is often missing (recently?)
released JARs.

You should use the Maven Central repository at:
https://search.maven.org/

The tomcat-embed-programmatic.jar is available in that repo.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to