Projects in Awesome Lists by OpenLiberty
A curated list of projects in awesome lists by OpenLiberty .
https://github.com/openliberty/open-liberty
Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
Last synced: 13 May 2025
https://github.com/openliberty/ci.maven
Maven plugins for managing Liberty profile servers #devops
Last synced: 11 Dec 2025
https://github.com/openliberty/open-liberty-tools
Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
Last synced: 07 Apr 2025
https://github.com/openliberty/ci.gradle
Gradle plugins for managing Liberty profile servers #devops
Last synced: 05 Mar 2026
https://github.com/OpenLiberty/liberty-bikes
Real-time web based multiplayer game running on OpenLiberty
game hacktoberfest jakartaee microprofile microservices microservices-demo open-liberty
Last synced: 10 May 2025
https://github.com/openliberty/liberty-bikes
Real-time web based multiplayer game running on OpenLiberty
game hacktoberfest jakartaee microprofile microservices microservices-demo open-liberty
Last synced: 09 Apr 2025
https://github.com/openliberty/space-rover-mission
Roam the universe with Open Liberty!
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-kubernetes-intro
An introductory guide on how to deploy microservices to a Kubernetes cluster and manage them with the Kubernetes CLI: https://openliberty.io/guides/kubernetes-intro.html
Last synced: 06 Mar 2026
https://github.com/openliberty/guide-spring-boot
A guide on how to containerize, package, and run a Spring Boot application on an Open Liberty server without modification.
Last synced: 20 Aug 2025
https://github.com/openliberty/guide-maven-intro
An introductory guide on how to build applications using Maven on Open Liberty: https://openliberty.io/guides/maven-intro.html
Last synced: 01 Mar 2026
https://github.com/openliberty/guide-rest-intro
An introductory guide on how to create a REST application using Java EE running on Open Liberty: http://www.openliberty.io/guides/rest-intro.html
Last synced: 07 Apr 2025
https://github.com/openliberty/liberty-tools-vscode
Visual Studio Code extension for Liberty Tools
Last synced: 04 Oct 2025
https://github.com/openliberty/sample-acmegifts
A gift giving and budgeting application written using MicroProfile and Liberty
Last synced: 13 Mar 2026
https://github.com/openliberty/guide-microprofile-openapi
A guide on how to document and filter RESTful APIs from code or static files by using MicroProfile OpenAPI: https://openliberty.io/guides/microprofile-openapi.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-getting-started
An introductory guide to writing and deploying applications on Open Liberty using Maven and Docker: https://openliberty.io/guides/getting-started.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-kubernetes-microprofile-config
A guide on how to externalize configuration using MicroProfile Config and configure your microservices using Kubernetes ConfigMaps and Secrets: https://openliberty.io/guides/kubernetes-microprofile-config.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-jwt
An introductory guide on how to control user and role access to microservices with MicroProfile JSON Web Token (MicroProfile JWT): https://openliberty.io/guides/microprofile-jwt.html
Last synced: 13 Jun 2025
https://github.com/openliberty/guide-jpa-intro
A guide on how to use Java Persistence API to access and persist data to a database for your microservices: https://openliberty.io/guides/jpa-intro.html
Last synced: 07 Apr 2025
https://github.com/openliberty/docs
See Open Liberty documentation on https://openliberty.io/docs/
Last synced: 03 Mar 2026
https://github.com/openliberty/guide-cloud-aws
A guide on how to deploy microservices to Amazon Elastic Container Service for Kubernetes (EKS) on Amazon Web Services (AWS): https://openliberty.io/guides/cloud-aws.html
Last synced: 07 Apr 2025
https://github.com/openliberty/sample-getting-started
Getting started sample
Last synced: 04 Apr 2025
https://github.com/openliberty/guide-microprofile-config
A guide on how to provide external configuration to microservices using MicroProfile Config: https://openliberty.io/guides/microprofile-config.html
Last synced: 07 Apr 2025
https://github.com/openliberty/liberty-arquillian
Arquillian Liberty Managed and Remote containers
arquillian java liberty openliberty testing websphere
Last synced: 22 May 2026
https://github.com/openliberty/guide-cors
A guide on how to enable Cross-Origin Resource Sharing (CORS) in Open Liberty: https://openliberty.io/guides/cors.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-docker
A guide on how to use Docker containers for iterative development of microservices: https://openliberty.io/guides/docker.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-opentracing
A guide on how to enable and customize tracing of JAX-RS and non-JAX-RS methods by using MicroProfile OpenTracing: https://openliberty.io/guides/microprofile-opentracing.html
Last synced: 22 Jun 2025
https://github.com/openliberty/devfile-stack
Application stack for Open Liberty
Last synced: 09 Mar 2026
https://github.com/openliberty/liberty-tools-intellij
IntelliJ IDEA extension for Liberty
Last synced: 08 Feb 2026
https://github.com/openliberty/guide-microprofile-rest-client
A guide on how to use MicroProfile Rest Client to invoke RESTful microservices over HTTP in a type-safe way: https://openliberty.io/guides/microprofile-rest-client.html
Last synced: 07 Apr 2025
https://github.com/openliberty/start.openliberty.io
Open Liberty Starter backend.
Last synced: 07 Apr 2025
https://github.com/openliberty/ci.ant
Ant tasks for managing Liberty profile server instances #devops
Last synced: 21 Oct 2025
https://github.com/openliberty/guide-rest-client-java
A guide on how to consume a REST service in Java: https://openliberty.io/guides/rest-client-java.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-containerize
A guide on how to containerize and run your microservices with Open Liberty using Docker:
Last synced: 04 Mar 2026
https://github.com/openliberty/guide-microprofile-metrics
A guide on how to provide system and application metrics from a microservice with MicroProfile Metrics: https://openliberty.io/guides/microprofile-metrics.html
Last synced: 01 Aug 2025
https://github.com/openliberty/guide-rest-hateoas
A guide on how to create a hypermedia-driven REST application running on Open Liberty: https://openliberty.io/guides/rest-hateoas.html
Last synced: 29 Oct 2025
https://github.com/openliberty/guide-istio-intro
A guide on how to manage microservice traffic with Istio using blue-green deployment as an example: https://openliberty.io/guides/istio-intro.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-security-intro
An introductory guide on how to secure a web application through authentication and authorization using Java EE 8 Security API: https://openliberty.io/guides/security-intro.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-maven-multimodules
A guide on how to create a multi-module application with Maven and Open Liberty: https://openliberty.io/guides/maven-multimodules.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-rest-client-angularjs
A guide on how to consume a REST service with AngularJS: https://openliberty.io/guides/rest-client-angularjs.html
Last synced: 02 Mar 2026
https://github.com/openliberty/guide-liberty-deep-dive
An end-to-end tutorial on cloud-native Java application development and deployment using Jakarta EE, MicroProfile & Open Liberty
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-cdi-intro
An introductory guide on how to use Contexts and Dependency Injection to manage and inject dependencies into microservices: https://openliberty.io/guides/cdi-intro.html
Last synced: 15 Mar 2026
https://github.com/openliberty/liberty-language-server
The Liberty Config Language Server provides language server features for Liberty server configuration files through any of the supported client IDEs.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-kubernetes-microprofile-health
A guide on how to check the health of microservices on Kubernetes by setting up readiness probes to inspect MicroProfile Health Check endpoints: https://openliberty.io/guides/kubernetes-microprofile-health.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-bean-validation
An introductory guide on how to use bean validation in Open Liberty to create a microservice to validate user input data: https://openliberty.io/guides/bean-validation.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-arquillian-managed
A guide on how to develop tests for your microservices with the Arquillian managed container and run the tests on Open Liberty: https://openliberty.io/guides/arquillian-managed.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-cloud-azure
A guide on how to deploy microservices to Azure Kubernetes Service (AKS) on Microsoft Azure.
Last synced: 11 Jul 2025
https://github.com/openliberty/guide-sessions
A guide on how to create, use, and cache HTTP session data for your application:
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-reactive-messaging-rest-integration
A guide on how to integrate RESTful Java microservices with a reactive system by using MicroProfile Reactive Messaging.
Last synced: 07 Apr 2025
https://github.com/openliberty/iguide-circuit-breaker
Open Liberty MicroProfile CircuitBreaker and Fallback Guide: https://openliberty.io/guides/circuit-breaker.html
Last synced: 07 Apr 2025
https://github.com/openliberty/sample-mongodb
Open Liberty sample application for accessing MongoDB
beanvalidation cdi microprofile-config mongodb openliberty
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-health
A guide on how to report and check the health of a microservice with MicroProfile Health: https://openliberty.io/guides/microprofile-health.html
Last synced: 09 Mar 2026
https://github.com/openliberty/guide-microprofile-reactive-messaging
A guide on how to write reactive Java microservices using MicroProfile Reactive Messaging.
Last synced: 30 Jul 2025
https://github.com/openliberty/guide-reactive-messaging-sse
A guide on how to stream updates from a MicroProfile Reactive Messaging service to a front-end client by using Server-Sent Events.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-opentracing-jaeger
(Deprecated) A guide on how to enable and customize tracing of JAX-RS and non-JAX-RS methods by using MicroProfile OpenTracing and Jaeger.
Last synced: 15 Jun 2025
https://github.com/openliberty/sample-kubernetes-config
A Kubernetes Sample using Open Liberty and MicroProfile Config
Last synced: 11 Jun 2025
https://github.com/openliberty/guide-cloud-google
A guide on how to deploy microservices to Google Kubernetes Engine (GKE) on Google Cloud Platform (GCP).
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-gradle-intro
An introductory guide on how to build and test a simple web application using Gradle and Open Liberty: https://openliberty.io/guides/gradle-intro.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-mongodb-intro
A guide on how to persist data in your microservices to MongoDB, a document-oriented NoSQL database.
Last synced: 07 Apr 2025
https://github.com/openliberty/ci.common
Common functionality for ci.maven and ci.gradle
Last synced: 05 Apr 2025
https://github.com/openliberty/guide-microshed-testing
A guide on how to test a MicroProfile or Jakarta EE application using MicroShed Testing.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-rest-client-async
A guide on how to use MicroProfile Rest Client to invoke RESTful microservices asynchronously over HTTP.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-cloud-ibm
A guide on how to deploy microservices to IBM Cloud Kubernetes Service (IKS) and IBM Cloud Private (ICP): https://openliberty.io/guides/cloud-ibm.html
Last synced: 19 Jul 2025
https://github.com/openliberty/guide-social-media-login
A guide on how to allow users to log in to your application with their social media accounts by using the Open Liberty Social Media Login feature.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-istio-retry-fallback
A guide on how to manage the impact of failures by using MicroProfile and Istio Fault Tolerance to add retry and fallback behaviours to microservices.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-contract-testing
A guide on how to implement contract testing to ensure compatibility for Java microservices.
Last synced: 07 Apr 2025
https://github.com/openliberty/sample-keycloak
Sample app using Open Liberty, Jakarta EE Security, MicroProfile JWT, and Keycloak.
jakartaee jwt keycloak microprofile oidc openliberty
Last synced: 21 Jul 2025
https://github.com/openliberty/iguide-microprofile-config-intro
Open Liberty MicroProfile Config Guide: https://openliberty.io/guides/microprofile-config-intro.html
Last synced: 28 Jan 2026
https://github.com/openliberty/guide-microprofile-fallback
An introductory guide on how to manage the impact of failures using MicroProfile Fault Tolerance by adding fallback behavior to microservice dependencies: https://openliberty.io/guides/microprofile-fallback.html
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-rest-client-reactjs
A guide on how to access a simple RESTful web service and consume its resources with ReactJS in Open Liberty.
Last synced: 14 Apr 2025
https://github.com/openliberty/liberty-bikes-ai
Liberty Bikes AI template for hands-on-lab. For more details see https://github.com/OpenLiberty/liberty-bikes
Last synced: 07 Apr 2025
https://github.com/openliberty/for-automation-testing
This repository is used for testing automation. It does not contain any real function.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-okd
(Deprecated) A guide on how to use Minishift to deploy microservices to an Origin Community Distribution of Kubernetes (OKD) cluster.
Last synced: 19 Jun 2025
https://github.com/openliberty/guide-cloud-openshift-operator
A guide on how to deploy microservices to Red Hat OpenShift by using Kubernetes Operators.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-microprofile-reactive-messaging-acknowledgment
A guide on how to acknowledge messages by using MicroProfile Reactive Messaging.
Last synced: 07 Apr 2025
https://github.com/openliberty/guide-rest-client-angular
A guide on how to access a simple RESTful web service and consume its resources with Angular in Open Liberty: https://openliberty.io/guides/rest-client-angular.html
Last synced: 24 Oct 2025