Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [starter-dev] Minor Archetype and UI Release
  • From: Alexander Rühl <alexander.ruehl@xxxxxxxxxxxxxxxx>
  • Date: Tue, 2 Jul 2024 12:31:22 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sti.valantic.com; dmarc=pass action=none header.from=sti.valantic.com; dkim=pass header.d=sti.valantic.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=GjY5kkywaGSh7idQ1WL+uCTawqRu8euUf/0YgcbJaQw=; b=McmHA6LWGmtLZVq48x/PH6xvOtWQGxvWkZnrrlecRNrXHLQE6qnbhsab8OuvkPT6nZpQ5V9J0NzMSfrxg0GaHESxJpcQVXnTW98R5NC9Bk361n+zExjLTs6BhihXmyo9Y3Fi0//9NFrEAgeXZj/LnQgxOk0JBX6m7zo0iZV7yz3Fgxh10ZcwexbVkOjWY3PezhgqDpInzx7oQCvpC/qru/UAqNccQRgupURrDUOtrcQeg2sp2UGZaXNPFqIs92Bz5XhiroikRusa1DPOfUgSwUvNjLbIwkFte7nmtXiVVqrdYND1ftjp/rXLhAIDb69y4Btz9H2r0FAowqBV2aErrA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bJf9OaIGNgFHknZl1VocJRZccpbbukiqIB0REEjj+fliQ6BefgD0z7tuFDYCicrDYexAHFewQMrVsbdFPNqJJNP0WSSQldoJu7PW0Nao9U8eE+WNux3aruF5YTh2uVkIjAlpHtqyDoeLrxUE0K+Ust2wqrIcPe/vYz2lEfux557jmGi0ytPHbnHN07wizu6LTgveYr7UBAATl7LHpoVApaG4/lQepENfk6Iv6sM1+Rad4MTbsaVUd5dDDGP8K5OosPXChLobOdmBdwY1Wr4chF2b+WkaJOM23LaM/NiMs2AIuRJNk4iVCfF3ZUkjMIhL4PdoZ0/ZrXntm/XO+eYBtw==
  • Delivered-to: starter-dev@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/starter-dev/>
  • List-help: <mailto:starter-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/starter-dev>, <mailto:starter-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/starter-dev>, <mailto:starter-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaw1Tjek3KF2O8ckGzlrg/FX9WI7Hah4YAgAbV7zmAAI/2AIABdFcQ
  • Thread-topic: [starter-dev] Minor Archetype and UI Release

Hey Reza,

I tested the current version (#a0d5ed6 as of July, 2nd 10:00 UTC) with the following observations:
  • starting the starter project with JDK 17 was working fine
  • if using JDK 22 instead, it resulted in WildFly start error: WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]): java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)'
    • I tried a newly downloaded JDK from Oracle with the same result
  • generating project with WildFly and docker support and individual group/artifact for JDK 17 was working fine
    • but observing a warning when executing the archetype via UI for the 1st time: Failed to define class org.eclipse.sisu.inject.Implementations$ServletFinder in Module "deployment.jakarta-starter-ui.war" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link org/eclipse/sisu/inject/Implementations$ServletFinder (Module "deployment.jakarta-starter-ui.war" from Service Module Loader): com/google/inject/servlet/ServletModuleTargetVisitor
  • starting the generated project and WildFly in JDK 22 resulted in same error as above
  • starting the generated project and WildFly in JDK 21 was ok
  • starting the generated project in Docker was ok
  • generating for OpenLiberty and starting with JDK 17 was ok
    • but observing warning: SRVE0190E: File not found: /favicon.ico
  • starting the generated project and OpenLiberty in JDK 22 was ok
  • generating for Payara and starting with JDK 17 was ok
  • starting the generated project and Payara in JDK 22 resulted in many errors like: Bundle org.glassfish.hk2.osgi-resource-locator [1] Error starting file:/C:/Projects/eclipseStarter/jeetest3/target/cargo/installs/payara-6.2024.1/payara6/glassfish/modules/osgi-resource-locator.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.hk2.osgi-resource-locator [1](R 1.0): missing requirement [org.glassfish.hk2.osgi-resource-locator [1](R 1.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.8.0)(!(version>=2.0.0))) Unresolved requirements: [[org.glassfish.hk2.osgi-resource-locator [1](R 1.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.8.0)(!(version>=2.0.0)))])
  • generating project with WildFly and JDK 17 directly from built archetype in local catalog and running on JDK 17 was ok

So to sum it up, both archetype and UI seem to work ok with various tested options and using individual groupId and artifactId.
But there are problems with some runtimes under current JDK 22, which might not be in scope of our project, but should be regarded and looked into from the respective container guys as people might use latest JDK instead of the one they specify in generation.

Regards
Alex




Von: starter-dev <starter-dev-bounces@xxxxxxxxxxx> im Auftrag von reza_rahman--- via starter-dev <starter-dev@xxxxxxxxxxx>
Gesendet: Montag, 1. Juli 2024 15:24
An: starter developer discussions <starter-dev@xxxxxxxxxxx>
Cc: reza_rahman@xxxxxxxxx <reza_rahman@xxxxxxxxx>
Betreff: Re: [starter-dev] Minor Archetype and UI Release
 
EXTERNAL SENDER: Be cautious with links and attachments!

Could you report back please? I think let’s defer the release until then.
 

From: starter-dev <starter-dev-bounces@xxxxxxxxxxx> on behalf of Alexander Rühl via starter-dev <starter-dev@xxxxxxxxxxx>
Sent: Monday, July 1, 2024 12:50 AM
To: starter developer discussions <starter-dev@xxxxxxxxxxx>
Cc: Alexander Rühl <alexander.ruehl@xxxxxxxxxxxxxxxx> 
Subject: Re: [starter-dev] Minor Archetype and UI Release
 
Hey Reza,

I was not able to do so the last 2 weeks, but will happily do it this week.

Gruß

Alex

 

alexander.ruehl@xxxxxxxxxxxxxxxx | -1057 | +49 171 4818859 | BU Business Applications

 


Von: starter-dev <starter-dev-bounces@xxxxxxxxxxx> im Auftrag von Reza Rahman via starter-dev <starter-dev@xxxxxxxxxxx>
Gesendet: Mittwoch, 26. Juni 2024 22:26
An: starter developer discussions <starter-dev@xxxxxxxxxxx>
Cc: Reza Rahman <reza_rahman@xxxxxxxxx>
Betreff: Re: [starter-dev] Minor Archetype and UI Release
 
EXTERNAL SENDER: Be cautious with links and attachments!


Did anyone test yet? If so, how did it go?

On 6/20/2024 5:00 PM, Reza Rahman wrote:
> Hi folks,
>
> It's time for another minor release of the Archetype and UI. I merged
> the small UI changes, a small validation bug fix, and
> dependency/runtime version updates.
>
> I tested but it would be helpful if everyone else tested before we do
> the release.
>
> Thanks,
>
> Reza
>
_______________________________________________
starter-dev mailing list
starter-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/starter-dev

Back to the top