spring-projects / eclipse-integration-tcserver

Eclipse Integration for vFabric tc Server
Eclipse Public License 1.0
15 stars 22 forks source link

Don't add MaxPermSize to VM arguments #15

Open davideanderson opened 1 year ago

davideanderson commented 1 year ago

MaxPermSize has been deprecated since Java 8. It used to simply cause a warning if it was present. However, now it prevents the VM from starting at all as it is now an unrecognized VM parameter. It would be nice if this integration didn't always add it in as a VM argument.

patbaumgartner commented 1 year ago

@BoykoAlex Thanks for the change you did. Where can we get the built artifacts? Tried to clone the repo and build it myself as described, but that did not work ... 😢

martinlippert commented 1 year ago

@patbaumgartner Since we do not maintain this project anymore, we don't run builds anymore on a regular base and we haven't looked into re-activating and fixing the builds yet - unfortunately. Therefore can't really promise any ETA for this.

patbaumgartner commented 1 year ago

By removing the aws extension, managed to build the plugin again. Now struggling to add a Java 17-based app to the tc server v5.

@martinlippert thanks for the update!