Andres Almiray

Results 757 comments of Andres Almiray

There is no `sdkman-maven-plugin` available. Deployment and announcements can be made with REST calls as explained at https://sdkman.io/vendors Deployments can be pushed automatically from CI via GitHub Actions upon tagging...

Updating the JavaFX example with run instructions it struct me that we need additional means to launch Layrry powered applications. Right now we have 1. build your own distro and...

Well, well, look what I found https://github.com/sdkman/sdkman-vendor-maven-plugin

Indeed. I suppose `--layers-config` and `--properties` make no sense (or do they?) I'd expect all required modules to be present in the runtime image, in which case the layers configuration...

Agreed. Let's tackle this after `1.0.0`.

If the modularized application _has_ a custom launcher _then_ it can be launched directly from the jlinked image, as no external config nor properties files may be needed. External plugins...

I guess, if the launcher class remains the entry point even inside the image, then no additional modules should be loaded until the Launcher has its says, shouldn't they?

I'll check by re-adding a custom runner to modular-tiles ;-)

I think it's doable except for the internal plugin part. It cannot be defined in the same "plugins" layer as the external plugins, thus it becomes just another module of...

Yes, indeed. I meant to say the internal plugin layer cannot have a`directory` property but rather a `modules` list 😏 .