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

Update to FOP 2.8 #9

Open
rdorris opened this issue Jun 20, 2023 · 2 comments
Open

Update to FOP 2.8 #9

rdorris opened this issue Jun 20, 2023 · 2 comments

Comments

@rdorris
Copy link

rdorris commented Jun 20, 2023

Have you done any research or have any guidance on updating to version FOP 2.8? I'm not proficient in the java environment, but do you think it's just a matter of recompiling changing the libraries from 2.6 to 2.8?
Thanks!

@cajuncoding
Copy link
Owner

Yes it’s quite easy! I’ve updated the project several times, but didn’t realize a new version was released.

Just like .Net Nuget, the most used package & version management in Java is called Maven.

All I have to do is update the Maven reference and re-run the lifecycle to pull the latest and re-compile; and do some smoke testing.

But it’s highly unlikely anything in the interface or configuration structure has changed.

I will try to do this tomorrow…

@rdorris
Copy link
Author

rdorris commented Jun 20, 2023

Here are the upgrades I did, and it seems to be working fine:
azure-functions-java-library 3.0.0
fop 2.8
commons-lang3 3.12.0
commons-text 1.10.0
commons-io 2.13.0

Let me know if there are any upgrades you think should be included.

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