jooby
jooby copied to clipboard
The modular web framework for Java and Kotlin
We have an object, for example: ``` class Foo { public Integer a; public Integer b; public Foo(Integer a, Integer b) { checkNotNull(a); checkNotNull(b); this.a = a; this.b = b;...
Bumps [pac4j-core](https://github.com/pac4j/pac4j) from 4.4.0 to 5.2.0. Commits 3d0e3cf [maven-release-plugin] prepare release pac4j-parent-5.2.0 24479ed Merge pull request #2092 from pac4j/renovate/httpcore.version 5e89ee0 chore(deps): update dependency org.apache.httpcomponents:httpcore to v4.4.15 38b3921 chore(deps): update dependency...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
upgrade to rxjava3.0.6
Hi! I found the pom file of project **_starter:graphql-starter:1.0.0_** introduced **_49_** dependencies. However, among them, **_6_** libraries (**_12%_**) are not used by your project. I list the redundant dependencies below...
Hi, i have ported the jooq-module from jooby v1 into jooby v2. @advortsov : Can you test it? in #2410 you have asked for this jooq module. steps for local...
The reflective bean converter generally works great however if there are fields that are not `String` that can be nullable (e.g. Instant, UUID, etc) it will fail to convert. The...
I would like to know what companies and applications or who are using Jooby. Thanks all.
Hello. In a small number of cases, calling sse.send() throws such an exception. I can't reproduce this in tests, but in production this situation happens 1-2 times an hour. Seems...