Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[starter-dev] Adding UI/archetype version info to UI app
  • From: Scott Kurz <skurz@xxxxxxxxxx>
  • Date: Mon, 8 May 2023 16:02:03 +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=xS5wVz7t1jIDf3HvK7+eEnb/vLojXlXvxJwE2LCE8B0=; b=NZ9q+nHxAqk5VIMwA02gP2flG8MiCch7XBJTomnruph1ax355MKM+SgEDGouoZcRTpQ1vMpV0ATOYAQeulQ4Pgw8t8ip+5zyKFdExbI6qZygDMmexBs2ChI3SaxM+FyCQYtbt1mRIl2AQWhiT0IfZq1/Dvsu6kfN/hIamGg7ml2714CX+pymxzGNjGiNizh9gZ1qdytPFGCuJ6zXC1nK8jC2ezaJvL+yNhvU7bw/c3rNDmRWZx0VxUANAbxztGe+wGjV+Nggs4LrQzd37tn1bQ00FUEe5xplhbeiUPbT5BS2SxOQS3hAwT3rvLhX6YIwmMxXNGsxH1yS5AFIEv330Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ip3Q+hB5g2cu4M5W1auy35LtNGcaWMN14E/pGcLs/BXyr2lShOPBN3YiAc9EexP4tzgFeUzvHUjlkWnewme4t6ChxkqRF0fXVLUjRW63fx6inO8E3Z0bpd4fhZkl2V5lzAi9ynjZX5u57mN0OYwOclOAM1X9IQ5oBORdUSg39uwJg53e01yndBIr8IsWNZJF6JaTVA8OtE91zmaW6h7OAyEB+LVpm5T+in9lcF5k/K7M8y+T+F1/YxCwI3HUxWWkJrlgepnWqTQXjMzNj0Bl9m7a3dXKFpmz+VzoqdhTJz3ax1Q0tuwi9kpQFl1UjpS4ZoO/KrI4AvCFpIYlxA2eYA==
  • 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+hbF2w==
  • Thread-topic: Adding UI/archetype version info to UI app

 

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


Back to the top