securis/src/main/java/net/curisit/securis/LicenseGenerator.java
.. .. @@ -27,7 +27,7 @@ 27 27 import org.apache.logging.log4j.LogManager; 28 28 import org.apache.logging.log4j.Logger; 29 29 30 -import jakarta.inject.Singleton;30 +import jakarta.enterprise.context.ApplicationScoped;31 31 32 32 /** 33 33 * LicenseGenerator .. .. @@ -39,7 +39,7 @@ 39 39 * @author JRA 40 40 * Last reviewed by JRA on Oct 5, 2025. 41 41 */ 42 -@Singleton42 +@ApplicationScoped43 43 public class LicenseGenerator { 44 44 45 45 private static final Logger LOG = LogManager.getLogger(LicenseGenerator.class);