[JBoss JIRA] (WFBUILD-14) Conflicting feature pack dependency versions should not be allowed
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFBUILD-14?page=com.atlassian.jira.plugin... ]
Stuart Douglas resolved WFBUILD-14.
-----------------------------------
Fix Version/s: 1.1.7.Final
Resolution: Done
> Conflicting feature pack dependency versions should not be allowed
> ------------------------------------------------------------------
>
> Key: WFBUILD-14
> URL: https://issues.jboss.org/browse/WFBUILD-14
> Project: WildFly Build Tools
> Issue Type: Bug
> Reporter: James Netherton
> Assignee: Stuart Douglas
> Fix For: 1.1.7.Final
>
>
> There was a brief discussion about this on the WildFly dev mailing list so I'm capturing the problem here as well.
> Consider the following.
> Feature pack 'A' has a dependency on the WildFly 9 feature pack. E.g:
> {code:xml}
> <dependencies>
> <artifact name="org.wildfly:wildfly-feature-pack:9.0.1.Final" />
> </dependencies>
> {code}
> Feature pack 'B' has a dependency on the WildFly 10 feature pack and also on feature pack 'A'. E.g:
> {code:xml}
> <dependencies>
> <artifact name="org.wildfly:wildfly-feature-pack:10.0.0.CR3" />
> <artifact name="org.foo:feature-pack-A" />
> </dependencies>
> {code}
> The result is that you'll have overlapping and possibly problematic non-overlapping file paths coming from the conflicting WildFly versions
> At the moment the plugins allow this scenario, which can lead to all sorts of horrors when using the server-provisioning plugin to provision an app server.
> CrossRef: https://github.com/wildfly-extras/fuse-patch/issues/101
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6266) Allow for millisecond resolution for access log entries via %t formatting
by Travis Rogers (JIRA)
[ https://issues.jboss.org/browse/WFLY-6266?page=com.atlassian.jira.plugin.... ]
Travis Rogers updated WFLY-6266:
--------------------------------
Description:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the [capabilities provided by Apache|http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats] via the formatting: {code}%{msec}t{code}
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
was:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting.
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
> Allow for millisecond resolution for access log entries via %t formatting
> -------------------------------------------------------------------------
>
> Key: WFLY-6266
> URL: https://issues.jboss.org/browse/WFLY-6266
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: Travis Rogers
> Assignee: Stuart Douglas
>
> Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the [capabilities provided by Apache|http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats] via the formatting: {code}%{msec}t{code}
> It gets difficult to correlate times across servers when you don’t have millisecond granularity.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6266) Allow for millisecond resolution for access log entries via %t formatting
by Travis Rogers (JIRA)
[ https://issues.jboss.org/browse/WFLY-6266?page=com.atlassian.jira.plugin.... ]
Travis Rogers updated WFLY-6266:
--------------------------------
Description:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting.
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
was:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting:
{{%{msec}t}}
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
> Allow for millisecond resolution for access log entries via %t formatting
> -------------------------------------------------------------------------
>
> Key: WFLY-6266
> URL: https://issues.jboss.org/browse/WFLY-6266
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: Travis Rogers
> Assignee: Stuart Douglas
>
> Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting.
> It gets difficult to correlate times across servers when you don’t have millisecond granularity.
> [1]
> http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6266) Allow for millisecond resolution for access log entries via %t formatting
by Travis Rogers (JIRA)
[ https://issues.jboss.org/browse/WFLY-6266?page=com.atlassian.jira.plugin.... ]
Travis Rogers updated WFLY-6266:
--------------------------------
Description:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting `%{msec}t`.
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
was:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the % {msec}t formatting .
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
> Allow for millisecond resolution for access log entries via %t formatting
> -------------------------------------------------------------------------
>
> Key: WFLY-6266
> URL: https://issues.jboss.org/browse/WFLY-6266
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: Travis Rogers
> Assignee: Stuart Douglas
>
> Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting `%{msec}t`.
> It gets difficult to correlate times across servers when you don’t have millisecond granularity.
> [1]
> http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6266) Allow for millisecond resolution for access log entries via %t formatting
by Travis Rogers (JIRA)
[ https://issues.jboss.org/browse/WFLY-6266?page=com.atlassian.jira.plugin.... ]
Travis Rogers updated WFLY-6266:
--------------------------------
Description:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting:
{{%{msec}t}}
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
was:
Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting `%{msec}t`.
It gets difficult to correlate times across servers when you don’t have millisecond granularity.
[1]
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
> Allow for millisecond resolution for access log entries via %t formatting
> -------------------------------------------------------------------------
>
> Key: WFLY-6266
> URL: https://issues.jboss.org/browse/WFLY-6266
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: Travis Rogers
> Assignee: Stuart Douglas
>
> Currently Undertow supports access logging where the common log format time is written with each log entry. It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the capabilities provided by Apache [1] via the formatting:
> {{%{msec}t}}
> It gets difficult to correlate times across servers when you don’t have millisecond granularity.
> [1]
> http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months