-
###### Which version and edition of Flyway are you using?
7.9.1
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many bugs are fixed in newer r…
-
Hey,
it seems that this module uses internal functions of kotlin.reflect and thus is incompatible with the JPMS:
```
Caused by: java.util.ServiceConfigurationError: kotlin.reflect.jvm.internal.im…
-
# Target
JAX-RS should support JPMS.
# Granularity
* One big module?
* Cut into pieces? Which ones?
# Time Frame
* JAX-RS 2.2: Automatic-Module-Name in MANIFEST.MF
* JAX-RS 3.0: Real Modul…
mkarg updated
6 years ago
-
Hi,
First of all: Big thank you for this very usefull piece of code!
Questions:
Do you have plans to release 'easytable' as JPMS module?
If not: Would you be so kind and point me to info …
-
**Is your feature request related to a problem? Please describe.**
I am working on a Spring Boot 2.7 Java 17 application.
We are planning a feature where we chose jobrunr as part of the solution.…
-
I've noticed jlink doesn't work unless _every_ dependency has a module info.
I've tried and got this far:
`Error: automatic module cannot be used with jlink`
It seems dagger doesn't even set `…
-
As Java migrates to modules, support for modular artifacts becomes more important. Producing jmod files or modular jars as inputs to jlink will become required as older version of Java eventually are …
-
---
**From the maintainer Li Haoyi**: I'm putting a 500USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
These are newer Java tools that we should hav…
-
# Problem
If a module requires additional modules only for its test cases, the de-facto standard is to define an additional `module-info.java` file in `src/test/java` that should be declared open and…
-
In Jansi 2.4.0 this is the JPMS configuration:
```xml
org.apache.maven.plugins
maven-jar-plugin
3.2.0
…