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

Image io spi fix for newer Java than 8 #50

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

mikucionisaau
Copy link

Dear maintainers,
this fixes FreeHEP usability issue under newer Java version>8.
The fix is rather crude and it mandates that the license should be changed from LGPL to GPL2 with classpath exception, which is very similar except it is meant for Java projects (LGPL talks about object files and static/dynamic linking -- mostly irrelevant in Java).
Best regards,
Marius

mikucionisaau and others added 10 commits August 9, 2013 10:09
This fixes background color when FreeHEP export dialog is used, where "jpeg" format name is used instead of "jpg".
…phics

Conflicts:
	freehep-graphics2d/src/main/java/org/freehep/graphics2d/PixelGraphics2D.java

(just catch Throwable instead of enumerating any possible exception)
Conflicts (trivial merge):
	freehep-graphicsio-pdf/src/main/java/org/freehep/graphicsio/pdf/PDFGraphics2D.java
… an ImageIO SPI class" issue by copying ServiceRegistry implementation from Java 8.

The added source comes with "GPL v2 with classpath exception", making the whole project under this license.
Copy link

@murkle murkle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NullPointerException should be fixed at source, not caught like this

@murkle
Copy link

murkle commented Dec 10, 2020

@mikucionisaau you can't change the licence without permission from all previous contributors (and as there are no active maintainers that isn't going to happen 🤷‍♂️)

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.

3 participants