danjee's Stars
jattach/jattach
JVM Dynamic Attach utility
fabric8io-images/run-java-sh
Universal startup script for plain Java applications
hibernate/hibernate-search
Hibernate Search: full-text search for domain model
maxyermayank/docker-compose-elasticsearch-kibana
Docker Compose for Elasticsearch and Kibana
michael-simons/goodreads
A collection of articles, books and quotes that may help to become a better developer
michael-simons/keycloakdemo
Simple demo that uses Spring Boot 2 / Security 5 to connect to Keycloak
testcontainers/testcontainers-java
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
owntracks/android
OwnTracks Android App
cbeust/jcommander
Command line parsing framework for Java
quarkusio/quarkus
Quarkus: Supersonic Subatomic Java.
dsyer/spring-boot-aspectj
Sample applications showing how to use AspectJ with Spring Boot
stanislav-pimenov-bckp/hystrix-vs-resilience4j
reactor/BlockHound
Java agent to detect blocking calls from non-blocking threads.
kotlin-orm/ktorm
A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
aaiyer/SuanShu
SuanShu is a math library of numerical methods for numerical analysis. - http://numericalmethod.com/up/suanshu/
tekdemo/MiniPID-Java
PID controller designed for quickly and easily implementing stable closed loop control.
forax/beautiful_logger
Yet another logger API in Java with beautiful features
hiwepy/pf4j2-spring-boot-starter
spring-boot-starter-pf4j2
MariaDB4j/MariaDB4j
MariaDB Embedded in Java JAR
microsoft/pyright
Static Type Checker for Python
cert-manager/cert-manager
Automatically provision and manage TLS certificates in Kubernetes
oauth2-proxy/oauth2-proxy
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
code-review-checklists/java-concurrency
Checklist for code reviews
alexradzin/beanlane
Library that allows getting the name of bean properties as string without reflection
alexradzin/aerospike-jdbc-driver
JDBC driver for Aerospike
webauthn4j/webauthn4j
A portable Java library for WebAuthn(Passkeys) server side verification
corentin59/spring-boot-graceful-shutdown
A graceful shutdown starter for Spring-Boot
mockk/mockk
mocking library for Kotlin
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
TheAlgorithms/Java
All Algorithms implemented in Java