You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/18 20:12:43 UTC

[GitHub] [pulsar] michaeljmarshall opened a new pull request #14753: Add 2.8.3 Generated Swagger to Website

michaeljmarshall opened a new pull request #14753:
URL: https://github.com/apache/pulsar/pull/14753


   ### Motivation
   
   Add the generated swagger to the website for the 2.8.3 release, as the release process wiki documents.
   
   ### Modifications
   
   ```shell
   git checkout v2.8.3
   mvn -am -pl pulsar-broker install -DskipTests -Pswagger
   git checkout master
   git checkout -b fix/swagger-file
   mkdir -p site2/website/static/swagger/2.8.3
   cp pulsar-broker/target/docs/*.json site2/website/static/swagger/2.8.3
   ```
   
   ### Verifying this change
   N/A
   
   ### Does this pull request potentially affect one of the following parts:
   
   N/A
   
   


-- 
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] eolivelli merged pull request #14753: Add 2.8.3 Generated Swagger to Website

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #14753:
URL: https://github.com/apache/pulsar/pull/14753


   


-- 
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