NX01: Refactored warp core into jpp2 module
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 53s

This commit is contained in:
Willem Cazander 2026-03-24 16:31:15 +01:00
parent 441d764f39
commit 9279ea6f4a
42 changed files with 165 additions and 127 deletions

View file

@ -15,7 +15,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nx01-warp-core</artifactId>
<artifactId>nx01-jpp2-warp-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>

View file

@ -27,8 +27,8 @@
package love.distributedrebirth.nx01.no2all.react.wire.client;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.space.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
/// No2All client record.
/// @author للَّٰهِilLצسُو

View file

@ -27,8 +27,8 @@
package love.distributedrebirth.nx01.no2all.react.wire.client;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.space.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
/// No2All client on start record.
/// @author للَّٰهِilLצسُو

View file

@ -32,11 +32,11 @@ import java.nio.ByteBuffer;
import love.distributedrebirth.nx01.no2all.wire.WireClient;
import love.distributedrebirth.nx01.no2all.wire.WireClientEndpoint;
import love.distributedrebirth.nx01.no2all.wire.WireClientHandler;
import love.distributedrebirth.nx01.warp.core.react.WarpReact;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReact;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasmaPulse;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactTypeScriptPlasmaAdapter;
/// No2All client event flow.
/// @author للَّٰهِilLצسُو

View file

@ -27,8 +27,8 @@
package love.distributedrebirth.nx01.no2all.react.wire.server;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.space.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
/// No2All server server record.
/// @author للَّٰهِilLצسُو

View file

@ -27,8 +27,8 @@
package love.distributedrebirth.nx01.no2all.react.wire.server;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.space.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.AbstractSpacePlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
/// No2All server server socket record.
/// @author للَّٰهِilLצسُو

View file

@ -33,11 +33,11 @@ import love.distributedrebirth.nx01.no2all.wire.WireServer;
import love.distributedrebirth.nx01.no2all.wire.WireServerEndpoint;
import love.distributedrebirth.nx01.no2all.wire.WireServerHandler;
import love.distributedrebirth.nx01.no2all.wire.WireServerSocket;
import love.distributedrebirth.nx01.warp.core.react.WarpReact;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReact;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasmaPulse;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactTypeScriptPlasmaAdapter;
/// No2All server event flow.
/// @author للَّٰهِilLצسُو

View file

@ -29,11 +29,11 @@ package love.distributedrebirth.nx01.no2all.react.wire.server;
import java.util.logging.Logger;
import love.distributedrebirth.nx01.warp.core.react.WarpReact;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReact;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasmaPulse;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactTypeScriptPlasmaAdapter;
/// No2All server log event flow.
/// @author للَّٰهِilLצسُو