frankjkelly opened a new issue, #23559:
URL: https://github.com/apache/pulsar/issues/23559

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Read release policy
   
   - [X] I understand that unsupported versions don't get bug fixes. I will 
attempt to reproduce the issue on a supported version of Pulsar client and 
Pulsar broker.
   
   
   ### Version
   
   
   ```
   $ mvn --version
   Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
   Maven home: /usr/local/Cellar/maven/3.8.1/libexec
   Java version: 17.0.9, vendor: Homebrew, runtime: 
/usr/local/Cellar/openjdk@17/17.0.9/libexec/openjdk.jdk/Contents/Home
   Default locale: en_US, platform encoding: UTF-8
   OS name: "mac os x", version: "14.2.1", arch: "x86_64", family: "mac"
   ```
   
   ### Minimal reproduce step
   
   On the master branch of Pulsar using Maven 3.8.1 I ran
   
   `$ mvn clean install -DskipTests`
   
   it ran successfully without any errors or failures but the binaries locally 
(in the `./bin` folder) were not updated to todays date (Nov 4th 2024)
   
   ```
   $ ls -la ./bin/pulsar-client
   -rwxr-xr-x  1 xxx  yyy  1075 Dec  1  2022 ./bin/pulsar-client
   $  ls -la ./bin/pulsar
   -rwxr-xr-x  1 xxx  yyy  17835 Oct 14 09:55 ./bin/pulsar
   ```
   
   After I updated to Maven 3.9.9 as per 
https://pulsar.apache.org/contribute/release-process/#preparation
   then the binaries were updated.
   If this is accurate then someone needs to update the `enforcer-plugin` here 
https://github.com/apache/pulsar/blob/570cb443eb220135861abf9e9de34ae65e5cdaaa/pom.xml#L2125-L2127
   
   ### What did you expect to see?
   
   Binaries in `./bin` updated
   
   ### What did you see instead?
   
   Binaries not updated
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to