[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-437) Remove unnecessary log messages

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Nov 26 15:28:21 EST 2012


     [ https://issues.jboss.org/browse/SHRINKWRAP-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III updated SHRINKWRAP-437:
------------------------------------------

    Description: 
Asking the Maven resolver to go offline results in the following warnings.

{code}Maven.resolver().offline(){code}

{code}Nov 26, 2012 3:23:09 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
WARNING: No remote repositories will be available, working in offline mode
Nov 26, 2012 3:23:13 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
WARNING: No remote repositories will be available, working in offline mode{code}

Given that offline mode was explicitly requested, these log messages seem redundant and clutter. The system is silent except for these messages; I think they should be removed.

  was:
Asking the Maven resolver to go offline results in the following warnings.

{code}Maven.resolver().offline(){code}

{code}Nov 26, 2012 3:23:09 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
WARNING: No remote repositories will be available, working in offline mode
Nov 26, 2012 3:23:13 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
WARNING: No remote repositories will be available, working in offline mode{code}


    
> Remove unnecessary log messages
> -------------------------------
>
>                 Key: SHRINKWRAP-437
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-437
>             Project: ShrinkWrap
>          Issue Type: Enhancement
>          Components: ext-resolver
>            Reporter: Lincoln Baxter III
>
> Asking the Maven resolver to go offline results in the following warnings.
> {code}Maven.resolver().offline(){code}
> {code}Nov 26, 2012 3:23:09 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
> WARNING: No remote repositories will be available, working in offline mode
> Nov 26, 2012 3:23:13 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
> WARNING: No remote repositories will be available, working in offline mode{code}
> Given that offline mode was explicitly requested, these log messages seem redundant and clutter. The system is silent except for these messages; I think they should be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list