[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-03-13 Thread Tamas Cservenak (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699807#comment-17699807
 ] 

Tamas Cservenak edited comment on MNG-7697 at 3/13/23 7:42 PM:
---

Howdy, the tree [https://github.com/apache/maven/tree/maven-3.9.x] is prepared 
to be released, so you could try it out and provide feedback. This issue is 
(should be) fixed by MNG-7710 but there was nobody yet to provide confirmation 
for fix. Thanks!


was (Author: cstamas):
Howdy, the tree [https://github.com/apache/maven/tree/maven-3.9.x] is prepared 
to be released, so you could try it out and provide feedback. This issue is 
(should be) fixed by MNG-7710 but there was nobody yet provide confirmation for 
fix. Thanks!

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
> Attachments: pom-1.xml, pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-03-13 Thread Larry West (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699803#comment-17699803
 ] 

Larry West edited comment on MNG-7697 at 3/13/23 7:16 PM:
--

Any update on this?   Lots of people (at my work) have to stay with 
{{{}3.8.x{}}}, waiting for {{3.9.1}} to fix this issue so they can work with 
long-standing and perfectly valid POMs, including for dependencies (which 
causes the application being built to omit required transitive dependencies).

IOW, this is impactful.


was (Author: larry_west):
Any update on this?   Lots of people are waiting for {{3.9.1}} to fix this 
issue so they can work with long-standing and perfectly valid POMs, including 
for dependencies (which causes the application being built to omit required 
transitive dependencies).

IOW, this is very impactful.

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
> Attachments: pom-1.xml, pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-03-02 Thread Larry West (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695967#comment-17695967
 ] 

Larry West edited comment on MNG-7697 at 3/3/23 2:59 AM:
-

_Update: I missed Michael Osipov's "Confirmed" comment until after submitting._

_And now I see that 
[plexus-utils-3.5.1|https://github.com/codehaus-plexus/plexus-utils/releases/tag/plexus-utils-3.5.1]
 appears to have a fix (MNG-7710) — thanks [~gnodet]!_

Here's another example with {{f0 9f a4 94}} (U+1F914: "thinking face") in the 
comment: [^pom.xml].
{code:xml}

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0

G
A
1

{code}
I can't find an XML tool that says this is *not* well-formed. Nor {{xmllint}} 
on MacOS.
h3. Maven 3.9.0

As noted in the description, Maven 3.9.0 incorrectly complains about the UTF-8 
character:
{noformat}
$ mvn390 -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
⋮
$ mvn390 dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/lwest/test/MNG-7696/pom.xml: Illegal character 
0xd83e found in comment (position: END_TAG seen ...\n
G
A
1

{code}
I can't find an XML tool that says this is *not* well-formed. Nor {{xmllint}} 
on MacOS.
h3. Maven 3.9.0

As noted in the description, Maven 3.9.0 incorrectly complains about the UTF-8 
character:
{noformat}
$ mvn390 -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
⋮
$ mvn390 dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/lwest/test/MNG-7696/pom.xml: Illegal character 
0xd83e found in comment (position: END_TAG seen ...\n
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
> Attachments: pom-1.xml, pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-03-02 Thread Larry West (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695967#comment-17695967
 ] 

Larry West edited comment on MNG-7697 at 3/3/23 2:53 AM:
-

_Update: I missed Michael Osipov's "Confirmed" comment until after submitting._

_And now I see that 
[plexus-utils-3.5.1|https://github.com/codehaus-plexus/plexus-utils/releases/tag/plexus-utils-3.5.1]
 appears to have a fix._

Here's another example with {{f0 9f a4 94}} (U+1F914: "thinking face") in the 
comment: [^pom.xml].
{code:xml}

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0

G
A
1

{code}
I can't find an XML tool that says this is *not* well-formed. Nor {{xmllint}} 
on MacOS.
h3. Maven 3.9.0

As noted in the description, Maven 3.9.0 incorrectly complains about the UTF-8 
character:
{noformat}
$ mvn390 -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
⋮
$ mvn390 dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/lwest/test/MNG-7696/pom.xml: Illegal character 
0xd83e found in comment (position: END_TAG seen ...\n
G
A
1

{code}
I can't find an XML tool that says this is *not* well-formed. Nor {{xmllint}} 
on MacOS.
h3. Maven 3.9.0

As noted in the description, Maven 3.9.0 incorrectly complains about the UTF-8 
character:
{noformat}
$ mvn390 -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
⋮
$ mvn390 dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/lwest/test/MNG-7696/pom.xml: Illegal character 
0xd83e found in comment (position: END_TAG seen ...\n
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
> Attachments: pom-1.xml, pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-03-02 Thread Larry West (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695967#comment-17695967
 ] 

Larry West edited comment on MNG-7697 at 3/3/23 2:44 AM:
-

_Update: I missed Michael Osipov's "Confirmed" comment until after submitting._

Here's another example with {{f0 9f a4 94}} (U+1F914: "thinking face") in the 
comment: [^pom.xml].
{code:xml}

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0

G
A
1

{code}
I can't find an XML tool that says this is *not* well-formed. Nor {{xmllint}} 
on MacOS.
h3. Maven 3.9.0

As noted in the description, Maven 3.9.0 incorrectly complains about the UTF-8 
character:
{noformat}
$ mvn390 -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
⋮
$ mvn390 dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/lwest/test/MNG-7696/pom.xml: Illegal character 
0xd83e found in comment (position: END_TAG seen ...\n
G
A
1

{code}
I can't find an XML tool that says this is *not* well-formed. Nor {{xmllint}} 
on MacOS.
h3. Maven 3.9.0

As noted in the description, Maven 3.9.0 incorrectly complains about the UTF-8 
character:
{noformat}
$ mvn390 -version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
⋮
$ mvn390 dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/lwest/test/MNG-7696/pom.xml: Illegal character 
0xd83e found in comment (position: END_TAG seen ...\n
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.9.1
>
> Attachments: pom-1.xml, pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-21 Thread Tamas Cservenak (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691518#comment-17691518
 ] 

Tamas Cservenak edited comment on MNG-7697 at 2/21/23 11:01 AM:


[https://github.com/codehaus-plexus/plexus-utils/commit/761ac423ce668d0681e30b4c2b75cb44a99234a9]

This commits makes MXParser confoirm the "W3C XML Conformance Test Suite". The 
commit above also contains this new method added:

[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e#diff-de14eeaf2d523f971559d5fb468e12970b56dc24563d5698fa62fd1fb22f105cR2842-R2854]

that makes this character INVALID.

This commit is present since plexus-utils 3.4.0, Maven 3.9.0 uses plexus-utils 
3.5.0


was (Author: cstamas):
[https://github.com/codehaus-plexus/plexus-utils/commit/761ac423ce668d0681e30b4c2b75cb44a99234a9]

This commits makes MXParser confoirm the "W3C XML Conformance Test Suite". The 
commit above also contains this new method added:

[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e#diff-de14eeaf2d523f971559d5fb468e12970b56dc24563d5698fa62fd1fb22f105cR2842-R2854]

that makes this character INVALID.

This commit is present since plexus-utils 3.4.0.

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
> Attachments: pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-21 Thread Tamas Cservenak (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691518#comment-17691518
 ] 

Tamas Cservenak edited comment on MNG-7697 at 2/21/23 11:01 AM:


[https://github.com/codehaus-plexus/plexus-utils/commit/761ac423ce668d0681e30b4c2b75cb44a99234a9]

This commits makes MXParser confoirm the "W3C XML Conformance Test Suite". The 
commit above also contains this new method added:

[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e#diff-de14eeaf2d523f971559d5fb468e12970b56dc24563d5698fa62fd1fb22f105cR2842-R2854]

that makes this character INVALID.

This commit is present since plexus-utils 3.4.0.


was (Author: cstamas):
https://github.com/codehaus-plexus/plexus-utils/commit/761ac423ce668d0681e30b4c2b75cb44a99234a9

This commits makes MXParser confoirm the "W3C XML Conformance Test Suite". The 
commit above also contains this new method added:

[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e#diff-de14eeaf2d523f971559d5fb468e12970b56dc24563d5698fa62fd1fb22f105cR2842-R2854]

that makes this character INVALID.

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
> Attachments: pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-21 Thread Tamas Cservenak (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691518#comment-17691518
 ] 

Tamas Cservenak edited comment on MNG-7697 at 2/21/23 11:00 AM:


https://github.com/codehaus-plexus/plexus-utils/commit/761ac423ce668d0681e30b4c2b75cb44a99234a9

This commits makes MXParser confoirm the "W3C XML Conformance Test Suite". The 
commit above also contains this new method added:

[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e#diff-de14eeaf2d523f971559d5fb468e12970b56dc24563d5698fa62fd1fb22f105cR2842-R2854]

that makes this character INVALID.


was (Author: cstamas):
[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e]

 

This commits makes MXParser confoirm the "W3C XML Conformance Test Suite". The 
commit above also contains this new method added:

[https://github.com/belingueres/plexus-utils/commit/038699200e6beaa3dbd0c169600ca263f7670b2e#diff-de14eeaf2d523f971559d5fb468e12970b56dc24563d5698fa62fd1fb22f105cR2842-R2854]

that makes this character INVALID.

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
> Attachments: pom.xml
>
>
> {noformat}
>  mvn -e  clean install                            
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-17 Thread Andrew Rosenberg (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690472#comment-17690472
 ] 

Andrew Rosenberg edited comment on MNG-7697 at 2/17/23 4:21 PM:


The comment is 
ALL TEH BOMS! 💣 


was (Author: iapetus999):
The comment is 
{{}}

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
>
>  mvn -e  clean install                             
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-17 Thread Andrew Rosenberg (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690472#comment-17690472
 ] 

Andrew Rosenberg edited comment on MNG-7697 at 2/17/23 4:20 PM:


The comment is 
{{}}


was (Author: iapetus999):
The comment is 



> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
>
>  mvn -e  clean install                                                        
>                                                                               
>                                                                               
>                      
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-17 Thread Andrew Rosenberg (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690472#comment-17690472
 ] 

Andrew Rosenberg edited comment on MNG-7697 at 2/17/23 4:18 PM:


The comment is 
``


was (Author: iapetus999):
The comment is 


> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
>
>  mvn -e  clean install                                                        
>                                                                               
>                                                                               
>                      
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n      

[jira] [Comment Edited] (MNG-7697) Cannot parse POM that contains an emoji in a comment

2023-02-17 Thread Andrew Rosenberg (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690472#comment-17690472
 ] 

Andrew Rosenberg edited comment on MNG-7697 at 2/17/23 4:18 PM:


The comment is 




was (Author: iapetus999):
The comment is 
``

> Cannot parse POM that contains an emoji in a comment
> 
>
> Key: MNG-7697
> URL: https://issues.apache.org/jira/browse/MNG-7697
> Project: Maven
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 3.9.0
> Environment: MacOS 13.2.1
> OpenJDK Runtime Environment Temurin-17.0.4+8 
>Reporter: Andrew Rosenberg
>Priority: Major
>
>  mvn -e  clean install                                                        
>                                                                               
>                                                                               
>                      
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-parseable POM 
> /Users/andrew.rosenberg/.m2/repository/com/verygood/security/base-pom-17/0.2.47/base-pom-17-0.2.47.pom:
>  Illegal character 0xd83d found in comment (position: START_TAG seen 
> ...\n