adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Add support for Java 11 #96

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 5 years ago
Q                       A
Fixed Issues? Fixes #60
Patch: Bug Fix? No
Minor: New Feature? No
Major: Breaking Change? Yes
Tests Added + Pass? No
Documentation Provided No
Any Dependency Changes? Yes
License Apache License, Version 2.0

This PR fixes the project's compatibility with Java 11. The changes made are the same as in the PRs https://github.com/adobe/aem-sample-we-retail-journal/pull/45 and https://github.com/adobe/aem-core-wcm-components/pull/500. They are discussed in https://github.com/adobe/aem-core-wcm-components/issues/491.

samuelmeuli commented 5 years ago

Fixed the import order and rebased on development.