You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make picocli-spring-boot-starter a named JPMS module with the following module-info:
/** * Defines Spring-based implementations of picocli APIs and picocli-based implementations * of Spring APIs for integrating picocli with Spring Boot and Spring Boot AutoConfiguration. * * @since 4.7.0 */moduleinfo.picocli.spring.boot {
requiresinfo.picocli;
requiresjava.util.logging;
// TBD: or spring.boot.starter (see #1604)requiresspring.boot;
requiresspring.boot.autoconfigure;
exportspicocli.spring;
exportspicocli.spring.boot.autoconfigure;
}
remkop
changed the title
Make picocli-spring-boot-starter a named JPMS module
Make picocli-spring-boot-starter an explicitly declared named JPMS module
Feb 26, 2022
Make picocli-spring-boot-starter a named JPMS module with the following
module-info
:The exact dependencies still TBD (see also #1604)
Related to #1298
The text was updated successfully, but these errors were encountered: