Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Staging for SimRel 2022-09 RC2 is Complete

The staging repository content of

  https://download.eclipse.org/staging/2022-09/

has been promoted to the following repository for 2022-09 RC2:

  https://download.eclipse.org/releases/2022-09/202209141000/

This is ready for consumption by EPP.

It will become visible in the composite as scheduled for the release Wednesday, September 14th, 2022:

  https://download.eclipse.org/releases/2022-09

If you delete or otherwise make invalid the repository contributed to SimRel currently, please update your SimRel contribution to reference your release repository.

-----------------------------

I've tested this content by installing the Eclipse Eierlegende Wollmilchsau and other than the Parsley wiring issue mentioned previously, and some poor plugin extension content from Papyrus, it looks fine.

As a further test, I've built JustJ JREs for Java 19 beta/early-access

https://download.eclipse.org/justj/jres/19/updates/nightly/latest/

and used that for the Eierlegende Wollmilchsau installation.  I tested that the WindowBuilder design view works because I recall they did reflection things that caused problems, so I did noticed that some things don't like the strange 'java.version = 19-beta ':

Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NumberFormatException: For input string: "19-" [in thread "AWT-EventQueue-0"]     at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)     at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
    at java.base/java.lang.Double.parseDouble(Double.java:735)
    at org.mvel2.util.ParseTools.<clinit>(ParseTools.java:91)
    at org.mvel2.compiler.AbstractParser.setExpression(AbstractParser.java:1850)     at org.mvel2.compiler.ExpressionCompiler.<init>(ExpressionCompiler.java:425)
    at org.mvel2.MVEL.compileExpression(MVEL.java:898)
    at org.eclipse.wb.internal.core.model.util.ScriptUtils.compile(ScriptUtils.java:230)     at org.eclipse.wb.internal.core.model.util.ScriptUtils.evaluate(ScriptUtils.java:85)
    ... 28 more

But a Java/JDT project worked just fine with Java 19.

Regards,
Ed



Back to the top