jeusdi

Results 36 comments of 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 ![imagen](https://cloud.githubusercontent.com/assets/941639/22927594/79371cf0-f2b2-11e6-85d6-c44e8886b351.png) 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: ![imagen](https://user-images.githubusercontent.com/941639/55141546-ea28b480-513a-11e9-950c-50b97f0017db.png)

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...