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

Camel ftp integration test updated #63

Closed
wants to merge 12 commits into from

Conversation

f2par0
Copy link

@f2par0 f2par0 commented Apr 19, 2024

This PR is based on what has been done for camel-jetty + containers introduced by @lopushen .
It uses the mock and test both producer and consumer of the ftp component.

Base automatically changed from fdeparscau/test-jetty-camel-karaf to REFACTORE April 29, 2024 14:26
try {
Thread.currentThread()
.setContextClassLoader(context.getBundleContext().getBundle().adapt(BundleWiring.class).getClassLoader());
ftpContainer = new FixedHostPortGenericContainer<>("delfer/alpine-ftp-server:latest").withFixedExposedPort(PORT, PORT)
Copy link
Author

Choose a reason for hiding this comment

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

This is not a trustable image, we'll need to use this instead :

org.apache.ftpserver
ftpserver-core
${ftpserver-version}

@essobedo
Copy link

This PR no longer makes sense

@essobedo essobedo closed this May 30, 2024
@essobedo essobedo deleted the camel-ftp-integration-test-updated branch May 30, 2024 14:21
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