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

(#73) Changed DbdFile::asYaml return type to DbdRootMapping #77

Merged
merged 2 commits into from
Oct 4, 2021

Conversation

rocket-3
Copy link
Owner

@rocket-3 rocket-3 commented Oct 4, 2021

@rultor, merge

@rultor
Copy link
Collaborator

rultor commented Oct 4, 2021

@rultor, merge

@rocket-3 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Oct 4, 2021

@rultor, merge

@rocket-3 Oops, I failed. You can see the full log here (spent 2min)

[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 50 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 47 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 566 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 107 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 182 kB/s)
[INFO] Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 15 kB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 83 kB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 652 kB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 60 kB/s)
[INFO] Downloaded from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 908 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to /home/r/repo/target/classes
[INFO] /home/r/repo/src/main/java/org/fusionsoft/lib/yaml/YamlNodeOfPath.java: Some input files use or override a deprecated API.
[INFO] /home/r/repo/src/main/java/org/fusionsoft/lib/yaml/YamlNodeOfPath.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dbmss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ dbmss ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/r/repo/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/r/repo/src/test/java/org/fusionsoft/database/snapshot/databaseinfo/DatabaseInfoOfDbdTest.java:[35,13] no suitable constructor found for DatabaseInfoOfDbd(MappingOfE[...]::new,java.lang.String)
    constructor org.fusionsoft.database.snapshot.databaseinfo.DatabaseInfoOfDbd.DatabaseInfoOfDbd(org.fusionsoft.database.DbdFile,java.lang.String) is not applicable
      (argument mismatch; bad return type in method reference
          org.fusionsoft.database.mapping.MappingOfExampleYaml cannot be converted to org.fusionsoft.database.mapping.dbd.DbdRootMapping)
    constructor org.fusionsoft.database.snapshot.databaseinfo.DatabaseInfoOfDbd.DatabaseInfoOfDbd(org.fusionsoft.database.mapping.dbd.DbdServerYamlMapping,java.lang.String) is not applicable
      (argument mismatch; org.fusionsoft.database.mapping.dbd.DbdServerYamlMapping is not a functional interface)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.720 s
[INFO] Finished at: 2021-10-04T05:33:52Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project dbmss: Compilation failure
[ERROR] /home/r/repo/src/test/java/org/fusionsoft/database/snapshot/databaseinfo/DatabaseInfoOfDbdTest.java:[35,13] no suitable constructor found for DatabaseInfoOfDbd(MappingOfE[...]::new,java.lang.String)
[ERROR]     constructor org.fusionsoft.database.snapshot.databaseinfo.DatabaseInfoOfDbd.DatabaseInfoOfDbd(org.fusionsoft.database.DbdFile,java.lang.String) is not applicable
[ERROR]       (argument mismatch; bad return type in method reference
[ERROR]           org.fusionsoft.database.mapping.MappingOfExampleYaml cannot be converted to org.fusionsoft.database.mapping.dbd.DbdRootMapping)
[ERROR]     constructor org.fusionsoft.database.snapshot.databaseinfo.DatabaseInfoOfDbd.DatabaseInfoOfDbd(org.fusionsoft.database.mapping.dbd.DbdServerYamlMapping,java.lang.String) is not applicable
[ERROR]       (argument mismatch; org.fusionsoft.database.mapping.dbd.DbdServerYamlMapping is not a functional interface)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
container c03d09623548d2388d47b6140348135115f8a32af246f2ca9a089eb0e1b1d88e is dead
Mon Oct  4 07:34:53 CEST 2021

@rocket-3
Copy link
Owner Author

rocket-3 commented Oct 4, 2021

@rultor, merge

@rultor
Copy link
Collaborator

rultor commented Oct 4, 2021

@rultor, merge

@rocket-3 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit fe6309b into master Oct 4, 2021
@rultor
Copy link
Collaborator

rultor commented Oct 4, 2021

@rultor, merge

@rocket-3 Done! FYI, the full log is here (took me 2min)

@rocket-3
Copy link
Owner Author

rocket-3 commented Oct 7, 2021

That was for issue #73

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