Skip to content
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

feat: update Java 21 base image entrypoint to launch modular Services code #882

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

nathanklick
Copy link
Member

Description

This pull request changes the following:

  • Updates the Java 21 base image entrypoint to use Services modular code by default.

Related Issues

… code

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
@nathanklick nathanklick self-assigned this Jun 11, 2024
Copy link

Unit Test Results

  26 files  ±0    26 suites  ±0   59s ⏱️ +2s
109 tests ±0  105 ✔️ ±0  4 💤 ±0  0 ±0 
110 runs  ±0  106 ✔️ ±0  4 💤 ±0  0 ±0 

Results for commit b44f991. ± Comparison against base commit 65c5c6f.

Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.17%. Comparing base (65c5c6f) to head (b44f991).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #882   +/-   ##
=========================================
  Coverage     67.17%   67.17%           
  Complexity      339      339           
=========================================
  Files            64       64           
  Lines          1319     1319           
  Branches        157      157           
=========================================
  Hits            886      886           
  Misses          370      370           
  Partials         63       63           

Impacted file tree graph

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@nathanklick nathanklick merged commit 367a9a3 into main Jun 12, 2024
21 checks passed
@nathanklick nathanklick deleted the 00881-Java21-Modular-Services branch June 12, 2024 03:06
swirlds-automation added a commit that referenced this pull request Jun 12, 2024
## [0.28.0](v0.27.2...v0.28.0) (2024-06-12)

### Features

* update Java 21 base image entrypoint to launch modular Services code ([#882](#882)) ([367a9a3](367a9a3))

### Bug Fixes

* check haproxy phase is running ([#878](#878)) ([65c5c6f](65c5c6f))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.28.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Container[Java 21]: Change default entrypoint to use modular Services code
2 participants