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

Extracted generic fedora client code. #99

Closed
wants to merge 1 commit into from

Conversation

mikedurbin
Copy link
Contributor

@@ -52,6 +52,7 @@
<spring.version>4.1.4.RELEASE</spring.version>
<fcrepo.version>4.4.0</fcrepo.version>
<fcrepo-transform.version>4.4.0</fcrepo-transform.version>
<fcrepo-java-client.version>4.4.1-SNAPSHOT</fcrepo-java-client.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd really prefer to depend on a non-SNAPSHOT version of the java client.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought about that...

We're going to get this into jenkins so the snapshot releases exist in the maven repo, then I guess I should roll a non-snapshot release, then update this PR?

Alternately, we could leave this as snapshot, but then when a release of fcrepo-camel is made, you'll be warned about snapshot dependencies by the release tooling and at that time, lock it down to a non-snapshot version. We're certainly going to face times in the future when the snapshot version of fcrepo-camel MUST point to a snapshot version of fcrepo-java-client, or we'll have to roll releases every time we need to make a change in that client code for use by dependent applications.

Copy link
Contributor

Choose a reason for hiding this comment

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

+1 to the first option. The problem with the second option is that releases must then be coordinated across projects, and it was decided (for good reasons) to allow independent projects to be versioned and released independently.

Choose a reason for hiding this comment

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

Should this be 0.2.0-SNAPSHOT (or 0.1.0) instead of 4.4.1-SNAPSHOT?
https://github.com/fcrepo4-exts/fcrepo-java-client/blob/master/pom.xml#L16

Copy link
Contributor

Choose a reason for hiding this comment

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

@mohideen yes it should

Copy link
Contributor

Choose a reason for hiding this comment

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

@mohideen see: https://jira.duraspace.org/browse/FCREPO-1858 and the two corresponding PRs which address this.

Choose a reason for hiding this comment

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

@acoburn
Copy link
Contributor

acoburn commented Dec 26, 2015

This was merged earlier via 1695a1d

@acoburn acoburn closed this Dec 26, 2015
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.

None yet

3 participants