You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2023/01/03 21:29:12 UTC

[juneau] branch master updated: Add building section

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c00a4e4a Add building section
     new 4c9094fc3 Merge pull request #92 from garydgregory/r9_readme_building
4c00a4e4a is described below

commit 4c00a4e4a702ef6a8593301bbce1a3841acec9ab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 3 15:48:11 2023 -0500

    Add building section
    
    Update NOTICE file end date
---
 NOTICE    | 2 +-
 README.md | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 4d213d720..de4eaf8e9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Juneau
-Copyright 2016-2022 The Apache Software Foundation
+Copyright 2016-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 9a8e73d00..18ee2eeb8 100644
--- a/README.md
+++ b/README.md
@@ -51,3 +51,8 @@ Juneau is packed with features that may not be obvious at first. Users are encou
    * 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](https://maven.apache.org/)
+* Java 17 is required to build, but Java 11 is sufficient to run unless you need Spring.