Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [starter-dev] Adding UI/archetype version info to UI app
  • From: Scott Kurz <skurz@xxxxxxxxxx>
  • Date: Tue, 9 May 2023 16:42:50 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.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=/ryYFeeccv3lUFMLzbUdwnr2kvBd4hmz5R/9N67TMzk=; b=iNndBTZ5L6YvfWdOX8deOsMjxWL6LKa2E6wTZ93Rb1XzBc0Ddm86LUZLxQAhFvX15W6suLHI203GH66u+I10yR1bAPWOB2fqn7e86hemSLYHvp9kABb0m0znXnM67Wa91YSNOfKCB4hwJJzlij3ZzkETI/MHWQVoEH2febmHqxeEMNpkez4typTwgU39AShsMFxrgLAT0a/l3qPsFKd30CNPzLUKj4epoqixnNE0vJjQj2gHL2KqfijAB/XVCwrZAukPYnHLqz981yXxeOpFhQY195JFMg+GQ0tcDt/3Xq7mvjzQfZBvt/rCVDto6G4xlQnc/030MfKiKV2xwaP3Yg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=m7ACn7o55boUBlTaGuS/gaC4SwQptwxcdORhx77O+oLetRECfSZCyeJja7ifFQnb8LsDI13wlwnVzL6ScxEJaWOkPInqihnOzoEU0kUaY8rD9MrJMYx7vJE1BgOYe1IFXqsfy1GdO8cAyvVBWgT+8Yn5/dwu4RlT09cQJ7WjXUzwtwB6aHbSgBGIJ3g3jO5LM9VG2iXKquYZBmvCGZlsOsL7RvRnbDMw0AhnC2Epqal417kPXcPP2omF03kQdUCmw6MvvpQUou1gZrcd1cJOfxkaZMrVVPi5YtCBPJAwy4RAen9z8xJ9r7mnlNjt/Q+ZmXfinAyzDcPr9o2sd/mcWg==
  • 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>
  • Thread-index: AdmBxl/01d9tlog9T32DLbHn+hbF2wAAsyYAAC46zQAABJq9QA==
  • Thread-topic: [EXTERNAL] Re: [starter-dev] Adding UI/archetype version info to UI app

Thank you Jeyvison, nice to see that.

 

Let me just note that one reason for asking the question, (which I forgot to actually explicitly include), is that it’s not obvious that the hosted web app is running the latest GitHub / Maven Central releases.   

 

I’m imagining the hosted site gets updated separately  (whereas if it’s actually one single pipeline/job updating both then my question has a simpler answer:  just look at the latest Maven central release).

 

I’ll still try to code up an endpoint when I get the chance.

 

 

 

From: starter-dev <starter-dev-bounces@xxxxxxxxxxx> On Behalf Of Jeyvison Nascimento
Sent: Tuesday, May 9, 2023 10:25 AM
To: starter developer discussions <starter-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [starter-dev] Adding UI/archetype version info to UI app

 

Just added release badges to README: https: //github. com/eclipse-ee4j/starter/commit/2b50a02d4004753a263b49d0297a200b888bd9ed Em seg. , 8 de mai. de 2023 às 17: 21, Jeyvison Nascimento <jeynoronha@ gmail. com> escreveu: This seems a good idea

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

 

Em seg., 8 de mai. de 2023 às 17:21, Jeyvison Nascimento <jeynoronha@xxxxxxxxx> escreveu:

This seems a good idea and an easy win would indeed be the github badge , for sure, although we may create an endpoint later to expose these infos.

 

Em seg., 8 de mai. de 2023 às 17:02, Scott Kurz <skurz@xxxxxxxxxx> escreveu:

 

For people working a bit on the starter but not keeping close track of the updates to the hosted app, it seemed it could be nice to have an endpoint which returns the current, live version of the UI at https://start.jakarta.ee/index.xhtml  plus the archetypes being served.

(I’d think the typical end-user wouldn’t care so much).

 

The UI version could get written out at build time from the ${project.version} whereas the archetype version could reflect the env var being used. 

 

We could use a separate ../version URL path linked at the bottom of the single page ( or I guess just include it inline if it’s not too cluttered).

 

Does this seem useful?  Or is there already an obvious way to do this?

 

I could also imagine this problem addressed from a totally different angle by having the Jenkins pipeline etc. update a “badge” on the GitHub repo.

 

Thoughts?

 

Scott

_______________________________________________
starter-dev mailing list
starter-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/starter-dev



--

Jeyvison Nascimento



--

Jeyvison Nascimento


Back to the top