From ccfdbfd276f0d21a60d3db060964559a3c87d2bb Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 31 Jan 2022 23:51:44 +0900 Subject: [PATCH] Mention that GitBucket doesn't support JakartaEE in README (#2986) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e15a44a7f..2a76e2cf0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ GitBucket requires **Java8**. You have to install it, if it is not already insta 1. Download the latest **gitbucket.war** from [the releases page](https://github.com/gitbucket/gitbucket/releases) and run it by `java -jar gitbucket.war`. 2. Go to `http://[hostname]:8080/` and log in with ID: **root** / Pass: **root**. -You can also deploy `gitbucket.war` to a servlet container which supports Servlet 3.0 (like Jetty, Tomcat, JBoss, etc) +You can also deploy `gitbucket.war` to a servlet container which supports Servlet 3.0 (like Jetty, Tomcat, JBoss, etc). Note that GitBucket doesn't support Jakarta EE yet. For more information about installation on Mac or Windows Server (with IIS), or configuration of Apache or Nginx and also integration with other tools or services such as Jenkins or Slack, see [Wiki](https://github.com/gitbucket/gitbucket/wiki).