[JBoss JIRA] (JBIDE-15611) openshift-java-client: should be lenient to unknown http methods in links, should not fail
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15611?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15611:
-------------------------------------
Description:
the openshift-java-client is currently failing when there are unknown http methods in the server responses. This is bad, it should not fail, should be lenient since such failing inhibits communications completely.
The exact reason is a
{code}
HttpMethod.valueOf(httpMethod)
{code}
in the link constructor:
{code:title=Link}
protected Link(final String rel, final String href, final String httpMethod,
final List<LinkParameter> requiredParams, final List<LinkParameter> optionalParams) {
this(rel, href, HttpMethod.valueOf(httpMethod), requiredParams, optionalParams);
}
{code}
was:
the openshift-java-client is currently failing when there are unknown http methods in the server responses. This is bad, it should not fail, should be lenient since such failing inhibits communications completely.
The exact reason is a
{code}
HttpMethod.valueOf(httpMethod)
{code}
in the link constructor:
{code:Link}
protected Link(final String rel, final String href, final String httpMethod,
final List<LinkParameter> requiredParams, final List<LinkParameter> optionalParams) {
this(rel, href, HttpMethod.valueOf(httpMethod), requiredParams, optionalParams);
}
{code}
> openshift-java-client: should be lenient to unknown http methods in links, should not fail
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-15611
> URL: https://issues.jboss.org/browse/JBIDE-15611
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.x
>
>
> the openshift-java-client is currently failing when there are unknown http methods in the server responses. This is bad, it should not fail, should be lenient since such failing inhibits communications completely.
> The exact reason is a
> {code}
> HttpMethod.valueOf(httpMethod)
> {code}
> in the link constructor:
> {code:title=Link}
> protected Link(final String rel, final String href, final String httpMethod,
> final List<LinkParameter> requiredParams, final List<LinkParameter> optionalParams) {
> this(rel, href, HttpMethod.valueOf(httpMethod), requiredParams, optionalParams);
> }
> {code}
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15611) openshift-java-client: should be lenient to unknown http methods in links, should not fail
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15611?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15611:
-------------------------------------
Description:
the openshift-java-client is currently failing when there are unknown http methods in the server responses. This is bad, it should not fail, should be lenient since such failing inhibits communications completely.
The exact reason is a
{code}
HttpMethod.valueOf(httpMethod)
{code}
in the Link constructor:
{code:title=Link}
protected Link(final String rel, final String href, final String httpMethod,
final List<LinkParameter> requiredParams, final List<LinkParameter> optionalParams) {
this(rel, href, HttpMethod.valueOf(httpMethod), requiredParams, optionalParams);
}
{code}
was:
the openshift-java-client is currently failing when there are unknown http methods in the server responses. This is bad, it should not fail, should be lenient since such failing inhibits communications completely.
The exact reason is a
{code}
HttpMethod.valueOf(httpMethod)
{code}
in the link constructor:
{code:title=Link}
protected Link(final String rel, final String href, final String httpMethod,
final List<LinkParameter> requiredParams, final List<LinkParameter> optionalParams) {
this(rel, href, HttpMethod.valueOf(httpMethod), requiredParams, optionalParams);
}
{code}
> openshift-java-client: should be lenient to unknown http methods in links, should not fail
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-15611
> URL: https://issues.jboss.org/browse/JBIDE-15611
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.x
>
>
> the openshift-java-client is currently failing when there are unknown http methods in the server responses. This is bad, it should not fail, should be lenient since such failing inhibits communications completely.
> The exact reason is a
> {code}
> HttpMethod.valueOf(httpMethod)
> {code}
> in the Link constructor:
> {code:title=Link}
> protected Link(final String rel, final String href, final String httpMethod,
> final List<LinkParameter> requiredParams, final List<LinkParameter> optionalParams) {
> this(rel, href, HttpMethod.valueOf(httpMethod), requiredParams, optionalParams);
> }
> {code}
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15597) Environmental Variables UI
by Martes Wigglesworth (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15597?page=com.atlassian.jira.plugi... ]
Martes Wigglesworth edited comment on JBIDE-15597 at 10/3/13 2:37 PM:
----------------------------------------------------------------------
I was really going for isolation of the workflow, since I had trouble with the mockup tools. (first time I used it.)
was (Author: mwigglesworth-redhat):
This is due to not being able to find such an artifact in the mockup tool.
I am going to upload the full set of screenshots which depict what I am intending, when I get started again, this morning.
I was a bit disappointed that I couldn't easily find a simple table view with n-many columns to display.
The screenshots are associated with the CDT configuration tab for environmental variables, and depict the appropriate view that I wish to build from.
However, I think the flow is what I was also attempting to show, which I am not able to do with simple screenshots.
> Environmental Variables UI
> --------------------------
>
> Key: JBIDE-15597
> URL: https://issues.jboss.org/browse/JBIDE-15597
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
> Priority: Blocker
> Attachments: Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.png, manage-keys.png
>
>
> GUI development tasking for creating the workflow for inserting environmental variable artifacts into the application being created via the JBDT OpenShift plugin.
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15597) Environmental Variables UI
by Martes Wigglesworth (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15597?page=com.atlassian.jira.plugi... ]
Martes Wigglesworth edited comment on JBIDE-15597 at 10/3/13 2:36 PM:
----------------------------------------------------------------------
I was unable to adiquately depict the same view that I am intending, hence the lack of some features within the mockup.
was (Author: mwigglesworth-redhat):
I was going to remove the mockup since they don't do what I want, and are pretty much irrelivant, since they have created questions that don't need to be asked, due to confusion.
However, there does not seem to be a way to do so, in Jira, so I will leave them for now.
Please reference the screenshots for indication of the actual view's intended appearance.
I will simply use screenshots and indicate their use.
I don't have time to figure out how to make this simplistic tool do what I need.
> Environmental Variables UI
> --------------------------
>
> Key: JBIDE-15597
> URL: https://issues.jboss.org/browse/JBIDE-15597
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
> Priority: Blocker
> Attachments: Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.png, manage-keys.png
>
>
> GUI development tasking for creating the workflow for inserting environmental variable artifacts into the application being created via the JBDT OpenShift plugin.
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15597) Environmental Variables UI
by Martes Wigglesworth (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15597?page=com.atlassian.jira.plugi... ]
Martes Wigglesworth edited comment on JBIDE-15597 at 10/3/13 2:34 PM:
----------------------------------------------------------------------
Thanks for the update.
Also, for the comments about the standards associated with indicating a pop-up menu.
(Restricted to jira-users group)
was (Author: mwigglesworth-redhat):
Thanks for the update.
Also, for the comments about the standards associated with indicating a pop-up menu.
I mention the inconvenience because I looked through quite a few screens and topics and did not isolate what you have done in probably a few seconds.
I just don't have time to learn SWT, the plugin, and some other tool that is really irrelevant to what I am doing, at this time. (But I will definitely take time to figure it out once the view is done, and I have some more time.)
> Environmental Variables UI
> --------------------------
>
> Key: JBIDE-15597
> URL: https://issues.jboss.org/browse/JBIDE-15597
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
> Priority: Blocker
> Attachments: Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.png, manage-keys.png
>
>
> GUI development tasking for creating the workflow for inserting environmental variable artifacts into the application being created via the JBDT OpenShift plugin.
--
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
12 years, 6 months
[JBoss JIRA] (JBIDE-15597) Environmental Variables UI
by Martes Wigglesworth (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15597?page=com.atlassian.jira.plugi... ]
Martes Wigglesworth commented on JBIDE-15597:
---------------------------------------------
As of 02-OCT-2013, I have created the view(s), and model(s) skeletons for the following activities:
1) Add
2) Remove
3) Edit
4)Import
5) Export
The skeleton for the generic wizard view that will be the kickstart for all the components has also been constructed.
> Environmental Variables UI
> --------------------------
>
> Key: JBIDE-15597
> URL: https://issues.jboss.org/browse/JBIDE-15597
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
> Priority: Blocker
> Attachments: Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.bmml, Environmental Variables UI WorkFlow.png, manage-keys.png
>
>
> GUI development tasking for creating the workflow for inserting environmental variable artifacts into the application being created via the JBDT OpenShift plugin.
--
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
12 years, 6 months