5 Commits

Author SHA1 Message Date
jakub-bochenski
5b2e7c0d85 fix: Use exec for better PID 1 handling (#2156)
Also pass the arguments along to the java execution
Previously the arguments were silently dropped

Signed-off-by: jakub-bochenski <kuba.bochenski@gmail.com>
Signed-off-by: jakub <j.bochenski@zoovu.com>
2025-02-21 14:06:46 +01:00
Bastian Doetsch
9b147dd991 fixes #1639: run with unprivileged user and bump java version to 8.0.292.hs (#1694)
* run with unprivileged user and bump java version to 8.0.292.hs

* revert to gradle 6.4
2021-08-10 11:11:35 +02:00
Marcin Grzejszczak
a915cf102b Messaging polyglot support (#1472)
added support for AMQP, KAFKA and standalone options
2020-08-21 18:05:32 +02:00
Marcin Grzejszczak
84cfb7488a Messaging support for stub runner boot
With this change by adding --thin.profile=kafka or --thin.profile=rabbit we're able to turn on messaging support for stub runner boot.

Also for Docker, you will be able to pass MESSAGING_TYPE env var with either rabbit or kafka as a value and we'll run the messaging support for you.

fixes gh-1468
2020-08-07 17:49:10 +02:00
Marcin Grzejszczak
825ccbf305 Improved the stub runner boot image
- set the port to 8750, fixes gh-755
- stub runner app bases on thin jar, fixes gh-1385

a prerequisite for messaging support of docker images and polyglot messaging
2020-08-07 17:16:38 +02:00