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

Slim down dependency from docker-java to docker-java-core #1025

Merged

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Oct 17, 2023

it has the main benefit to not have anymore a dependency on Netty

In getting started of docker-java, they are mentioning to use docker-java-core (and not docker-java): https://github.com/docker-java/docker-java/blob/main/docs/getting_started.md#dependencies
(it is comforting me in the fact that it should work nicely)

@apupier apupier force-pushed the slimDownDockerJavaDependency branch from 82aa944 to 071a09e Compare October 17, 2023 15:01
@apupier
Copy link
Contributor Author

apupier commented Oct 17, 2023

last error is not related to my change:

 Error:  Failures: 
Error:    ParallelTestActionBuilderTest.testParallelBuilderNestedContainer:79 expected [class org.citrusframework.actions.EchoAction] but found [class org.citrusframework.container.Sequence]

and found same test failure on main branch: https://github.com/citrusframework/citrus/actions/runs/6547583443/job/17780353679#step:6:2340
and already reported as flaky: #1018

but I cannot trigger another build manually. I will push a dummy change to the commit message of my PR

@apupier apupier force-pushed the slimDownDockerJavaDependency branch from 071a09e to a029f7a Compare October 17, 2023 15:16
* It has the main benefit to not have anymore a dependency on Netty.
* it is reducing the size of dependencies

Signed-off-by: Aurélien Pupier <[email protected]>
@apupier apupier force-pushed the slimDownDockerJavaDependency branch from a029f7a to 3683297 Compare October 17, 2023 15:23
@christophd christophd merged commit e42e14c into citrusframework:main Oct 17, 2023
1 check passed
@bbortt
Copy link
Collaborator

bbortt commented Oct 18, 2023

last error is not related to my change:

 Error:  Failures: 
Error:    ParallelTestActionBuilderTest.testParallelBuilderNestedContainer:79 expected [class org.citrusframework.actions.EchoAction] but found [class org.citrusframework.container.Sequence]

and found same test failure on main branch: https://github.com/citrusframework/citrus/actions/runs/6547583443/job/17780353679#step:6:2340 and already reported as flaky: #1018

but I cannot trigger another build manually. I will push a dummy change to the commit message of my PR

see reported flaky test in #1018.

@apupier apupier deleted the slimDownDockerJavaDependency branch October 18, 2023 14:41
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.

3 participants