Apache Juneau

Clone this repo:
  1. 253a7c2 Update RELEASE-NOTES.txt by Gary Gregory · 4 days ago master
  2. 5a3cd3b Bump org.eclipse.jgit:org.eclipse.jgit from 6.8.0.202311291450-r to 6.9.0.202403050737-r #137 by Gary Gregory · 4 days ago
  3. ece1d67 Merge pull request #137 from apache/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-6.9.0.202403050737-r by Gary Gregory · 4 days ago
  4. f064632 Bump org.eclipse.jgit:org.eclipse.jgit by dependabot[bot] · 4 days ago
  5. 08e1488 Bump springboot.version from 3.2.2 to 3.2.3 #136 by Gary Gregory · 4 weeks ago

Apache Juneau

Description

Apache Juneau™ is a single cohesive Java ecosystem consisting of the following parts:

  • juneau-marshall - A universal toolkit for marshalling POJOs to a variety of content types using a common framework with no external library dependencies.
  • juneau-marshall-rdf - Additional support for various RDF languages.
  • juneau-dto - A variety of predefined DTOs for serializing and parsing languages such as HTML5, Swagger and ATOM.
  • juneau-config - A sophisticated configuration file API.
  • juneau-rest-server - A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as one or more top-level servlets in any Servlet 3.1.0+ container. Includes Spring Boot and JAX-RS integration support.
  • juneau-rest-client - A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
  • juneau-rest-springboot - Spring boot integration for juneau-rest-servlet.

Questions via email to dev@juneau.apache.org are always welcome.

Juneau is packed with features that may not be obvious at first. Users are encouraged to ask for code reviews by providing links to specific source files such as through GitHub. Not only can we help you with feedback, but it helps us understand usage patterns to further improve the product.

Features

  • Fast memory-efficient serialization.
  • Fast, safe, memory-efficient parsing. Parsers are not susceptible to deserialization attacks.
  • KISS is our mantra! No auto-wiring. No code generation. No dependency injection. Just add it to your classpath and use it. Extremely simple unit testing!
  • Enjoyable to use
  • Tiny - ~1MB
  • Exhaustively tested
  • Lots of up-to-date documentation and examples
  • Minimal library dependencies:
    • juneau-marshall, juneau-dto, juneau-svl, juneau-config - No external dependencies. Entirely self-contained.
    • juneau-marshall-rdf - Optional RDF support. Requires Apache Jena 2.7.1+.
    • juneau-rest-server - Any Servlet 3.1.0+ container.
    • juneau-rest-client - Apache HttpClient 4.5+.
  • Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features such as request/response multiplexing and server push.

Building

Building requires:

  • Apache Maven
  • Java 17 is required to build, but Java 11 is sufficient to run unless you need Spring.