Jimmy Du
02/24/2023, 11:16 PMKetan (kumare3)
honnix
02/27/2023, 8:05 AMJimmy Du
03/02/2023, 9:45 PMMETA-INF/services/org.flyte.flytekit.SdkWorkflow
• META-INF/services/org.flyte.flytekit.SdkRunnableTask
Spring boot applications typically generate jars that store these files under a BOOT-INF directory:
• BOOT-INF/classes/META-INF/services/org.flyte.flytekit.SdkWorkflow
• BOOT-INF/classes/META-INF/services/org.flyte.flytekit.SdkRunnableTask
I'm concerned that attempting to manually jar the files differently might break the Spring application setup. Would the suggested workaround be to update the JFlyte code to look within the BOOT-INF/classes
path instead of the root JAR path?honnix
03/03/2023, 9:10 AMJimmy Du
03/03/2023, 7:46 PMKetan (kumare3)
Jimmy Du
03/06/2023, 6:46 PMKetan (kumare3)
Jimmy Du
03/07/2023, 2:25 AMKetan (kumare3)
Jimmy Du
03/07/2023, 2:27 AM