Skip to content

MpscLinkedAtomicQueue API breakage#193

Merged
nitsanw merged 1 commit into
JCTools:masterfrom
Scottmitch:api_breakage
Aug 24, 2017
Merged

MpscLinkedAtomicQueue API breakage#193
nitsanw merged 1 commit into
JCTools:masterfrom
Scottmitch:api_breakage

Conversation

@Scottmitch

Copy link
Copy Markdown
Contributor

Motivation:
4e68fd2 introduced a new code generation utility. However this commit removed the public constructor for MpscLinkedAtomicQueue because MpscLinkedQueue has a static factory method and a protected constructor.

Modifications:

  • Restore the public constructor in MpscLinkedAtomicQueue

Result:
Original API restored for MpscLinkedAtomicQueue.

Motivation:
4e68fd2 introduced a new code generation utility. However this commit removed the public constructor for MpscLinkedAtomicQueue because MpscLinkedQueue has a static factory method and a protected constructor.

Modifications:
- Restore the public constructor in MpscLinkedAtomicQueue

Result:
Original API restored for MpscLinkedAtomicQueue.
@Scottmitch

Copy link
Copy Markdown
Contributor Author

@nitsanw - PTAL.

@nitsanw nitsanw merged commit ebbd07b into JCTools:master Aug 24, 2017
@nitsanw

nitsanw commented Aug 24, 2017

Copy link
Copy Markdown
Contributor

Does this necessitate an urgent patch release for netty?

@normanmaurer

Copy link
Copy Markdown

@nitsanw this not affects netty... @Scottmitch your call for a release tho :)

@Scottmitch Scottmitch deleted the api_breakage branch August 24, 2017 16:46
@Scottmitch

Scottmitch commented Aug 24, 2017

Copy link
Copy Markdown
Contributor Author

@nitsanw - Yes please for a release ... as @normanmaurer said I don't think this directly impacts Netty, but prevents updating for folks that use this queue.

@nitsanw

nitsanw commented Aug 25, 2017

Copy link
Copy Markdown
Contributor

will release over weekend

@Scottmitch

Copy link
Copy Markdown
Contributor Author

@nitsanw - any updates on the release?

@nitsanw

nitsanw commented Sep 16, 2017

Copy link
Copy Markdown
Contributor

Sorry, running around like a headless chicken ATM... will get back to this when I return from current trip.

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.

3 participants