-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Client and lib-common manual changes. * Generated based on latest Lyodesigner with support for migration to Jakarta. * Update jakarta.servlet.jsp.jstl-api version * Client and lib-common manual changes. * Generated based on latest Lyodesigner with support for migration to Jakarta. * Update jakarta.servlet.jsp.jstl-api version * updates to run under jetty-maven-plugin as well as cargo-maven3-plugin * fixing jstl problems. * Update based on latest generation. * update docker files. * Update servers based on latest LyoDesigner generation * build: jakarta-ready docker images for CI * readme update. * build: tomcat CI checks * ci: manual acceptance * ci: manual acceptance * ci: manual acceptance * fix: lib lyo dep * fix: kotlin client lyo dep * build: fix tomcat docker ci --------- Co-authored-by: Jad El-khoury <jad.elkhoury@lynxwork.com> Co-authored-by: Andrew Berezovskyi <andrew@berezovskyi.me>
- Loading branch information
1 parent
06231c5
commit 3ca27c7
Showing
193 changed files
with
1,330 additions
and
1,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
**/* | ||
overlays/ | ||
src/ | ||
target/**/* | ||
!target/*.war |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Docker log config to make sure Tomcat logs everything to Docker! | ||
|
||
handlers = java.util.logging.ConsoleHandler | ||
|
||
.handlers = java.util.logging.ConsoleHandler | ||
|
||
java.util.logging.ConsoleHandler.level = FINE | ||
java.util.logging.ConsoleHandler.formatter = java.util.logging.OneLineFormatter | ||
java.util.logging.ConsoleHandler.encoding = UTF-8 | ||
|
||
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO | ||
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = \ | ||
java.util.logging.ConsoleHandler | ||
|
||
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO | ||
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = \ | ||
java.util.logging.ConsoleHandler | ||
|
||
# For example, set the org.apache.catalina.util.LifecycleBase logger to log | ||
# each component that extends LifecycleBase changing state: | ||
#org.apache.catalina.util.LifecycleBase.level = FINE |
Oops, something went wrong.