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

Support Java 9+ #17

Open
sknop opened this issue Sep 19, 2018 · 1 comment
Open

Support Java 9+ #17

sknop opened this issue Sep 19, 2018 · 1 comment

Comments

@sknop
Copy link

sknop commented Sep 19, 2018

The current project does not compile with Java 10. It is the Maven plugin-in in particular that fails:

[INFO] avro-schema-editor-parent .......................... SUCCESS [ 0.124 s]
[INFO] org.talend.avro.schema.editor ...................... FAILURE [ 14.867 s]
[INFO] org.talend.avro.schema.editor.feature .............. SKIPPED
[INFO] org.talend.avro.schema.editor.repository ........... SKIPPED
[INFO] Talend Avro Schema Editor POC 0.0.1-SNAPSHOT ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:11 min
[INFO] Finished at: 2018-09-18T18:06:05+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.talend.avro.schema.editor: Compilation failure: Compilation failure:
[ERROR] /Users/myuser/git/avro-schema-editor/org.talend.avro.schema.editor/src/org/talend/avro/schema/editor/edit/handlers/AddElementPropertyTester.java:[1]
[ERROR] package org.talend.avro.schema.editor.edit.handlers;
[ERROR] ^
[ERROR] The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

@timbault
Copy link
Contributor

It is planned to move soon to Java 11.

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

No branches or pull requests

2 participants