[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:24:35 EST 2019
[ https://issues.redhat.com/browse/ISPN-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Diego Lovison updated ISPN-11100:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7691
> 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
> Assignee: Diego Lovison
> Priority: Minor
>
> 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