Skip to content

engine build fails #271

@grimace

Description

@grimace

ArcadeDB Version: 22.1.1-SNAPSHOT

JDK Version: 14.x

OS: OS/X

Expected behavior

engine build success

Actual behavior

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project arcadedb-engine: Compilation failure: Compilation failure: 
[ERROR] /projects/arcadedb/engine/src/main/java/com/arcadedb/engine/Bucket.java:[82,33] reference to Record is ambiguous
[ERROR]   both interface com.arcadedb.database.Record in com.arcadedb.database and class java.lang.Record in java.lang match
[ERROR] /projects/arcadedb/engine/src/main/java/com/arcadedb/engine/Bucket.java:[87,34] reference to Record is ambiguous
[ERROR]   both interface com.arcadedb.database.Record in com.arcadedb.database and class java.lang.Record in java.lang match
[ERROR] /projects/arcadedb/engine/src/main/java/com/arcadedb/engine/Bucket.java:[211,19] reference to Record is ambiguous
[ERROR]   both interface com.arcadedb.database.Record in com.arcadedb.database and class java.lang.Record in java.lang match
[ERROR] /projects/arcadedb/engine/src/main/java/com/arcadedb/engine/Bucket.java:[474,42] reference to Record is ambiguous
[ERROR]   both interface com.arcadedb.database.Record in com.arcadedb.database and class java.lang.Record in java.lang match
[ERROR] /projects/arcadedb/engine/src/main/java/com/arcadedb/engine/Bucket.java:[557,46] reference to Record is ambiguous
[ERROR]   both interface com.arcadedb.database.Record in com.arcadedb.database and class java.lang.Record in java.lang match
[ERROR] /projects/arcadedb/engine/src/main/java/com/arcadedb/database/async/DatabaseAsyncExecutorImpl.java:[371,34] reference to Record is ambiguous
[ERROR]   both interface com.arcadedb.database.Record in com.arcadedb.database and class java.lang.Record in java.lang match

Steps to reproduce

do a pull on main/trunk
run:
./mvnw -DskipTests=true clean install

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions