-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
Exclude Guava from the docker-4-java dependencies are we already deliver Guava in a newer version.
<exclusions> | ||
<exclusion> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> |
There was a problem hiding this comment.
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;", |
There was a problem hiding this comment.
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?
There was a problem hiding this 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 👍
Exclude Guava from the docker-4-java dependencies are we already deliver Guava in a newer version.