Jochen Schalanda
Jochen Schalanda
- https://hibernate.org/orm/releases/6.0/ - https://in.relation.to/2022/03/31/orm-60-final/
`3.0.0-beta.1`: https://github.com/dropwizard/dropwizard/runs/5875633807?check_suite_focus=true#step%3A4%3A3444= ``` Error: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.2:jar (attach-javadocs) on project dropwizard-jersey: MavenReportException: Error while generating Javadoc: Error: Exit code: 1 - /home/runner/work/dropwizard/dropwizard/dropwizard-jersey/src/main/java/io/dropwizard/jersey/DropwizardResourceConfig.java:29: error: cannot find symbol Error: import...
Dropwizard 2.0.x introduced the `useForwardedHeaders` setting for the HTTP connector: https://www.dropwizard.io/en/release-2.0.x/manual/configuration.html#http This has caused some confusion in the past when people were using their Dropwizard applications behind a proxy which...
- https://graalvm.github.io/native-build-tools/ - https://blogs.oracle.com/developers/post/building-cross-platform-native-images-with-graalvm - https://www.graalvm.org/reference-manual/native-image/
This pull request adds a GitHub workflow for building the Sengi web application, deploy it to https://sengiapp.github.io/ (GitHub Pages), and in case it was triggered by a new tag, it...
Thanks for making Sengi and keeping it alive! While the primary use case doesn't seem to be hosting it on one's web server, it would be great if it supported...
For people who like to host Sengi themselves, there's currently only the [Docker image](https://hub.docker.com/r/nicolasconstant/sengi) available. It would be great if you could publish the built web application (basically the `npm...
``` # brew info sengi sengi: 1.0.3 https://github.com/NicolasConstant/sengi Not installed From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/sengi.rb ==> Name Sengi ==> Description Mastodon and Pleroma desktop client ==> Artifacts Sengi.app (App) ==> Analytics install: 0...
In order to simplify configuration management and infrastructure-as-code for users of the official AMI, there should be a machine-readable list of available AMIs per version and per region: https://github.com/Graylog2/graylog2-images/blob/2.4/aws/README.md I...