Max Rydahl Andersen
Max Rydahl Andersen
> > A) I dont understand the issue in camel jira. Sounds like camel-jbang changed some behavior ? > > yes, it was changed in an incompatible way. It is...
the notion of -dev/snapshot in catalogs is kinda "standardised" via jreleasers early-access notion where it publishes a -early-access alias next to the main entry. It doesn't do the whole dance...
I like the idea of `jbang myapp:0.0.3@` being used to "force apply" that version in: - GAV's - github release urls - github/gist raw urls etc.
should consider `jbang myapp:0.0.3@#` to verify artifacts.
ok, the more i think about this the more we need the alias versioning trick. i.e. lets say you have a catalog of mcp servers, you define a set of...
love it - did you make the game or copied from somewhere? should make ref if from somewhere else. we'll need to figure out how to do the deps in...
i gets further but errors with: ``` jbang examples/game/Pong.java [jbang] Resolving dependencies... [jbang] org.lwjgl:lwjgl:3.3.6 [jbang] org.lwjgl:lwjgl-glfw:3.3.6 [jbang] org.lwjgl:lwjgl-opengl:3.3.6 [jbang] Dependencies resolved [jbang] Building jar for Pong.java... Exception in thread "main"...
btw. i'm surprised the fix worked ...trying to grok if bug or feature :)
remarkably fatjar of that is "only 3.7mb...
I no longer get an error but now it just hangs/doing nothing. ` jbang -R=-XstartOnFirstThread examples/game/Pong.java` still works what error are you getting on windows?