Skip to content

Commit

Permalink
Update polyglot-maven and commit updated XMLs
Browse files Browse the repository at this point in the history
This update brings in fixes for element ordering, which were
causing dueling XML diffs when moving back and forth between Java
8 and Java 9+, which order properties differently due to new
hashing algorithms.

There are other fixes and updates, of course, but the two most
recent polyglot-maven releases do not successfully build JRuby.
See takari/polyglot-maven#243 for more
information on that issue.
  • Loading branch information
headius committed Sep 12, 2022
1 parent 14fa2b5 commit f29c84f
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.3.1.1</version>
<version>0.4.7</version>
</extension>
</extensions>
14 changes: 7 additions & 7 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT MODIFIY - GENERATED CODE
DO NOT MODIFY - GENERATED CODE
-->
Expand Down Expand Up @@ -82,8 +82,8 @@ DO NOT MODIFIY - GENERATED CODE
<version>1.2.0</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -93,8 +93,8 @@ DO NOT MODIFIY - GENERATED CODE
<version>0.32.13</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -104,8 +104,8 @@ DO NOT MODIFIY - GENERATED CODE
<version>0.38.17</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -115,8 +115,8 @@ DO NOT MODIFIY - GENERATED CODE
<version>3.1.15</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -126,8 +126,8 @@ DO NOT MODIFIY - GENERATED CODE
<version>0.10.3</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -229,8 +229,8 @@ DO NOT MODIFIY - GENERATED CODE
<version>0.4.1</version>
<exclusions>
<exclusion>
<artifactId>asm-all</artifactId>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
Loading

0 comments on commit f29c84f

Please sign in to comment.