Skip to content

Commit

Permalink
Merge pull request #3699 from maxonfjvipon/bug/#3698/remove-object-ve…
Browse files Browse the repository at this point in the history
…rsioning

bug(#3698): Remove object versioning
  • Loading branch information
yegor256 authored Dec 19, 2024
2 parents 2809dc4 + 0d47108 commit 356d553
Show file tree
Hide file tree
Showing 91 changed files with 153 additions and 5,308 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Here `fibonacci` is the name of the desired integration test, `-DskipTests` is u

## How to disable Integration Tests

It is sometime necessary to temporary disable the integration tests (for example for introducing
It is sometime necessary to temporarily disable the integration tests (for example for introducing
braking changes into plugin or EO runtime). This can be achieved by disabling `maven-invoker-plugin`
execution within `eo-maven-plugin/pom.xml`:

Expand Down
21 changes: 5 additions & 16 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,22 +298,11 @@ SOFTWARE.
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<pomExcludes>
<!--
@todo #2660:30min Enable the following integration tests when it's possible.
Now they don't work because many .eo files are absent in the
objectionary/home repository or can't be successfully parsed because of the
syntax changes. Once they are released, the tests
should work as is, without any modifications.
-->
<exclude>custom_goals/pom.xml</exclude>
<exclude>fibonacci/pom.xml</exclude>
<exclude>rewritten_sources/pom.xml</exclude>
<exclude>duplicate_classes/pom.xml</exclude>
<exclude>simple/pom.xml</exclude>
<exclude>hash_package_layer/pom.xml</exclude>
</pomExcludes>
<configuration combine.self="override">
<!--
All integration tests are enabled.
-->
<pomExcludes/>
</configuration>
</plugin>
<plugin>
Expand Down
45 changes: 0 additions & 45 deletions eo-maven-plugin/src/it/custom_goals/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions eo-maven-plugin/src/it/custom_goals/invoker.properties

This file was deleted.

60 changes: 0 additions & 60 deletions eo-maven-plugin/src/it/custom_goals/pom.xml

This file was deleted.

56 changes: 0 additions & 56 deletions eo-maven-plugin/src/it/custom_goals/src/main/eo/app.eo

This file was deleted.

44 changes: 0 additions & 44 deletions eo-maven-plugin/src/it/custom_goals/verify.groovy

This file was deleted.

1 change: 0 additions & 1 deletion eo-maven-plugin/src/it/duplicate_classes/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions eo-maven-plugin/src/it/duplicate_classes/invoker.properties

This file was deleted.

Loading

5 comments on commit 356d553

@0pdd
Copy link

@0pdd 0pdd commented on 356d553 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1602-da3646cb disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/ProbeMojo.java), that's why I closed #2300. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 356d553 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1602-e06a1aef disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java), that's why I closed #2481. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 356d553 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2506-45cecde8 disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/CopySourcesMojo.java), that's why I closed #2539. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 356d553 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2612-0579c749 disappeared from eo-maven-plugin/src/test/java/org/eolang/maven/AssembleMojoTest.java), that's why I closed #2622. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 356d553 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2660-113567e5 disappeared from eo-maven-plugin/pom.xml), that's why I closed #2807. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.