snuyanzin opened a new pull request, #693:
URL: https://github.com/apache/flink-kubernetes-operator/pull/693

   
   ## What is the purpose of the change
   
   The issue with current cylcone version is that it generates lots of 
exceptions in logs like 
   ```
   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)
       at org.codehaus.plexus.util.xml.pull.MXParser.parseProlog 
(MXParser.java:1828)
   ...
       at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read 
(MavenXpp3Reader.java:627)
       at org.cyclonedx.maven.BaseCycloneDxMojo.readPom 
(BaseCycloneDxMojo.java:759)
       at org.cyclonedx.maven.BaseCycloneDxMojo.readPom 
(BaseCycloneDxMojo.java:746)
       at org.cyclonedx.maven.BaseCycloneDxMojo.retrieveParentProject 
(BaseCycloneDxMojo.java:694)
      ...
   ```
   The PR is aiming to fix this
   
   ## Brief change log
   
   pom.xml
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes )
     - The public API, i.e., is any changes to the `CustomResourceDescriptors`: 
( no)
     - Core observer or reconciler logic that is regularly executed: ( no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? ( no)
     - If yes, how is the feature documented? (not applicable )
   


-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to