On Wed, Jul 29, 2020 at 7:30 AM Mantas Gridinas <
mgri...@gmail.com> wrote:
>
> Yo!
>
Hi there!
So, first, yes, 1.3.4 and 1.5.1 APIs should be compatible enough
(project does follow SemVer), so anything that works against 1.3.4
should work with 1.5.1 too (reverse may or may not work as minor
versions add functionality but chances are even downgrade would work).
As to module name... 1.3.4 added "Automatic Module Name" for simplest
compatibility with module system;
but 1.5.1 added full module-info (using Moditect plug-in). But both
define module name as "com.fasterxml.classmate",
no change between versions, so it might just work; however, my
knowledge about workings of Java module system is quite limited.
I know there are some differences between jars that only define
Automatic Module Name, and those with full module-info.class.
-+ Tatu +-