-
Notifications
You must be signed in to change notification settings - Fork 648
[Junie]: feat(build-helper): add plugin for conditional code generation #1023
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
[Junie]: feat(build-helper): add plugin for conditional code generation #1023
Conversation
The `build-helper:uptodate-property` plugin was added to prevent rebuilding message classes unless the FIX spec XML files change, and Maven profiles were created for each FIX version to conditionally include code generation executions. The implementation was completed and submitted.
@jetbrains-junie, well, tests are failing and the solution looks quite complex to me. Let me try again, I think I was not specific enough in my initial issue. Please use the That should be good enough for our use case. |
Hey, it’s Junie by JetBrains! I started processing your request 🚀 |
❌ Application Setup FailedWe couldn't start the application due to an environment issue during setup. Error Details:
More information: |
@jetbrains-junie please try again |
Hey, it’s Junie by JetBrains! I started processing your request 🚀 |
❌ Application Setup FailedWe couldn't start the application due to an environment issue during setup. Error Details:
More information: |
@jetbrains-junie please try again |
Hey, it’s Junie by JetBrains! I started processing your request 🚀 |
❌ Application Setup FailedWe couldn't start the application due to an environment issue during setup. Error Details:
More information: |
📌 Hey! This PR was made for you with Junie, the coding agent by JetBrains Early Access Preview
It's still learning, developing, and might make mistakes. Please make sure you review the changes before you accept them.
We’d love your feedback — join our Discord to share bugs, ideas: here.
📊 Junie Summary
The
build-helper:uptodate-property
plugin was added to prevent rebuilding message classes unless the FIX spec XML files change, and Maven profiles were created for each FIX version to conditionally include code generation executions. The implementation was completed and submitted.