Giter Site home page Giter Site logo

Comments (7)

erosb avatar erosb commented on August 30, 2024

Hello @ddevos78 ,

thank you for your feedback. The issue25/subject-valid.json file belongs to the integration tests which are not the part of the core library. The maven artifact is built from the core directory , which doesn't include the source file you mentioned. So if you include the library in your product as a maven dependency then this file won't be included in your software.

I hope this satisfies your lawyers. If not, then let me know and I will create a new file reproducing issue 25 .

from json-schema.

ddevos78 avatar ddevos78 commented on August 30, 2024

Hi @erosb ,

Thanks so much for quick reply. I had already explained to the lawyers that the test file in question is not actually distributed in the final product, unfortunately they tell me that the mere presence of this file (with the Creative Commons License attached) in your repository implies that your product (the final jar) has been produced using that file and hence the Creative Commons License needs to be recognized, which is huge problem for commercial software.

So if you can remove the file and produce a new official release which has no ties to the old test file than I would be extremely grateful.

from json-schema.

erosb avatar erosb commented on August 30, 2024

Hello @balazs-zsoldos ,
could you please deploy version 1.5.1 to maven central? I've just tagged it. Thanks,

from json-schema.

erosb avatar erosb commented on August 30, 2024

@ddevos78 in the meanwhile you can start using version 1.5.1 throught JitPack, by adding the followings to your pom.xml

<dependencies>
        <dependency>
            <groupId>com.github.everit-org.json-schema</groupId>
            <artifactId>org.everit.json.schema</artifactId>
            <version>1.5.1</version>
        </dependency>
    </dependencies>
    
    <repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

from json-schema.

balazs-zsoldos avatar balazs-zsoldos commented on August 30, 2024

@erosb Sorry for the delay. I will deploy it in this evening.

from json-schema.

balazs-zsoldos avatar balazs-zsoldos commented on August 30, 2024

Release command executed. Should be available on maven-central within 1-2 hours.

from json-schema.

erosb avatar erosb commented on August 30, 2024

Great, thank you.

from json-schema.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.