Integrated: 8083: Updates for releng projects

Christoph Langer clanger at openjdk.org
Sun Jun 11 20:32:15 UTC 2023


On Fri, 9 Jun 2023 21:23:43 GMT, Christoph Langer <clanger at openjdk.org> wrote:

> The releng projects (Local update site for building/development and Eclipse platform definition files) need some TLC.
> 
> The releng/third-party project needs some version bumps. Furthermore, for importing it as maven project into eclipse, it should have a .classpath file.
> 
> In detail, I bumped versions of the used plugins. Most significantly I updated the used jetty-maven-plugin from 9.4.46.v20220331 to 11.0.15. Seems to work out of the box, no issues. The config parameter `scanIntervalSeconds` is not recognized in that version any more.
> Furthermore, I changed the maven enforcer settings to require JDK 17 and Maven 3.5.0, as in other places.
> 
> Also, the Eclipse platform URL should use https rather than http nowadays. Spolier/Outlook: To be able to use Eclipse 2023-06 I believe that we will need to find a solution to run the jetty with https. Otherwise, importing into Eclipse will not work any longer.

This pull request has now been integrated.

Changeset: f2b9c80e
Author:    Christoph Langer <clanger at openjdk.org>
URL:       https://git.openjdk.org/jmc/commit/f2b9c80efbd1cf28d30b0f79afa07e1c75e957ba
Stats:     34 lines in 5 files changed: 12 ins; 11 del; 11 mod

8083: Updates for releng projects

Reviewed-by: hirt

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

PR: https://git.openjdk.org/jmc/pull/494


More information about the jmc-dev mailing list