You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekrb19 (via GitHub)" <gi...@apache.org> on 2023/03/02 05:59:12 UTC

[GitHub] [druid] abhishekrb19 opened a new pull request, #13874: Include workaround for CycloneDX causing build errors in the web-console project

abhishekrb19 opened a new pull request, #13874:
URL: https://github.com/apache/druid/pull/13874

   Follow up to https://github.com/apache/druid/pull/13867 -- include the CycloneDX workaround to the druid web console project as well since there are errors with the web-console end-to-end tests:
   ```
   + mvn -Pdist,skip-static-checks,skip-tests -Dmaven.javadoc.skip=true -q install
   Error: [ERROR] An error occurred attempting to read POM
   org.codehaus.plexus.util.xml.pull.XmlPullParserException: UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible (position: START_DOCUMENT seen <?xml version="1.0" encoding="ISO-8859-1"... @1:42) 
       at org.codehaus.plexus.util.xml.pull.MXParser.parseXmlDeclWithVersion (MXParser.java:3423)
       at org.codehaus.plexus.util.xml.pull.MXParser.parseXmlDecl (MXParser.java:3345)
       at org.codehaus.plexus.util.xml.pull.MXParser.parsePI (MXParser.java:3197)
   ```
   
   This PR has:
   
   - [x] been self-reviewed.
   - [x] added documentation for new or modified features or behaviors.
   


-- 
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@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] clintropolis merged pull request #13874: Include workaround for CycloneDX causing build errors in the web-console project

Posted by "clintropolis (via GitHub)" <gi...@apache.org>.
clintropolis merged PR #13874:
URL: https://github.com/apache/druid/pull/13874


-- 
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@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org