Skip to content

Update to OR 3.9.0 and narrow dependencies to the core artifact #21

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

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

wetneb
Copy link
Member

@wetneb wetneb commented Feb 17, 2025

This PR demonstrates how to update to OpenRefine 3.9, as an example for other extensions (I'm writing a forum post about that).

pom.xml Outdated
@@ -105,7 +105,7 @@
<dependencies>
<dependency>
<groupId>org.openrefine</groupId>
<artifactId>main</artifactId>
<artifactId>core</artifactId>
<version>${openrefine.version}</version>
<scope>provided</scope>
Copy link
Member Author

Choose a reason for hiding this comment

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

If changing from main to core keeps the build happy, then it's worth doing, as it will ensure your extension relies on the more stable classes in OpenRefine. If it doesn't, you can still keep main here.

@sunilnatraj sunilnatraj self-requested a review February 18, 2025 04:27
@sunilnatraj sunilnatraj merged commit 176bd85 into master Feb 18, 2025
2 checks passed
@sunilnatraj sunilnatraj deleted the or-3.9-update branch February 18, 2025 04:28
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.

2 participants