Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-26 Thread via GitHub
ffang merged PR #1660: URL: https://github.com/apache/cxf/pull/1660 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-13 Thread via GitHub
JiriOndrusek commented on code in PR #1660: URL: https://github.com/apache/cxf/pull/1660#discussion_r1488072808 ## rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader.java: ## @@ -140,9 +164,116 @@ protected void parseCustomAssertion

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-13 Thread via GitHub
ffang commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1941778643 > @ffang I removed the null AlgorithmSuiteType from the suite loader. Thanks @JiriOndrusek ! -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-13 Thread via GitHub
ffang commented on code in PR #1660: URL: https://github.com/apache/cxf/pull/1660#discussion_r1480553067 ## rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader.java: ## @@ -140,9 +164,116 @@ protected void parseCustomAssertion(Assert

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-13 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1941774951 @ffang I removed the null AlgorithmSuiteType from the suite loader. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-13 Thread via GitHub
JiriOndrusek commented on code in PR #1660: URL: https://github.com/apache/cxf/pull/1660#discussion_r1488064493 ## rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader.java: ## @@ -53,6 +59,8 @@ public AlgorithmSuite getAlgorithmSuite

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-13 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1941354036 PR requires update of **wss4j** to **3.0.3** before merging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-07 Thread via GitHub
JiriOndrusek commented on code in PR #1660: URL: https://github.com/apache/cxf/pull/1660#discussion_r1481431210 ## systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec10/WsSecurity10_policy_customizedAlgorithmSuite.wsdl: ## @@ -0,0 +1,178 @@ + + +http://schemas.xmlso

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-07 Thread via GitHub
JiriOndrusek commented on code in PR #1660: URL: https://github.com/apache/cxf/pull/1660#discussion_r1481427972 ## rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader.java: ## @@ -53,6 +59,8 @@ public AlgorithmSuite getAlgorithmSuite

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-07 Thread via GitHub
ppalaga commented on code in PR #1660: URL: https://github.com/apache/cxf/pull/1660#discussion_r1481121130 ## rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader.java: ## @@ -53,6 +59,8 @@ public AlgorithmSuite getAlgorithmSuite(Bus

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-02 Thread via GitHub
ffang commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1923890930 > @ffang is current failure related to the PR? I don't see any failed test. I'd say that some threads are hanging during the tests. Yesterday CI execution showed 1 failure because of NPE, which

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-02 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1923750354 @ffang is current failure related to the PR? I don't see any failed test. I'd say that some threads are hanging during the tests. Yesterday CI execution showed 1 failure because of NPE,

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-01 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1921487670 I just verified FIPS compliance by running test `WSSecurity10CustomizedAlgorithmSuiteTest` (by execution of `mvn clean test -f systests/ws-security -Dtest=WSSecurity10CustomizedAlgorith

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-01 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1921459299 I harcoded the version of to 3.0.3-SNAPSHOT to get https://issues.apache.org/jira/browse/WSS-709 PR requires update of wss4f to 3.0.3 before merging -- This is an automated mes

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-01 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1921423123 @ffang Thanks for the help. The PR is currently prepared to be merged. Here is a small summary: - New algSuite `CustomizedAlgorithmSuite` is registered in `DefaultAlgorithmS

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-01-31 Thread via GitHub
ffang commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1919507106 > Hi @ffang , > > I continued with the work on this feature. Work is almost done, I'm stuck on a following problem: > > When I try to customize the alg. suite for he stax server, w

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-01-31 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1919158378 Hi @ffang , I continued with the work on this feature. Work is almost done, I'm stuck on a following problem: When I try to customize the alg. suite for he stax server, wss

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-01-25 Thread via GitHub
ffang commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1911011441 Thanks for the PR @JiriOndrusek ! FYI, just created https://issues.apache.org/jira/browse/WSS-709 to add more setters for AlgorithmSuite$AlgorithmSuiteType so that the customizedPol

Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-01-24 Thread via GitHub
JiriOndrusek commented on PR #1660: URL: https://github.com/apache/cxf/pull/1660#issuecomment-1908114962 @ffang FYI ^ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-01-24 Thread via GitHub
JiriOndrusek opened a new pull request, #1660: URL: https://github.com/apache/cxf/pull/1660 This draft introduces CustomerizedAlgorithmSuite according to https://issues.apache.org/jira/browse/CXF-8971 Several pieces of code might need claricfication/discussion. **commit 1**

Re: Introduction

2017-11-16 Thread Andriy Redko
Hi Andrei, Welcome! Thanks a lot for joining, your contributions are very valueable and much appreciated! Best Regards, Andriy Redko AI> Hi, AI> As requested by Sergey Beryozkin, I'm sending this email to introduce AI> myself :-) AI> I'm a Java developer (though in the last year I've been

Re: Introduction

2017-11-16 Thread Sergey Beryozkin
Hi Andrei Thank you for the introduction and welcome :-) Please keep your review comments coming, very much appreciated Cheers, Sergey On 16/11/17 11:17, Andrei Ivanov wrote: Hi, As requested by Sergey Beryozkin, I'm sending this email to introduce myself :-) I'm a Java developer

Introduction

2017-11-16 Thread Andrei Ivanov
Hi, As requested by Sergey Beryozkin, I'm sending this email to introduce myself :-) I'm a Java developer (though in the last year I've been derailed to ext.js and Python), from Romania, and CXF user and fan. I also like to keep an eye on the development progress on some of the frameworks I use (

Re: Introduction

2016-08-17 Thread Sergey Beryozkin
On 17/08/16 17:32, Andy McCright wrote: Sure, please do. FYI, in CXF 3.1.7 we have JAX-RS MessageBodyReader/Writer cache supported something that Neal Hu and myself worked upon. MediaType cache has also been implemented earlier (with thanks to Alessio). Interesting - that is where we have found

Re: Introduction

2016-08-17 Thread Andy McCright
> Sure, please do. FYI, in CXF 3.1.7 we have JAX-RS MessageBodyReader/Writer cache supported something that Neal Hu and myself worked upon. MediaType cache has also been implemented earlier (with thanks to Alessio). Interesting - that is where we have found the most success as well. In 3.0.3 and

Re: Introduction

2016-08-17 Thread Sergey Beryozkin
Hi Andy Welcome, thanks for the introductions, some comments below On 17/08/16 15:56, Andy McCright wrote: Hi All, I wanted to introduce myself. My name is Andy McCright and I'll be taking over Iris Deng's role as IBM's advocate for CXF and JAX-RS. Please pass our thanks to Iris, who is stil

Introduction

2016-08-17 Thread Andy McCright
Hi All, I wanted to introduce myself. My name is Andy McCright and I'll be taking over Iris Deng's role as IBM's advocate for CXF and JAX-RS. I'm planning to join the JSR 370 expert group as well. My background has been mainly in WebSphere development. I've worked on few different areas includ