[jira] [Resolved] (CXF-7622) Attributes are merged

2019-05-02 Thread Colm O hEigeartaigh (JIRA)


 [ 
https://issues.apache.org/jira/browse/CXF-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh resolved CXF-7622.
--
Resolution: Cannot Reproduce

I can't reproduce this problem. Please re-open if you can supply a test-case to 
reproduce.

> Attributes are merged 
> --
>
> Key: CXF-7622
> URL: https://issues.apache.org/jira/browse/CXF-7622
> Project: CXF
>  Issue Type: Bug
>Affects Versions: 3.1.12
>Reporter: Jörg Rade
>Priority: Major
>
> AttachmentSerializer.java was changed and re-introduced faulty behavior:
> Actual:
> {code:java}
> Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml; 
> action=\"preview\""{code}
> Expected:
> {code:java}
> Content-Type: application/xop+xml; charset=UTF-8; type=application/soap+xml; 
> action="preview"{code}
> Attributes 'type' and 'action' are merged into one.
> Please fix, eventually revert to old code.
> See: 
> [https://github.com/apache/cxf/commit/9bbf1acd7291416f9afcd312e7dc302e9031fa25#diff-230a76e41a0370126d1e6e2ea28728ee]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (CXF-8033) MicroProfile Rest Client 1.3 implementation

2019-05-02 Thread Andy McCright (JIRA)
Andy McCright created CXF-8033:
--

 Summary: MicroProfile Rest Client 1.3 implementation
 Key: CXF-8033
 URL: https://issues.apache.org/jira/browse/CXF-8033
 Project: CXF
  Issue Type: New Feature
Reporter: Andy McCright
Assignee: Andy McCright


The new MP Rest Client 1.3 spec adds the following new features:
 * Spec-defined SSL methods/properties
 * Allow client proxies to be cast to `Closeable`/`AutoCloseable`.
 * Simpler configuration using configKeys.
 * Defined `application/json` to be the default MediaType if none is specified 
in `@Produces`/`@Consumes`.

 

More info from the 1.3-RC1 release candidate page:

https://github.com/eclipse/microprofile-rest-client/releases/tag/1.3-RC1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)