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(#464): Add Integration Test For Spring Boot Application That Still Fails #476

Merged
merged 4 commits into from
Feb 28, 2024

Conversation

volodya-lombrozo
Copy link
Member

@volodya-lombrozo volodya-lombrozo commented Feb 28, 2024

In this PR I added one more integration test that has 'spring-fat' name. Its purpose is to download dependencies, transform them using jeo-maven-plugin
and then try to run the application with translated dependencies.
Of course the test doesn't work because we have to implement more bytecode features transformations, so I left one more puzzle for it.

Closes: #464.


History:


PR-Codex overview

This PR enhances integration tests for Spring applications. It introduces a fat jar transformation test, adds a new Spring bean, and includes a new Spring application entry point.

Detailed summary

  • Added a fat jar transformation test for Spring applications
  • Introduced a new Spring bean called Receptionist
  • Included a new Spring application entry point in Application.java
  • Updated integration test READMEs and properties
  • Added license headers to relevant files

The following files were skipped due to too many changes: src/it/spring-fat/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 Feb 28, 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 1e3a322 into objectionary:master Feb 28, 2024
8 checks passed
@rultor
Copy link
Contributor

rultor commented Feb 28, 2024

@rultor merge

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

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.

Add fat jar transformation integration test
2 participants