Remove MaxPermSize=256M option in atlas-* commands
Description
Any call to Atlassian SDK will display the Java warning about ignoring the MaxPermSize option. Please update the SDK not to set this anymore as now Java 8 is the default platform, MaxPermSize is not supported anymore.
Error on command line
Environment
java-8
Testing Notes
Add notes...
Activity
@mpaisley, I don't understand why this is marked as fixed.
https://developer.atlassian.com/server/framework/atlassian-sdk/amps-6-3-16/ says it is fixed, although the change is in the SDK, not in AMPS, right? And the next SDK was released half a year later after it was announced it was fixed.
atlassian-plugin-sdk-windows 6.3.12, released October 2018 still has MaxPermSize
atlassian-plugin-sdk-windows 8.0.4, released February 2019 still has MaxPermSize
I don't see any other versions here: https://marketplace.atlassian.com/apps/1210950/atlassian-plugin-sdk-windows/version-history
Status - PR is all but done, just need to update the release notes and also the readme for AMPS to indicate that as of AMPS 6.3.x Java 8 is required
This may be done, however only in AMPS 6.1 - it's a breaking change to insist on JDK 8 only for previous versions.