You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2022/05/24 09:34:16 UTC

[myfaces] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e70134e1 Update README.md
3e70134e1 is described below

commit 3e70134e13ca239f3a65a585cf7b5e06e1383720
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue May 24 11:34:11 2022 +0200

    Update README.md
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index e6af9509b..bf4c84bcc 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ mvn clean install
 
 Since 2.3-next a Quarkus extension is available. A sample project can be found here: https://github.com/apache/myfaces/blob/master/extensions/quarkus/showcase/
 
+Uber-JARs are not supported by design
 
 ### Differences to a normal servlet container
 - You need to put your views under src/main/resources/META-INF/resources as Quarkus doesn't create a WAR and src/main/webapp is ignored!