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

Upgrade kstreams 2.3.0 #158

Closed

Conversation

MicahElliott
Copy link
Contributor

Kafka just released version 2.3.0. Release notes covering features, improvements, bugs: https://www.apache.org/dist/kafka/2.3.0/RELEASE_NOTES.html

Also required upgradeing clj-uuid to 0.1.9 to avoid:

WARNING: unsigned-bit-shift-right already refers to: #'clojure.core/unsigned-bit-shift-right in namespace: clj-uuid.bitmop, being replaced by: #'primitive-math/unsigned-bit-shift-right
@MicahElliott MicahElliott requested a review from a team as a code owner June 26, 2019 23:22
@@ -9,19 +9,19 @@

:dependencies [[aleph "0.4.6"]
[clj-time "0.15.1"]
[danlentz/clj-uuid "0.1.7"
[danlentz/clj-uuid "0.1.9"
Copy link
Contributor

Choose a reason for hiding this comment

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

How is it relevant to this PR ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, it's really not. There were just a couple things that looked out of date so bumped them. Maybe better not to. If it's better to leave uuid as-is, I'll remove this change.

@cddr cddr mentioned this pull request Jul 8, 2019
@cddr
Copy link
Contributor

cddr commented Dec 3, 2019

Closing this because it has been superseded by #217 I think. Thanks all the same @MicahElliott.

@cddr cddr closed this Dec 3, 2019
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