jooby icon indicating copy to clipboard operation
jooby copied to clipboard

The modular web framework for Java and Kotlin

Results 60 jooby issues
Sort by recently updated
recently updated
newest added

If you have a multi module project and one of the deep children uses the openapi Mojo you will get the following exception if you do a clean and complete...

So: @Nullable byte[] encode(@Nonnull Context ctx, @Nonnull Object value) throws Exception; Must be: @Nullable ByteBuffer encode(@Nonnull Context ctx, @Nonnull Object value) throws Exception; This give us opportunity to reuse a...

break-change

Today HTTP session supports basic types (primitives and String mainly). Next release will allow adding arbitrary object to in-memory session and/or encode them for persistent implementation (redis, database, etc...) ```java...

enhancement

If you google "Jooby SSL", the top hit is - https://github.com/jooby-project/jooby/issues/186 Which links to - http://jooby.org/doc/#https Which doesn't have any info on https. I tried browsing the docs more broadly,...

question

I want to migrate old services from springboot(mvc) to jooby

question

@agentgt can you take it? /cc @imeszaros

3.x

For 3.0 it would be very helpful if the `Route` had more metadata for MVC handlers. For example which class and method is the handler. Currently the MVC annotation processor...

We use another maven annotation processor to create immutable data classes (https://immutables.github.io/). When we define these immutable classes inside the same maven module as Jooby, it appears that the MVC...

Hi teams, Is there a technical possibility to support the current version of java by analogy with this issue https://github.com/jooby-project/jooby/issues/3195? I can do a PR if you give the green...

wontfix
1.x

Since Jooby supports generating projects that use both Gradle and Kotlin, I think it would make sense to use (optionally) have the `jooby` CLI generate a `build.gradle.kts` file, i.e. a...