Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Well Delivery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU Software
OSDU Data Platform
Domain Data Management Services
Well-Planning-Execution
Well Delivery
Merge requests
!264
Migration Java 17
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Migration Java 17
migration-jdk17
into
master
Overview
2
Commits
7
Pipelines
22
Changes
31
Merged
Riabokon Stanislav(EPAM)[GCP]
requested to merge
migration-jdk17
into
master
10 months ago
Overview
1
Commits
7
Pipelines
22
Changes
31
Expand
Description:
Migration from Java 8 to Java 17.
Unit test fixes with build run args and dependency upgrades.
osdu/platform&17 (closed)
How to test:
Via Unit and Int tests.
Changes include:
Breaking change (a change that is not backward-compatible and/or changes current functionality).
Changes in:
Common code
Dev Checklist:
Added Unit Tests, wherever applicable.
Updated the Readme, if applicable.
Existing Tests pass
Verified functionality locally
Self Reviewed my code for formatting and complex business logic.
Edited
9 months ago
by
Riabokon Stanislav(EPAM)[GCP]
0
0
Merge request reports
Compare
master
version 10
1d54ad44
10 months ago
version 9
1a3cca76
10 months ago
version 8
bae0b3fa
10 months ago
version 7
804c181e
10 months ago
version 6
69517a19
10 months ago
version 5
551d1c79
10 months ago
version 4
a6dde78d
10 months ago
version 3
7ae2c30d
10 months ago
version 2
964336ce
10 months ago
version 1
5fce8a50
10 months ago
master (base)
and
latest version
latest version
5a04a8cd
7 commits,
10 months ago
version 10
1d54ad44
5 commits,
10 months ago
version 9
1a3cca76
4 commits,
10 months ago
version 8
bae0b3fa
3 commits,
10 months ago
version 7
804c181e
2 commits,
10 months ago
version 6
69517a19
1 commit,
10 months ago
version 5
551d1c79
1 commit,
10 months ago
version 4
a6dde78d
1 commit,
10 months ago
version 3
7ae2c30d
1 commit,
10 months ago
version 2
964336ce
1 commit,
10 months ago
version 1
5fce8a50
1 commit,
10 months ago
31 files
+
531
−
611
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
31
Search (e.g. *.vue) (Ctrl+P)
devops/azure/azure.gitlab-ci.yml
+
7
−
0
Options
@@ -6,6 +6,13 @@ azure_containerize_helm:
variables
:
AZURE_HELM_SUBDIR
:
osdu-ddms/standard-ddms
azure_containerize
:
variables
:
AZURE_CONTAINERIZE_REPOSITORY
:
"
-b
jdk-17
https://gitlab-ci-token:${CI_JOB_TOKEN}@community.opengroup.org/osdu/platform/deployment-and-operations/base-containers-azure/service-base-image"
azure_test
:
image
:
community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/azure-maven17:v0.0.1
# Following directions in standard-ddms docs: https://community.opengroup.org/osdu/platform/deployment-and-operations/helm-charts-azure/-/blob/master/osdu-ddms/standard-ddms/README.md
azure_deploy
:
script
:
Loading