JSR376 specifies a modularization approach similar to, but different from, OSGi. At the end of the day we should provide proper module-info.java for each of our artifacts, so that our downstreams can properly bind and, more importantly, we clearly express which Java modules we require.
JSR376 specifies a modularization approach similar to, but different from, OSGi. At the end of the day we should provide proper module-info.java for each of our artifacts, so that our downstreams can properly bind and, more importantly, we clearly express which Java modules we require.