You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "onobc (via GitHub)" <gi...@apache.org> on 2023/08/03 04:10:00 UTC

[GitHub] [pulsar-client-reactive] onobc opened a new pull request, #129: Update to Pulsar 3.0.0

onobc opened a new pull request, #129:
URL: https://github.com/apache/pulsar-client-reactive/pull/129

   - Update version in toml
   - Simplify the docker image name in int tests as Pulsar 3.0.0 docker images are multi-architectured (no need for special Mac M1/M2 treatment).
   
   Fixes #126


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-reactive] tisonkun commented on a diff in pull request #129: build: Upgrade Pulsar version to 3.0.1

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun commented on code in PR #129:
URL: https://github.com/apache/pulsar-client-reactive/pull/129#discussion_r1287168656


##########
gradle/libs.versions.toml:
##########
@@ -17,7 +17,7 @@
 # under the License.
 #
 [versions]
-pulsar = "2.11.0"
+pulsar = "3.0.0"

Review Comment:
   You're right. Feel free to open a PR for it :D



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-reactive] tisonkun merged pull request #129: build: Upgrade Pulsar version to 3.0.1

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun merged PR #129:
URL: https://github.com/apache/pulsar-client-reactive/pull/129


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-reactive] onobc commented on a diff in pull request #129: Update to Pulsar 3.0.0

Posted by "onobc (via GitHub)" <gi...@apache.org>.
onobc commented on code in PR #129:
URL: https://github.com/apache/pulsar-client-reactive/pull/129#discussion_r1283341464


##########
gradle/libs.versions.toml:
##########
@@ -17,7 +17,7 @@
 # under the License.
 #
 [versions]
-pulsar = "2.11.0"
+pulsar = "3.0.0"

Review Comment:
   In thinking about versioning the project that will deliver this change, I noticed that [build.gradle](https://github.com/apache/pulsar-client-reactive/blob/main/gradle.properties#L20) is at `0.2.1-SNAPSHOT`. Shouldn't this be `03.1-SNAPSHOT`? I think we may have missed a post-release step on the `0.3.0` release?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org