Jezza

Results 11 issues of Jezza

Hey, I was just about to make a ticket about updating some of the dependencies, because 5.5.5 seems to be pulling in some old versions of a lot of libraries,...

It would be cool if we could, when declaring routes, specify a context for a given set of routes. It's not annoying per se, but it would be nice to...

Currently, we can only configure a route for a Controller via [Annotations](https://github.com/rapidoid/rapidoid/blob/master/rapidoid-rest/src/main/java/org/rapidoid/setup/PojoHandlersSetup.java#L249). The annotations themselves aren't the problem, but rather that not all options are available/configurable. Introducing every option as...

With the release of Java 11, a lot of people, myself included, are looking to move to the new java version. Unfortunately, due to how the rapidoid project is structured,...

enhancement

I'm currently using k8s 1.21, and it seems that I can't mapContainers for pods. I also can't use the nice volumeMount functions, because they're not defined for pod.

question

There's a couple of changes here, I'll see if I can list them all: - ALLPs can now be terminated, which skips the component replacing part. (This is useful when...

For example: first.toml ```toml [metadata.a] name = "value" [metadata.b] name = "value" ``` second.toml ```toml [metadata.b] name = "value" [metadata.c] name = "value" ``` If I load first.toml, set the...

There's a lot of hardcoded `::mockall` in the crate. It makes it very difficult to use it in some common crate as users of this common crate need to also...

enhancement

It looks like the RFC separates out Update from Query. Is it possible to integrate that into `sophia_api`?

help wanted

### Description I'm unable to access any containers. A simple example would be nginx. Bind it to 8080, and curl is unable to reach it. ![Image](https://github.com/user-attachments/assets/667768bb-7b94-4857-b12c-d27e4d280c0d) ### Steps to reproduce...

bug
area/network