Skip to content

feat: compiles over Jdk17 with multiarch based images#5542

Merged
dgrove-oss merged 6 commits into
masterfrom
unknown repository
Jun 1, 2025
Merged

feat: compiles over Jdk17 with multiarch based images#5542
dgrove-oss merged 6 commits into
masterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented May 31, 2025

This PR contributes changes in the build system to compile against JDK17

Description

In the Apache OpenServerless (incubating) project we rely on OpenWhisk provided images and we aim to be able to use multi arch images for OpenWhisk and build a native executable of the standalone flavour.

This PR introduce these changes:

  • switch to gradle 7.6.2
  • Upgrade JDK building version to JDK17-temurin
  • Upgrade Dockerfile base image to JRE21-temurin which is multiarch
  • Updated various build plugin to guarantee compatibility with gradle 7.6.2

Related issue and scope

  • I opened an issue to propose and discuss this change

A brief discussion for JDK17 support has been opened here

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • [X ] Tests
  • [ X] Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • [ X] Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • [ X] I signed an Apache CLA.
  • [ X] I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

Copy link
Copy Markdown
Member

@dgrove-oss dgrove-oss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm -- thanks for pushing this forward!

@dgrove-oss dgrove-oss merged commit 0f48cd5 into apache:master Jun 1, 2025
6 checks passed
@ghost ghost deleted the jdk17-scala2.12.10-gradle7.6.2 branch June 9, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants