[infinispan-issues] [JBoss JIRA] (ISPN-11100) Rename org.infinispan.server.loader.Loader to InfinispanServerLoader

Diego Lovison (Jira) issues at jboss.org
Tue Dec 17 15:16:13 EST 2019


Diego Lovison created ISPN-11100:
------------------------------------

             Summary: Rename org.infinispan.server.loader.Loader to InfinispanServerLoader
                 Key: ISPN-11100
                 URL: https://issues.redhat.com/browse/ISPN-11100
             Project: Infinispan
          Issue Type: Enhancement
            Reporter: Diego Lovison


When running a command to get the PID from jps the word Loader will be there and we can conclude what is "Loader"

Before:
{{./profiler.sh -d 10 "$(jps | grep "Loader" | cut -d ' ' -f1)"}}

After:
{{./profiler.sh -d 10 "$(jps | grep "InfinispanServerLoader" | cut -d ' ' -f1)"}}



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list