argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

project ready for modern JDK (JDK11 & JDK14) and easy startup via maven #42

Closed koaben closed 3 years ago

koaben commented 3 years ago

I had to ensure maven build was using Java 7 (it was set to Java 5 by default, which is not supported on JDK 14). To make the project work on Java 7, three Java classes needed a small fix. Now the project builds for Java 7. Also added startup command to maven pom, so argouml can be started from command line with just using this command "mvn exec:java" .

linustolke commented 3 years ago

For some reason the function importing Pull requests into gerrithub does not work on this PR. I will create the gerrithub changes in my workspace.

linustolke commented 3 years ago

It was the ChangeIDs that were missing. I guess the import function doesn't work with multi-change Pull requests without ChangeID.

I have now imported this to changes: 517218 517219 517220