Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Prepare 4.3.2 release to fix OPENDJ-2753 #3

Merged
merged 6 commits into from
Aug 30, 2018

Conversation

Kortanul
Copy link
Member

@Kortanul Kortanul commented Aug 22, 2018

Wren:DS 3.5.1 and Wren:DS 4.x (master) depend on forgerock-persistit-core-4.3.2. Previously, to get 3.5.1 buildable, we were using an archived binary artifact that was obtained from the Evolveum Maven repo.

Diffing the contents of the binary jars, it looks like the only change that FR made between 4.3.1 and 4.3.2 was a fix for OPENDJ-2753, to correct build revision stamping:
image

This PR updates the forgerock-persistit project for the latest PGP verification and parent POM changes, and then applies the fix for OPENDJ-2753.

This gives us the ability to use the new PGP signing artifact. Version 1.2.0 contains the whitelist entries we need for Persistit.
Previously, version was being reported as:
```
dn: cn=userRoot PDB Database,cn=monitor
objectClass: top
objectClass: ds-monitor-entry
objectClass: extensibleObject
cn: userRoot PDB Database
PDBVersion: 4.3.1.${BZR_REVISION}
```

Now:
```
dn: cn=userRoot PDB Database,cn=monitor
objectClass: top
objectClass: ds-monitor-entry
objectClass: extensibleObject
cn: userRoot PDB Database
PDBVersion: 4.3.2-SNAPSHOT (rev f85144f)
```
We're no longer building branches / tags for this project in bulk.
Copy link
Member

@siepkes siepkes left a comment

Choose a reason for hiding this comment

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

Looks good to me. As stated in comment seems to be just a minor build fix.

@Kortanul Kortanul merged commit 10d7b93 into master Aug 30, 2018
@Kortanul Kortanul deleted the feature/OPENDJ-2753--reconstitute-4.3.2 branch August 30, 2018 01:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants