Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#229): Add Short Spring Integration Test #248

Merged
merged 5 commits into from
May 17, 2024

Conversation

volodya-lombrozo
Copy link
Member

@volodya-lombrozo volodya-lombrozo commented May 17, 2024

I added spring integration test. This test is similar to spring-fat integration test. The main difference is that spring integration test doesn't download and unpack dependencies which makes it much faster (~20 sec). Also I fixed a small bug with "INVOKESTATIC" arguments order.

Related to #229.
History:


PR-Codex overview

This PR updates various files in the project, including XML configurations, Java classes, and Groovy scripts. It introduces new properties, modifies version numbers, adds new classes, and includes license information in multiple files.

Detailed summary

  • Updated invoker.properties with new goals
  • Modified version numbers in pom.xml
  • Added modifiedDir property in src/it/spring-fat/pom.xml
  • Imported classes and added method in InvokestaticHander.java
  • Added ClassName class in XmirParser.java
  • Included license information in verify.groovy
  • Updated README.md with integration test details
  • Added Factorial and FactorialApplication classes
  • Created Main class with factorial method
  • Added test class FactorialApplicationTest.java

The following files were skipped due to too many changes: src/it/spring/src/test/java/org/eolang/jeo/spring/FactorialApplicationTest.java, src/main/java/org/eolang/opeo/ast/ClassName.java, src/it/spring/pom.xml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@volodya-lombrozo
Copy link
Member Author

@rultor merge

@rultor
Copy link
Contributor

rultor commented May 17, 2024

@rultor merge

@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 796cf16 into objectionary:master May 17, 2024
8 checks passed
@rultor
Copy link
Contributor

rultor commented May 17, 2024

@rultor merge

@volodya-lombrozo Done! FYI, the full log is here (took me 7min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants