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

Please add jgoodies-common and jgoodies-forms #36

Closed
ptziegler opened this issue Mar 26, 2024 · 4 comments
Closed

Please add jgoodies-common and jgoodies-forms #36

ptziegler opened this issue Mar 26, 2024 · 4 comments

Comments

@ptziegler
Copy link

For the WindowBuilder project, I'd like to get rid of org.eclipse.wb.swing.FormLayout.lib, which contains both jgoodies-common and jgoodies-forms as embedded jars.

Newer versions have become proprietary, so it's unlikely that any fix can be added to the upstream project. Ideally, I'd like to use the latest release, before the project became closed source:

https://mvnrepository.com/artifact/com.jgoodies/jgoodies-common/1.8.1
https://mvnrepository.com/artifact/com.jgoodies/jgoodies-forms/1.9.0

@merks
Copy link
Contributor

merks commented Mar 26, 2024

I was already having a look. Even these are from 2015 if I recall correctly. I assume you are asking because a BND recipe is needed, right?

@ptziegler
Copy link
Author

ptziegler commented Mar 26, 2024

I assume you are asking because a BND recipe is needed, right?

That's exactly it. They don't have a manifest, so I can't consume them directly from Maven Central. And I tried to understand the way this is done here, but was quickly overwhelmed with the reports and everything else that comes with "just" adding two jars.. 😦

Even these are from 2015 if I recall correctly.

Sadly, yes. Looking at their website, the project is still actively developed. But as long as it's a commercial product, there is no way to use anything newer than those versions.

@merks
Copy link
Contributor

merks commented Mar 27, 2024

@merks merks closed this as completed Mar 27, 2024
@ptziegler
Copy link
Author

I tried both out and the test results are very promising. Thanks a lot! 😄

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

No branches or pull requests

2 participants