Replies: 2 comments 2 replies
-
Thanks @vedgunjan for catching this. I don't think there is a workaround at this stage. Would you like to contribute a fix? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi Maciej,
Thanks for your response! And yes I would love to contribute to it.
I was going over the IntelliJ setup yesterday for the same reason.
Let me know if you would like me to proceed.
Regards,
Ved
…On Fri, Feb 24, 2023 at 1:14 AM Maciej Walkowiak ***@***.***> wrote:
Thanks @vedgunjan <https://github.com/vedgunjan> for catching this. I
don't think there is a workaround at this stage. Would you like to
contribute a fix?
—
Reply to this email directly, view it on GitHub
<#688 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOYTIXDKLDKUNC4KCNV46DWZBGT5ANCNFSM6AAAAAAVGM6UDI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I migrated to version 3.0.0-RC1 and in a spring batch application. Inside this application I'm converting S3 Object to Spring io.Resource and passing it to FlatFileItemReader.
As S3Resource#getFilename() is not implemented and returning null, batch initialization is failing when
compareTo()
api is called.As a result I had to revert back to
where SimpleStorageResource#getFilename() is implemented.
Do we have a fix or workaround for this issue?
Plz let me know.
Thanks
Ved
Beta Was this translation helpful? Give feedback.
All reactions