layrry
layrry copied to clipboard
A Runner and API for Layered Java Applications
Bumps `vertx.version` from 4.3.2 to 4.3.3. Updates `vertx-core` from 4.3.2 to 4.3.3 Commits c3977fc Releasing 4.3.3 c57696a Future terminal operation documentation (#4447) 37c6310 Merge pull request #4401 from liuchong/json-of-objects 99c945c...
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0. Release notes Sourced from exec-maven-plugin's releases. 3.1.0 🚀 New features and improvements Require Maven 3.2.5 (#319) @slawekjaranowski Support stream inheritance for the forked process,...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 11.0.11. Release notes Sourced from jetty-server's releases. 11.0.11 Special Thanks to the following Eclipse Jetty community members @cstamas (Tamas Cservenak) Critical Fix #8184 - All...
I noticed a problem when when trying to launch https://github.com/carldea/worldclock/ (from @carldea) using an external Layers config file. The problem stems form the different options there are to launch a...
Hey, We use Layrry to test a plugins based application. From the module layers process, we understand that when the core layer use a module, suppose spring.data.commons, the plugins should...
As reported at https://github.com/micronaut-projects/micronaut-core/issues/5095, a Micronat `2.4.0` demo application can be run with Layrry when a single layer is used ```sh $ larry --layers-config https://raw.githubusercontent.com/aalmiray/micronaut-layrry-demo/main/layers-single.toml --verbose SLF4J: Class path contains...
Hello, I want to add dynamically jars from a folder. And I created simple code and run but I get this error: ``` Error occurred during initialization of boot layer...
As of `1.0.0.Alpha1` layers must have all pertaining artifacts defined explicitly. Consider adding an option to allow transitivity during artifact resolution (will work for Maven compatible repositories, not for local...