[jboss-jira] [JBoss JIRA] (WFCORE-87) Display deployment timestamp
Brian Stansberry (JIRA)
issues at jboss.org
Fri Sep 5 17:22:00 EDT 2014
[ https://issues.jboss.org/browse/WFCORE-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999607#comment-12999607 ]
Brian Stansberry commented on WFCORE-87:
----------------------------------------
Thanks. So, that code is my 3).
The URL protocol isn't the only issue with 1). It's just the one case where neither the client (CLI, console, whatever management tool) nor the server can get a timestamp. For other cases, it's possible the client can learn the local timestamp of the file it uploads. The server wouldn't know it though, as the server is usually presented by the client with a stream of bits, not a file. For the server to store this data, the client would have to provide it as part of the management operation that creates the deployment resource.
I'm not sure whether the web console could learn the timestamp of a file it's uploading. It's been too long since I did client-side web development. :(
We wouldn't make providing such info a required param in the management API (as that would be a breaking API change), so whether it would be present would depend on whether the client was written to provide it.
> Display deployment timestamp
> ----------------------------
>
> Key: WFCORE-87
> URL: https://issues.jboss.org/browse/WFCORE-87
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Domain Management
> Affects Versions: 1.0.0.Alpha5
> Reporter: Claudio Miranda
> Assignee: Brian Stansberry
> Priority: Minor
>
> Display the deployment timestamp, that is the date of last modified deployment. It is useful for users to see the date and time of deployments.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list