We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It is planned to move soon to Java 11.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: