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

Java chaincode failing to build #200

Open
davidkel opened this issue May 13, 2022 · 0 comments
Open

Java chaincode failing to build #200

davidkel opened this issue May 13, 2022 · 0 comments
Labels
bug Something isn't working build Fabric

Comments

@davidkel
Copy link
Contributor

davidkel commented May 13, 2022

Java chaincode has been failing to build (maven issues probably), also the dependencies specified in gradle are different between the 2 java chaincodes. I am not a fan of Java chaincode for fabric for a variety of reasons. Caliper-benchmarks has 2 java chaincodes

  • fixed-asset
  • fabcar

I propose we delete the fabcar java chaincode and tests. We already have go and node and just leave fixed-asset to show performance comparisons of java chaincode vs other chaincode (it performs poorly). But we need to fix the gradle info

repositories {
    mavenLocal()
    mavenCentral()
    maven {
        url 'https://jitpack.io'
    }
 

I think should suffice
Then we can consider re-enabling builds for java

@davidkel davidkel added bug Something isn't working Fabric labels May 13, 2022
@davidkel davidkel added the build label May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Fabric
Projects
None yet
Development

No branches or pull requests

1 participant