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

Add test project with a web test #1

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Add test project with a web test #1

merged 1 commit into from
Sep 11, 2023

Conversation

weissreto
Copy link
Member

Exclude Guava from the docker-4-java dependencies are we already deliver Guava in a newer version.

Exclude Guava from the docker-4-java dependencies are we already deliver
Guava in a newer version.
@weissreto weissreto requested a review from ivy-rew September 11, 2023 14:38
@github-actions
Copy link
Contributor

github-actions bot commented Sep 11, 2023

Test Results

1 tests  +1   1 ✔️ +1   42s ⏱️ +42s
1 suites +1   0 💤 ±0 
1 files   +1   0 ±0 

Results for commit 6055b5d. ± Comparison against base commit 34d278f.

♻️ This comment has been updated with latest results.

@weissreto weissreto merged commit 7742ef7 into master Sep 11, 2023
4 checks passed
@weissreto weissreto deleted the add_test branch September 11, 2023 15:12
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Copy link
Member

Choose a reason for hiding this comment

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

strange indents

@@ -41,7 +41,7 @@
"code" : [
"import com.axonivy.connector.docker.PortBinding;",
"PortBinding binding = new PortBinding();",
"binding.publicPort = 8080;",
"binding.publicPort = 9090;",
Copy link
Member

Choose a reason for hiding this comment

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

wouldn't that be a good candidate for 'ivy.var' ? so that the user can configure the preferred http port to be bound?

Copy link
Member

@ivy-rew ivy-rew left a comment

Choose a reason for hiding this comment

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

cool to have it in a first tested version in the market 👍

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