# java
16 tools tagged
Showing 16 of 16 tools
Arthas
Java diagnostic and troubleshooting tool
Arthas is Alibaba's open-source Java diagnostic tool that lets developers troubleshoot production issues without modifying code or restarting servers. It attaches to running JVM processes to inspect class loading, decompile classes, trace method invocations, monitor performance metrics, and view real-time stack traces. Supports JDK 6+ with both telnet and WebSocket interfaces for local and remote diagnostics across Linux, macOS, and Windows.
Armeria
Versatile microservice framework for any protocol
Armeria is an open-source microservice framework from the creator of Netty at LINE Corporation that supports gRPC, Thrift, REST, and GraphQL on a single server and port. It provides built-in decorators for metrics, distributed tracing, load balancing, authentication, rate limiting, circuit breakers, and automatic retries. The framework integrates seamlessly with Spring Boot, Dropwizard, and Reactive Streams while serving automated API documentation with interactive request testing.
FusionAuth
Self-hosted customer identity management with no per-user pricing
FusionAuth is a customer identity and access management platform that can be self-hosted or cloud-deployed with no per-user fees. It supports OAuth2, OIDC, SAML, passwordless login, social providers, MFA, and advanced threat detection. Features a drag-and-drop theme builder for login page customization and supports multi-tenant application architectures with unlimited users on the community edition.
Spring AI Alibaba
Alibaba's Spring framework for building AI applications in Java
Spring AI Alibaba is Alibaba's open-source framework that brings AI capabilities to Java Spring Boot applications. It provides auto-configuration for AI model providers, RAG pipeline components, agent frameworks, and tool integration following Spring conventions. With 9,100 GitHub stars and 220+ contributors, it is the most mature AI framework for Java enterprise developers building production AI features.
Pact
Consumer-driven contract testing for APIs and microservices
Pact is the de-facto contract testing framework for HTTP APIs and event-driven systems across 12+ languages. It verifies that services can communicate correctly by testing API contracts from the consumer's perspective before deployment, catching breaking changes in microservice architectures. Maintained by Pact Foundation with 7,000+ combined GitHub stars across implementations. PactFlow offers a managed SaaS broker. Used widely in enterprise microservice teams to prevent integration failures.
GhidraMCP
MCP server for AI-powered reverse engineering
GhidraMCP is an MCP server that enables LLMs to autonomously perform reverse engineering tasks through NSA's Ghidra disassembly framework. It exposes binary analysis capabilities like decompilation, function listing, cross-references, and symbol analysis as MCP tools, letting AI assistants generate malware reports and analyze compiled binaries.
Amazon CodeGuru Reviewer
AWS managed AI code review for Java and Python
Amazon CodeGuru Reviewer is an AWS managed service that provides automated code analysis and recommendations on pull requests for Java and Python codebases. It integrates with GitHub, Bitbucket, and AWS CodeCommit, using machine learning trained on Amazon's internal code review practices to identify bugs, security vulnerabilities, and performance issues with IAM-based access control for enterprise governance.
Kodesage
AI documentation for legacy codebases
Kodesage is an AI platform designed for navigating and documenting legacy systems, consolidating knowledge from code, issue tickets, and wikis to generate function-level documentation. It creates AST-based code maps that help teams understand complex 20-year-old codebases in plain English, with on-premises and air-gapped deployment options for high-security enterprise environments.
Diffblue Cover
Autonomous Java unit test generation in CI
Diffblue Testing Agent orchestrates verified regression unit test generation for Java and Python projects through existing AI coding platforms such as GitHub Copilot CLI and Claude Code. It measures baseline coverage, generates tests, verifies that they compile and pass, and charges for net new coverage lines added rather than per seat or API call.
SonarQube
Code quality and security analysis platform
SonarQube is an open-source code quality and security platform with 10K+ GitHub stars that inspects code for bugs, vulnerabilities, code smells, and security hotspots. It enforces quality gates in CI/CD pipelines, supports 30+ languages in Team plans and 40+ in Enterprise, and remains the industry standard for static code quality management.
Keycloak
Open-source identity and access management
Keycloak is an open-source IAM solution with 25K+ GitHub stars by Red Hat. Provides SSO, social login, LDAP/Active Directory federation, standard protocol support (OIDC, OAuth 2.0, SAML), fine-grained authorization, user federation, and admin console. Features identity brokering, multi-tenancy via realms, and client adapters for Java, JavaScript, and Node.js. Self-hosted with no per-user licensing, making it ideal for organizations needing full control over identity infrastructure.
Elasticsearch
Distributed search and analytics engine for all types of data.
Elasticsearch is the world's most popular open-source search and analytics engine, powering search experiences for companies like Wikipedia, GitHub, Netflix, and Uber. Built on Apache Lucene, it provides near-real-time search, structured and unstructured data analysis, and machine learning capabilities. Part of the Elastic Stack (ELK), it handles log analytics, application search, security analytics, and observability at scale. Supports vector search for AI/RAG applications.
Selenium
Browser automation framework
The original browser automation framework with multi-language support for Java, Python, JavaScript, and C#. Drives end-to-end testing across all major browsers via the WebDriver protocol. Despite newer alternatives, Selenium remains the industry standard for large-scale automated browser testing, with the largest community and most extensive tooling ecosystem.
Conductor
Workflow orchestration engine
Netflix-originated workflow orchestration platform with JSON and code-based workflow definitions, human-in-the-loop support, and AI agent orchestration capabilities. With 18k+ GitHub stars, Conductor handles complex distributed workflows at massive scale, offering built-in retry logic, event-driven triggers, and visual workflow monitoring for microservice coordination.
DataGrip
JetBrains database IDE
JetBrains' professional database IDE with intelligent SQL assistance, schema navigation, data editor, and admin tools for PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, and more. Features context-aware completion, error detection, explain plan visualization, data export, and version control for schema changes. Part of JetBrains All Products pack or standalone. The premium choice for database development.
DBeaver
Universal database tool
DBeaver is a free, open-source universal database GUI and SQL client supporting 100+ engines including PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, Cassandra, and Redis. Offers a consistent cross-platform interface for schema browsing, visual query building, SQL execution, data editing, ER diagrams, and data migration between heterogeneous databases, all in a single Java-based desktop app.