-
```
Mail from one of our users:
I use plugins in a Web application. Each of my plugins has its own directory. I
load my plugins individually by calling PluginManager#addPluginsFrom(URI). It
works…
-
```
Maven repository is not available for this description.
jspf
JSPF http://jspf.googlecode.com/svn/trunk/JSPF/repository/
```
Original issue reported on cod…
-
```
If a class is not a plugin (no @PluginImplementation), but implements a plugin
interface and has a one-arg-constructor, @InjectPlugin should be able to
construct and inject that instead.
```
O…
-
```
Maven repository is not available for this description.
jspf
JSPF http://jspf.googlecode.com/svn/trunk/JSPF/repository/
```
Original issue reported on cod…
-
```
I just want to point you to james.apache.org/jspf, a java implementation of the
SPF protocol.
jSPF exists since 2006, and I am one of the authors.
As they are both java open source projects I d…
-
```
If a class is not a plugin (no @PluginImplementation), but implements a plugin
interface and has a one-arg-constructor, @InjectPlugin should be able to
construct and inject that instead.
```
O…
-
```
What steps will reproduce the problem?
1. add a method with the @Thread annotation
2. throw an exception in this thread
What is the expected output? What do you see instead?
expected: stack trace…
-
```
I just want to point you to james.apache.org/jspf, a java implementation of the
SPF protocol.
jSPF exists since 2006, and I am one of the authors.
As they are both java open source projects I d…
-
```
What steps will reproduce the problem?
1. add a method with the @Thread annotation
2. throw an exception in this thread
What is the expected output? What do you see instead?
expected: stack trace…
-
```
Excerpt from mail
> Now, we're actually probably going to be generating a list of explicit URIs
> to jar files in a defined location (similar to how Jenkins loads plugins
> from $HUDSON_HOME/plug…