Java 9 modules : split package org.springframework.boot.context.properties #256
Labels
status: blocked
An issue that's blocked on an external project change
type: enhancement
A general enhancement
Milestone
This leads to this error when module-info.java requires
spring.boot
andspring.fu.kofu
(that includes modulespring.fu.autoconfigure.adapter
) :Solution is to change this package in project spring-fu-autoconfigure-adapter.
Edit : Even if the goal is to have these new classes included in spring.boot module, it should use a different package as long as it is provided as an external incubating module to allow jigsaw module to work.
The text was updated successfully, but these errors were encountered: