[JIRA] [core] (JENKINS-23068) Jenkins logs that Jetty SNAPSHOT version is used during startup

2014-09-27 Thread k...@kohsuke.org (JIRA)















































Kohsuke Kawaguchi
 resolved  JENKINS-23068 as Fixed


Jenkins logs that Jetty SNAPSHOT version is used during startup
















Fixed toward 1.583.





Change By:


Kohsuke Kawaguchi
(27/Sep/14 11:41 PM)




Status:


Open
Resolved





Assignee:


Kohsuke Kawaguchi





Resolution:


Fixed



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23068) Jenkins logs that Jetty SNAPSHOT version is used during startup

2014-07-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23068


Jenkins logs that Jetty SNAPSHOT version is used during startup















It seems winstone 2.x should set the system property jetty.version, as it's used by  org.eclipse.jetty.server.Server to provide the log output:


static
{
if (Server.class.getPackage()!=null &&
"Eclipse.org - Jetty".equals(Server.class.getPackage().getImplementationVendor()) &&
 Server.class.getPackage().getImplementationVersion()!=null)
__version=Server.class.getPackage().getImplementationVersion();
else
__version=System.getProperty("jetty.version","8.y.z-SNAPSHOT");
}


The actual Jetty distribution used is a real release, jetty-8.1.12.v20130726



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23068) Jenkins logs that Jetty SNAPSHOT version is used during startup

2014-05-16 Thread ku...@gmx.de (JIRA)














































kutzi
 updated  JENKINS-23068


Jenkins logs that Jetty SNAPSHOT version is used during startup
















Change By:


kutzi
(16/May/14 3:01 PM)




Priority:


Major
Trivial



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-23068) Jenkins logs that Jetty SNAPSHOT version is used during startup

2014-05-16 Thread ku...@gmx.de (JIRA)














































kutzi
 created  JENKINS-23068


Jenkins logs that Jetty SNAPSHOT version is used during startup















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


16/May/14 3:01 PM



Description:


java -jar jenkins.war

...
INFO: Beginning extraction from war file
May 16, 2014 2:59:21 PM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: jetty-8.y.z-SNAPSHOT
...


SNAPSHOTs are not really what I would expect - especially from a 'stable' LTS release.




Environment:


Jenkins 1.554.1 LTS




Project:


Jenkins



Priority:


Major



Reporter:


kutzi

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.