Last Version

Limbus Engine Implementation 3.0.1

This is the Max5 Limbus Engine implementation that currently provides the following features: - Hot-Deploy features: - Deploy from filesystem - Deploy via Limbus API - Deploy via filesystem observer - Deploy from Maven Repositorx - Undeploy via Limbus API - Plugin lifecycle support - Classloader hierarchy - Isolation of deployed classpaths - Shared classloader for centralized libraries - Maintenance console with linux terminal suppot - Safety shutdown sequence - Classloading leak prevention - Thread stopping and cleaning

License

License

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-engine-impl
Version

Version

3.0.1
Type

Type

jar
Description

Description

Limbus Engine Implementation
This is the Max5 Limbus Engine implementation that currently provides the following features: - Hot-Deploy features: - Deploy from filesystem - Deploy via Limbus API - Deploy via filesystem observer - Deploy from Maven Repositorx - Undeploy via Limbus API - Plugin lifecycle support - Classloader hierarchy - Isolation of deployed classpaths - Shared classloader for centralized libraries - Maintenance console with linux terminal suppot - Safety shutdown sequence - Classloading leak prevention - Thread stopping and cleaning

Download limbus-engine-impl 3.0.1


<!-- https://jarcasting.com/artifacts/com.remondis.limbus/limbus-engine-impl/ -->
<dependency>
    <groupId>com.remondis.limbus</groupId>
    <artifactId>limbus-engine-impl</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.remondis.limbus/limbus-engine-impl/
implementation 'com.remondis.limbus:limbus-engine-impl:3.0.1'
// https://jarcasting.com/artifacts/com.remondis.limbus/limbus-engine-impl/
implementation ("com.remondis.limbus:limbus-engine-impl:3.0.1")
'com.remondis.limbus:limbus-engine-impl:jar:3.0.1'
<dependency org="com.remondis.limbus" name="limbus-engine-impl" rev="3.0.1">
  <artifact name="limbus-engine-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.remondis.limbus', module='limbus-engine-impl', version='3.0.1')
)
libraryDependencies += "com.remondis.limbus" % "limbus-engine-impl" % "3.0.1"
[com.remondis.limbus/limbus-engine-impl "3.0.1"]

Dependencies

compile (21)

Group / Artifact Type Version
com.remondis.limbus : limbus-engine-api jar 3.0.1
com.remondis.limbus : limbus-engine-interfaces jar 3.0.1
com.remondis.limbus : limbus-properties jar 3.0.1
com.remondis.limbus : limbus-vfs jar 3.0.1
com.remondis.limbus : limbus-system jar 3.0.1
com.remondis.limbus : limbus-event-multicaster jar 3.0.1
com.remondis.limbus : limbus-task-scheduler jar 3.0.1
com.remondis.limbus : limbus-utils jar 3.0.1
com.remondis.limbus : limbus-launcher jar 3.0.1
com.googlecode.lanterna : lanterna jar 3.1.0-alpha1
org.eclipse.aether : aether-api jar 1.0.2.v20150114
org.eclipse.aether : aether-util jar 1.0.2.v20150114
org.eclipse.aether : aether-impl jar 1.0.2.v20150114
org.eclipse.aether : aether-connector-basic jar 1.0.2.v20150114
org.eclipse.aether : aether-transport-file jar 1.0.2.v20150114
org.eclipse.aether : aether-transport-http jar 1.0.2.v20150114
org.eclipse.aether : aether-transport-wagon jar 1.0.2.v20150114
org.apache.maven.wagon : wagon-ssh jar 1.0
org.apache.maven : maven-settings-builder jar 3.3.3
org.apache.maven : maven-aether-provider jar 3.3.3
org.codehaus.plexus : plexus-utils jar 3.0.24

test (5)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 2.0.0-alpha1
com.remondis.limbus : limbus-staging jar 3.0.1
junit : junit jar 4.12
org.assertj : assertj-core jar 3.14.0
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.