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

Update io.forward/yaml dependency. #3

Merged
merged 4 commits into from
Sep 4, 2020
Merged

Conversation

justone
Copy link
Contributor

@justone justone commented Sep 2, 2020

With 1.0.9, I was getting the errors from owainlewis/yaml#28.

With 1.0.9, I was getting the errors from owainlewis/yaml#28.
@brosenan
Copy link
Owner

brosenan commented Sep 3, 2020

Travis seems to not like this change. The error message seems related to this change:

LOAD FAILURE for lambdakube.core-test

clojure.lang.Compiler$CompilerException: java.lang.UnsupportedClassVersionError: org/yaml/snakeyaml/constructor/PassthroughConstructor has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 53.0, compiling:(yaml/reader.clj:1:1)

 java.lang.UnsupportedClassVersionError: org/yaml/snakeyaml/constructor/PassthroughConstructor has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 53.0

Please figure out the conflict (probably some other dependencies that need to be upgraded) and try again.

Thanks,
Boaz.

@justone
Copy link
Contributor Author

justone commented Sep 3, 2020

Looks like the trick was updating to JDK 11 and the latest version of Midje. Each of those solved a different issue. I also bumped the remaining versions to latest.

@brosenan brosenan merged commit 89cea52 into brosenan:master Sep 4, 2020
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