jeusdi
jeusdi
Definitely, it seems cargo gradle plugin sends to cargo ant wrong values: When `addConfiguredProperty` is reached, is receives this `Property`s: `cargo.servlet.port` = 9992  In fact, `cargo.jboss.management-http.port` is not added.
@bmuschko I think the bug is around https://github.com/bmuschko/gradle-cargo-plugin/blob/master/src/main/groovy/com/bmuschko/gradle/cargo/tasks/remote/RemoteCargoContainerTask.groovy#L85 And it seems not reached: https://github.com/bmuschko/gradle-cargo-plugin/blob/7fe72e9c03e0c37b5777196c87427363b6ef1191/src/main/groovy/com/bmuschko/gradle/cargo/tasks/AbstractCargoContainerTask.groovy#L102 Could you take a look, please?
@bmuschko , could I help out with anything more?
@bmuschko could you give us some feedback. Do you thing it's an issue related with gradle plugin?
@bmuschko Please, sorry for asking you for it again. Nevertheless, I'm still sticking in solving that. Nevertheless, it would be really a great work around if it was ready... Have...
I've used this [gradle file](https://github.com/ArtificialPB/kumuluzee-jax-rs-gradle/blob/master/build.gradle) in order to build my uber jar. I'm getting this message: 
Is there any roadmap to publish an gradle plugin?
I figure out this option is not available by now, isn't it?
I think I'm almost there. I'm getting this message now: > 2024-02-22T14:41:01.451 WARN --- [ asgi_gw_0] l.s.apigateway.integration : Lambda output should follow the next JSON format: { "isBase64Encoded": true|false, "statusCode":...
Thanks @deki . I was solved it using fully qualified class name. Another issue here: I'm getting: > 2024-02-22T15:09:13.612 WARN --- [ asgi_gw_3] l.s.apigateway.integration : Lambda output should follow the...