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

@ -39,11 +39,11 @@ import jakarta.json.Json;
import jakarta.json.JsonWriter;
import love.distributedrebirth.nx01.no2all.nostr.model.event.NoStrEvent;
import love.distributedrebirth.nx01.no2all.react.nostr.server.relay.NoStrArtServerRelayStoreEvent;
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;
/// ZFun server relay to backend store plasma handler.
/// @author للَّٰهِilLצسُو

View file

@ -29,9 +29,9 @@ package love.distributedrebirth.nx01.zerofungus.server;
import java.util.logging.Logger;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScript;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasmaPulse;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactTypeScript;
/// ZFun server booted log message.
/// @author للَّٰهِilLצسُو

View file

@ -45,11 +45,11 @@ import love.distributedrebirth.nx01.no2all.react.nostr.server.relay.NoStrRtsServ
import love.distributedrebirth.nx01.no2all.react.wire.client.No2AllRtsClient;
import love.distributedrebirth.nx01.no2all.react.wire.server.No2AllRtsServer;
import love.distributedrebirth.nx01.no2all.react.wire.server.No2AllRtsServerLog;
import love.distributedrebirth.nx01.warp.core.WarpCoreReactor;
import love.distributedrebirth.nx01.warp.core.WarpCoreSpeedMonitor;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.zerofungus.server.service.ZFunRtsConfigJetty;
import love.distributedrebirth.nx01.zerofungus.server.service.ZFunRtsInitJdbc;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.WarpCoreReactor;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.WarpCoreSpeedMonitor;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
/// Zero fungus main start entry to bootstrap a demo server.
/// @author للَّٰهِilLצسُو

View file

@ -52,15 +52,15 @@ import org.h2.server.web.JakartaWebServlet;
import jakarta.servlet.DispatcherType;
import love.distributedrebirth.nx01.no2all.react.wire.server.No2AllActServer;
import love.distributedrebirth.nx01.no2all.wire.jetty.JettyWireServerEndpoint;
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.WarpReactTypeScript;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import love.distributedrebirth.nx01.zerofungus.server.ZeroFungus;
import love.distributedrebirth.nx01.zerofungus.server.web.RedirectServlet;
import love.distributedrebirth.nx01.zerofungus.server.web.WarpCorePlasmaInspectorServlet;
import love.distributedrebirth.nx01.zerofungus.server.web.ZilLaLaFaultFilter;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReact;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasmaPulse;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactTypeScript;
/// ZFun jetty config handler.
/// @author للَّٰهِilLצسُو

View file

@ -38,11 +38,11 @@ import javax.sql.DataSource;
import org.flywaydb.core.Flyway;
import org.h2.jdbcx.JdbcConnectionPool;
import love.distributedrebirth.nx01.warp.core.WarpCoreReactor;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScript;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.WarpCoreReactor;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᔆᣖᣔᒼᓫ.WarpSpaceAntimatterInducer;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasmaPulse;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactTypeScript;
/// ZFun jdbc backend connection handler.
/// @author للَّٰهِilLצسُو

View file

@ -39,10 +39,10 @@ import org.xml.sax.helpers.AttributesImpl;
import jakarta.servlet.http.HttpServlet;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import love.distributedrebirth.nx01.warp.core.WarpCorePlasmaIntermixChamber;
import love.distributedrebirth.nx01.warp.core.WarpCoreReactor;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.zerofungus.server.ZeroFungus;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.WarpCorePlasmaIntermixChamber;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.WarpCoreReactor;
import ᒢᣘᣟᐧ.ᒡᒢᣔᣗᣖ.ᒼᐤᣗᓫ.ᣗᓫᣔᒼᐪ.WarpReactPlasma;
/// Prints the plasma slot contracts of the warp core.
///