lhotari opened a new issue #10801:
URL: https://github.com/apache/pulsar/issues/10801


   **Is your enhancement request related to a problem? Please describe.**
   
   The Pulsar website build produces a warning about the usage of an outdated 
Highlight.js version:
   ```
   Version 9 of Highlight.js has reached EOL and is no longer supported.
   Please upgrade or ask whatever dependency you are using to upgrade.
   https://github.com/highlightjs/highlight.js/issues/2877
   ```
   
   **Describe the solution you'd like**
   
   Upgrade highlight.js as suggested in the warning message.
   
   **Additional context**
   
   Producing issue locally:
   ```
   mvn -B -ntp clean install -DskipTests -DskipSourceReleaseAssembly=true 
-Dspotbugs.skip=true -Dlicense.skip=true
   mvn -B -ntp -pl pulsar-broker install -DskipTests -Pswagger
   mkdir -p site2/website/static/swagger/master
   cp pulsar-broker/target/docs/swagger*.json 
site2/website/static/swagger/master
   site2/tools/docker-build-site.sh
   ```
   
   


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

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


Reply via email to