Re: Javac/Maven issues issues

2021-05-01 Thread Ralph Goers
OK. Release-2.x does run fine on Java 11. But 3.0 will simplify some things, although it appears the build won’t be one of them. Ralph > On May 1, 2021, at 2:13 PM, Gary Gregory wrote: > > Minor comment: Now that IBM provides Java 11 on the i Series, I suspect > that I will see more interest f

Re: Javac/Maven issues issues

2021-05-01 Thread Gary Gregory
Minor comment: Now that IBM provides Java 11 on the i Series, I suspect that I will see more interest from my day job about Java 11 since for us Java everyone must include IBM hardware. Gary On Wed, Apr 28, 2021, 03:14 Ralph Goers wrote: > I just thought I would update you that I have created

Re: Javac/Maven issues issues

2021-04-28 Thread Ralph Goers
I just thought I would update you that I have created https://github.com/rgoers/jpms-compile-fails to demonstrate the problem I am facing. It is much easier to verify the problem as you just have to clone the problem and then run mvn clean install.

Re: Javac/Maven issues issues

2021-04-22 Thread Ralph Goers
FYI - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8265826 has been created. Ralph > On Apr 17, 2021, at 4:04 PM, Ralph Goers wrote: > > Sorry, I should have added that I am sure I can work around the issues listed

Re: Javac/Maven issues issues

2021-04-17 Thread Ralph Goers
Sorry, I should have added that I am sure I can work around the issues listed below but it is going to make the build uglier than it should be. Ralph > On Apr 17, 2021, at 3:56 PM, Ralph Goers wrote: > > I have created a module-info.java file and added it to the project. I then > ran mvn clea

Javac/Maven issues issues

2021-04-17 Thread Ralph Goers
I have created a module-info.java file and added it to the project. I then ran mvn clean install in log4j-core. I expected it to have problems but not these. 1. Activator.java is getting an error saying it can’t find the Log4jPlugins class. However, after the compile fails you can clearly see th