chenjianxin / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment

Home Page:https://openliberty.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

title


Maven Central Docker Pulls Website Stack Overflow Groups.io License Twitter

Summary

A lightweight open framework for building fast and efficient cloud-native Java microservices:

  • Open Liberty is fast to start up with low memory footprint and live reload for quick iteration.
  • Simple to add and remove features from the latest versions of MicroProfile and Java EE.
  • Zero migration lets you focus on what's important, not the APIs changing under you.

Getting Started

Launch a sample app using Maven

git clone https://github.com/OpenLiberty/sample-getting-started.git
cd sample-getting-started
mvn clean package liberty:run-server

Open browser to http://localhost:9080/ and explore the demo application.

See this guide to learn how it works.

Downloads

Usage

Docker

  • This guide demonstrates development using Docker containers.

Maven

  • This guide demonstrates development using the Liberty Maven Plugin.

Command Line

Open Liberty Docs

Contributing

Our CONTRIBUTING document contains details for submitting pull requests.

Running a Build

  1. Clone the repository to your system.

     git clone git@github.com:OpenLiberty/open-liberty.git
    
  2. Run a gradle build.

     cd open-liberty/dev
     ./gradlew cnf:initialize
     ./gradlew assemble`
    
  3. Run the unit or FAT tests.

    ./gradlew test for unit tests

    ./gradlew build.example_fat:buildandrun to run a FAT project

    NOTE: ./gradlew build runs the assemble and test tasks

  4. Perform a local release

    ./gradlew releaseNeeded

    NOTE: This task releases all projects to the local releaseRepo. The final openliberty zip can be found in

    open-liberty\dev\cnf\release\dev\openliberty\<version>\openliberty-xxx.zip

License

Usage is provided under the EPL 1.0 license See LICENSE for the full details.

About

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment

https://openliberty.io

License:Eclipse Public License 1.0


Languages

Language:Java 98.0%Language:JavaScript 1.1%Language:HTML 0.5%Language:Gherkin 0.2%Language:CSS 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:Python 0.0%Language:Perl 0.0%Language:PLSQL 0.0%Language:Dockerfile 0.0%Language:Makefile 0.0%Language:Ruby 0.0%Language:Objective-J 0.0%