eclipse-uml2 / uml2

An EMF-based implementation of the UML 2.x metamodel for the Eclipse platform.
Eclipse Public License 2.0
5 stars 4 forks source link

Track EF evolution #110

Open eclipse-uml2-bot opened 1 week ago

eclipse-uml2-bot commented 1 week ago

| --- | --- | | Bugzilla Link | 574491 | | Status | NEW | | Importance | P3 normal | | Reported | Jun 28, 2021 05:10 EDT | | Modified | Jun 28, 2021 05:10 EDT | | Reporter | Ed Willink |

Description

pack200 is not supported post Java 14, consequently use of pack200 is no longer encouraged. See https://www.eclipse.org/lists/cross-project-issues-dev/msg18275.html

Just delete all plugins around "pack200" in pom.xml as per

https://git.eclipse.org/r/plugins/gitiles/mmt/org.eclipse.qvto/+/refs/heads/master%5E%21/#F0

build.eclipse.org is being phased out consequently the signer is moving. See https://www.eclipse.org/lists/cross-project-issues-dev/msg18330.html

Just change eclipse-jarsigner-version to 1.3.1 in pom.xml as per

https://git.eclipse.org/r/plugins/gitiles/mmt/org.eclipse.qvto/+/e46641ed45e603615787b674331de58f4478495d%5E%21/#F0