Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed May 17, 2022
1 parent 328a493 commit 00049be
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 329 deletions.
16 changes: 0 additions & 16 deletions _extend/solon.extend.hotdev/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions _extend/solon.extend.hotdev/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions _extend/solon.extend.hotdev/src/test/java/demo/DemoApp.java

This file was deleted.

20 changes: 0 additions & 20 deletions _extend/solon.extend.hotdev/src/test/java/demo/TestController.java

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<artifactId>solon.plugind</artifactId>
<artifactId>solon.extend.hotplug</artifactId>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.noear.solon.plugind;
package org.noear.solon.extend.hotplug;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.noear.solon.plugind;
package org.noear.solon.extend.hotplug;

import org.noear.solon.Solon;
import org.noear.solon.core.JarClassLoader;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.noear.solon.plugind;
package org.noear.solon.extend.hotplug;

import org.noear.solon.Solon;
import org.noear.solon.SolonApp;
import org.noear.solon.Utils;
import org.noear.solon.core.*;

Expand Down
4 changes: 2 additions & 2 deletions _release/solon-extend-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</properties>

<modules>
<module>../../_extend/solon.plugind</module>

<module>../../_extend/solon.cache.jedis</module>
<module>../../_extend/solon.cache.spymemcached</module>
Expand All @@ -34,6 +33,8 @@
<module>../../_extend/solon.sessionstate.redisson</module>


<module>../../_extend/solon.extend.hotplug</module>

<module>../../_extend/solon.extend.aspect</module>
<module>../../_extend/solon.extend.staticfiles</module>

Expand All @@ -51,7 +52,6 @@
<module>../../_extend/solon.extend.cors</module>
<module>../../_extend/solon.extend.health</module>
<module>../../_extend/solon.extend.graalvm</module>
<module>../../_extend/solon.extend.hotdev</module>
<module>../../_extend/solon.extend.async</module>
<module>../../_extend/solon.extend.retry</module>

Expand Down
2 changes: 1 addition & 1 deletion _test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.plugind</artifactId>
<artifactId>solon.extend.hotplug</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion _test/src/main/java/webapp/Test5App.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package webapp;

import org.noear.solon.Solon;
import org.noear.solon.plugind.PluginManager;
import org.noear.solon.extend.hotplug.PluginManager;

import java.io.File;

Expand Down
Loading

0 comments on commit 00049be

Please sign in to comment.