com-pas / compas-architecture

Project's architecture documentation
Creative Commons Attribution 4.0 International
9 stars 5 forks source link

Move to Java 17 (in steps) #159

Closed dlabordus closed 1 year ago

dlabordus commented 2 years ago

User Story

As a developer I want to upgrade to Java 17 So that I can use the latest features and we keep up with Java releases (for security updated)

Background We can start with upgrading the Services, like SCL Data Service/CIM Mapping, so that the containers are running with Java 17. When all services are upgraded we can discuss upgrading the SCT Repository and finally the Core Repository.

Acceptance criteria The project is build with Java 17 and the containers are using Java 17 to run.

dlabordus commented 2 years ago

See https://github.com/com-pas/compas-cim-mapping/issues/243 for the CIM Mapping issue (done) See https://github.com/com-pas/compas-scl-validator/issues/87 for the SCL Validator issue (done) See https://github.com/com-pas/compas-scl-auto-alignment/issues/113 for SCL Auto Alignment (done) See https://github.com/com-pas/compas-scl-data-service/issues/236 for SCL Data Service (done)

There is a issue (https://github.com/com-pas/compas-sct/issues/125) for the CoMPAS SCT Repository to also upgrade to Java 17.

If the SCT is also upgrade we can upgrade the final part to Java 17 and that's the CoMPAS Core Repository (https://github.com/com-pas/compas-core/issues/176).

dlabordus commented 2 years ago

Remark:

dlabordus commented 1 year ago

CoMPAS SCT is also upgrsade to Java 17, so now the CoMPAS Core can be upgrade.