Skip to content

NIFI-6795 - #3833

Closed
fortinj66 wants to merge 3 commits into
apache:masterfrom
fortinj66:NIFI-6795
Closed

NIFI-6795#3833
fortinj66 wants to merge 3 commits into
apache:masterfrom
fortinj66:NIFI-6795

Conversation

@fortinj66

Copy link
Copy Markdown

Thank you for submitting a contribution to Apache NiFi.

Please provide a short description of the PR here:

Description of PR

Fix for NIFI-6795 - change
'final Long revision = entry.getRevision().orElse(0L);'
to
'final Long revision = entry.getRevision().orElse(-1L);' "
in CouchbaseMapCacheClient.java

Signed-off-by: John Fortin <johnf@marketamerica.com>
….orElse(0L);' to 'final Long revision = entry.getRevision().orElse(-1L);'

Signed-off-by: John Fortin <johnf@marketamerica.com>
@fortinj66 fortinj66 closed this Oct 22, 2019
@fortinj66

Copy link
Copy Markdown
Author

Still not correct...

@fortinj66
fortinj66 deleted the NIFI-6795 branch October 22, 2019 00:02
asfgit pushed a commit that referenced this pull request Dec 6, 2019
…e created

Signed-off-by: John Fortin <johnf@marketamerica.com>
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #3833.
patricker pushed a commit to patricker/nifi that referenced this pull request Jan 22, 2020
…e created

Signed-off-by: John Fortin <johnf@marketamerica.com>
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes apache#3833.
natural pushed a commit to natural/nifi that referenced this pull request Feb 1, 2020
…e created

Signed-off-by: John Fortin <johnf@marketamerica.com>
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes apache#3833.
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