-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: JDK 17 Upgrade Support Series - Policy Decision Point #354
Comments
jacksondelametter
added a commit
that referenced
this issue
Sep 26, 2024
jacksondelametter
added a commit
that referenced
this issue
Sep 26, 2024
OTS passed |
jacksondelametter
added a commit
that referenced
this issue
Sep 26, 2024
jacksondelametter
added a commit
that referenced
this issue
Sep 26, 2024
jacksondelametter
added a commit
that referenced
this issue
Sep 27, 2024
jacksondelametter
added a commit
that referenced
this issue
Sep 27, 2024
jacksondelametter
added a commit
that referenced
this issue
Sep 27, 2024
[#354] Modified PDP to build with Java 17
ewilkins-csi
pushed a commit
that referenced
this issue
Oct 1, 2024
ewilkins-csi
pushed a commit
that referenced
this issue
Oct 1, 2024
ewilkins-csi
pushed a commit
that referenced
this issue
Oct 1, 2024
[#354] Modified PDP to build with Java 17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In #133 we modified the build-parent to use JDK 17. When building aiSSEMBLE with the updated build-parent, some modules do not build successfully. This is a series of ticket to fix broken modules. This issue will focus on the policy decision point functionality
DOD
Test Steps
brew install --cask temurin@17
to install Java 17git checkout feature-java17
to checkout feature branchmvn clean install -pl :aissemble-policy-decision-point -am
Note: Make sure the image actually builds.mvn clean install -pl :aissemble-policy-decision-point-chart -am
kubectl get pods
, verify the aissemble-policy-decision-point-chart-* is running{"username": "aissemble","password": ""}
{"jwt": "JWT_TOKEN","resource": "","action": "data-access"}
where JWT_TOKEN is the token from the previous requestThe text was updated successfully, but these errors were encountered: