Skip to content

Issue 11228: Migrate to SnakeYAML Engine#11233

Closed
asomov wants to merge 1 commit intotestcontainers:mainfrom
snakeyaml:11228-migrate-to-snakeyaml-engine
Closed

Issue 11228: Migrate to SnakeYAML Engine#11233
asomov wants to merge 1 commit intotestcontainers:mainfrom
snakeyaml:11228-migrate-to-snakeyaml-engine

Conversation

@asomov
Copy link
Copy Markdown

@asomov asomov commented Nov 19, 2025

SnakeYAML Engine 3.0.1 is applied.
Three tests fail, but they also fail in the main branch:

[DockerModelRunnerContainerTest](https://github.com/testcontainers/testcontainers-java/compare/classes/org.testcontainers.containers.DockerModelRunnerContainerTest.html). [checkStatus()](https://github.com/testcontainers/testcontainers-java/compare/classes/org.testcontainers.containers.DockerModelRunnerContainerTest.html#checkStatus())
[DockerModelRunnerContainerTest](https://github.com/testcontainers/testcontainers-java/compare/classes/org.testcontainers.containers.DockerModelRunnerContainerTest.html). [pullsModelAndExposesInference()](https://github.com/testcontainers/testcontainers-java/compare/classes/org.testcontainers.containers.DockerModelRunnerContainerTest.html#pullsModelAndExposesInference())
[DockerfileContainerTest](https://github.com/testcontainers/testcontainers-java/compare/classes/org.testcontainers.junit.DockerfileContainerTest.html). [simpleDslTest()](https://github.com/testcontainers/testcontainers-java/compare/classes/org.testcontainers.junit.DockerfileContainerTest.html#simpleDslTest())

@asomov asomov requested a review from a team as a code owner November 19, 2025 14:19
@eddumelendez
Copy link
Copy Markdown
Member

As stated in the readme file

SnakeYAML Engine is a YAML 1.2 processor for Java Virtual Machine version 11 and higher.

and testcontainers is built with Java 8. So, we will not support it for now. Thanks!

@asomov
Copy link
Copy Markdown
Author

asomov commented Nov 25, 2025

@eddumelendez Agreed. I will keep the branch untill the code migrates for Java 11 (SnakeYAML Engine migrated to Java 11 this month)

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