Cocoon Reloading ClassLoader - Spring reloader

This module provides a single class "SpringReloader" that is used by the ReloadingSpringFilter to reload a Spring web application context. In order not to run into NoClassDefFoundErrors, is is important that this class is loaded through the reloading classloader.

License

License

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-rcl-spring-reloader
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Cocoon Reloading ClassLoader - Spring reloader
This module provides a single class "SpringReloader" that is used by the ReloadingSpringFilter to reload a Spring web application context. In order not to run into NoClassDefFoundErrors, is is important that this class is loaded through the reloading classloader.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-rcl-spring-reloader/tags/cocoon-rcl-spring-reloader-1.0.2

Download cocoon-rcl-spring-reloader

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-rcl-spring-reloader/ -->
<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-rcl-spring-reloader</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-rcl-spring-reloader/
implementation 'org.apache.cocoon:cocoon-rcl-spring-reloader:1.0.2'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-rcl-spring-reloader/
implementation ("org.apache.cocoon:cocoon-rcl-spring-reloader:1.0.2")
'org.apache.cocoon:cocoon-rcl-spring-reloader:jar:1.0.2'
<dependency org="org.apache.cocoon" name="cocoon-rcl-spring-reloader" rev="1.0.2">
  <artifact name="cocoon-rcl-spring-reloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-rcl-spring-reloader', version='1.0.2')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-rcl-spring-reloader" % "1.0.2"
[org.apache.cocoon/cocoon-rcl-spring-reloader "1.0.2"]

Dependencies

provided (6)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4
org.springframework : spring-core jar 3.1.1.RELEASE
org.springframework : spring-context jar 3.1.1.RELEASE
org.springframework : spring-beans jar 3.1.1.RELEASE
org.springframework : spring-aop jar 3.1.1.RELEASE
org.springframework : spring-web jar 3.1.1.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0
1.0.0-M3
1.0.0-M2
1.0.0-M1