-
hi,
**Actual behavior (the bug)**
i wrote this program on windows 11.
It run prefectly, but when i run it on ubuntu i obtain this message :
`[org.eclipse.jetty.io.ManagedSelector]:904 - Could…
-
**Actual behavior (the bug)**
```
static class Barbie {
private String name;
private String link;
public String getName() {
return name;
}
public void setNa…
-
Is there a way to generate javalin controller class from openapi spec file with this plugin?
If not, do you know if there is another plugin to do that?
-
In semi-chronological order:
- [x] Add Javalin 6 folder to samples repo
- [x] Most examples
- [x] Async example (awaiting @zugazagoitia plugin)
- [x] HTTP2 example (awaiting @zugazagoitia p…
tipsy updated
9 months ago
-
Hi, this is probably a basic/dummy question but figured someone can point me to the right direction. Thanks in advance.
I'm migrating my Javalin 3.x project to Javalin 6.0 and trying out the SslPlu…
-
Is it possible to provide Internationalisation support for OpenAPI annotations, ideally using Java properties files.
Spring has the `@PropertySource("classpath:config.properties")` option and then …
-
Please, before opening a bug:
- make sure you've read the documentation.
- Ensure there isn't already an open issue about this.
- Ensure there isn't already a closed/resolved issue about this.
…
-
Hi Javalin team,
I'm working on an OpenAPI (server) generator which can generate Javalin code from an OpenAPI spec:
https://github.com/OpenAPITools/openapi-generator/pull/17596
In the generat…
-
Information from [kapt official](https://kotlinlang.org/docs/kapt.html) page is:
`kapt is in maintenance mode. We are keeping it up-to-date with recent Kotlin and Java releases but have no plans to…
-
**Actual behavior (the bug)**
When trying to connect via https/ssl the server throws an error, and the client gets a 525 error code.
Error:
`java.nio.channels.SocketChannel[closed]: java.lang.Ill…