-
Notifications
You must be signed in to change notification settings - Fork 353
Add preliminary Spring Batch support #203
Comments
Yes, I don't think it was pulled back into hints, I was just relieved when it was working. We should do that. |
@aclement I am not sure we can properly support Batch in 0.8 yet, I have tried to polish a little bit the build config and I get this error message:
If this is confirmed I think I would be in favor of moving Batch support with proper hints to 0.9. @mminella Could you please update Batch to use |
They are in https://github.com/spring-projects-experimental/spring-graalvm-native/tree/batch-samples, see related gh-203 issue.
Depends on #459 |
@mminella @aclement FYI batch is now using the build-time infrastructure like other samples, and to make it work I had to specify this native hint. Since 0.9.0 is getting closer and #459 does not look like a trivial change, I would like to propose to postpone both #459 and batch support to 0.9.1 is order to allow us to focus our time and energy on polishing bti on what is currently supported, and to mature properly batch support before announcing it. Any thoughts? |
@sdeleuze Why would that hint be added there and not to |
As discussed in #667 (comment), among other things, the batch sample |
@sdeleuze looking at the history of this issue, I am not sure what is remaining. |
That should allow us to claim preliminary support. |
The Batch samples look like they are using generated JSON. It would be nice to tighten that up.
The text was updated successfully, but these errors were encountered: