[GitHub] cxf pull request #132: 3.1.x fixes - CXF-6454

2016-06-15 Thread vikash32504
Github user vikash32504 closed the pull request at:

https://github.com/apache/cxf/pull/132


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cxf pull request: 3.1.x fixes - CXF-6454

2016-04-20 Thread vikash32504
Github user vikash32504 commented on the pull request:

https://github.com/apache/cxf/pull/132#issuecomment-212613602
  
@cschneider - can you please check this. If this fix looks fine to you. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cxf pull request: 3.1.x fixes

2016-04-19 Thread vikash32504
Github user vikash32504 commented on the pull request:

https://github.com/apache/cxf/pull/131#issuecomment-212079691
  
Closing this ... I am doing change in Pull Request 132. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cxf pull request: 3.1.x fixes

2016-04-19 Thread vikash32504
Github user vikash32504 closed the pull request at:

https://github.com/apache/cxf/pull/131


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cxf pull request: 3.1.x fixes - CXF-6454

2016-04-18 Thread vikash32504
GitHub user vikash32504 opened a pull request:

https://github.com/apache/cxf/pull/132

3.1.x fixes - CXF-6454

CXF-6454 - Orphaned JMS connections created in endless loop
Changing the code to limit the number of retries to a pre-defined value. It 
can be configured as maxNoOfRetries in JMS Enpoint. 
Adding another property to make the sleep time configurable. We were seeing 
high CPU consumption because of low sleep interval time. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vikash32504/cxf 3.1.x-fixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cxf/pull/132.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #132


commit 9b2e894a04fd40ab0178c9f752a760a1dca0fec4
Author: Vikash Kumar 
Date:   2016-04-18T21:17:23Z

Update JMSEndpoint.java

commit c3b98d5602db868e713762279e5c460e18f582c5
Author: Vikash Kumar 
Date:   2016-04-18T21:21:06Z

Update JMSDestination.java

commit 9a2e9e14e758a18b079cca75807e3dd754df6c21
Author: Vikash Kumar 
Date:   2016-04-18T21:22:53Z

Update JMSConfiguration.java

commit 744c4a1d995338fd8703f5baea7002c469035411
Author: Vikash Kumar 
Date:   2016-04-18T21:24:28Z

Update JMSConfigFactory.java




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cxf pull request: 3.1.x fixes

2016-04-18 Thread vikash32504
GitHub user vikash32504 opened a pull request:

https://github.com/apache/cxf/pull/131

3.1.x fixes

CXF-6454 - Orphaned JMS connections created in endless loop
Changing the code to limit the number of retries to a pre-defined value. It 
can be configured as maxNoOfRetries in JMS Enpoint. 
Adding another property to make the sleep time configurable. We were seeing 
high CPU consumption because of low sleep interval time. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/cxf 3.1.x-fixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cxf/pull/131.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #131


commit 0ddd071dd1e7c475d8a0463564a991d62c96e3b0
Author: Colm O hEigeartaigh 
Date:   2016-02-04T17:08:56Z

Introducing a REST interface for the STS

commit 9f457003d766950abc6a22d87d7045d3cf6aee44
Author: Sergey Beryozkin 
Date:   2016-02-05T13:32:33Z

Cleaning up AbstractImplicitService and prototyping the code to deal with 
id_token response type in OidcImplicitService, not complete yet

commit 89b7bb172804ebaffaa69c9207065e50eb5a5d36
Author: Sergey Beryozkin 
Date:   2016-02-05T14:15:58Z

Converting most of AbstractJose* helpers into concrete classes to make it 
simpler to delegate to them without having to extend

commit c3399966e4060837fd17511d604a26c8d12dad7c
Author: Sergey Beryozkin 
Date:   2016-02-05T14:20:40Z

Adding the renamed resources

commit 14ed2e2c44b6da7641c95fb57212f8b5a5e77f3d
Author: Sergey Beryozkin 
Date:   2016-02-05T14:30:05Z

Updating OidcImplicitService to process IdToken

commit 6a08736476f84c3bc40826d6debc6d4d96589cde
Author: Sergey Beryozkin 
Date:   2016-02-05T14:32:25Z

Fixing a typo

commit dbfaf2b5aea3c4b09a825c82cae88c9d5f777aac
Author: Colm O hEigeartaigh 
Date:   2016-02-05T12:09:56Z

Renaming tests

commit 9aae5c5622dec1198a333ac6bb3508d3ca4634c1
Author: Colm O hEigeartaigh 
Date:   2016-02-05T14:54:03Z

Refactor of "BasicAuthFilter"

commit 0b7e0e914328aa7a78a2eab00bb1040c703e9b63
Author: Sergey Beryozkin 
Date:   2016-02-05T16:53:40Z

Prototyping OAuth2 redirection service which can support all the response 
types on a single path

commit 194224faeb3e8eb6c8feabe6397f6b42ff0f605d
Author: Colm O hEigeartaigh 
Date:   2016-02-05T16:14:08Z

Fixed TLS client auth issue

commit bbe5e870579720272af49b9cea65b8293d5b1f3c
Author: Colm O hEigeartaigh 
Date:   2016-02-05T17:53:25Z

Changing the default to issue tokens rather than WS-Trust responses

commit 96802a240f833a1e1cf66cca376f8123b75d68cf
Author: Colm O hEigeartaigh 
Date:   2016-02-05T17:53:39Z

Update SourceProvider to be able to write out any Nodes and not just 
Documents

commit 04300f6e34a3243418f764640f85be60eb7e05df
Author: Sergey Beryozkin 
Date:   2016-02-08T12:05:34Z

Return a correct error if a composite oAuth AS can not find the right 
service

commit 814dafbb8d0b6124b3a7efe5ead768f731a9ff66
Author: Sergey Beryozkin 
Date:   2016-02-08T13:23:31Z

Updating SubjectCreator to accept Client too as it may be needed to create 
UserSubject correctly

commit e8719af028f014782a282da4c5907ea2252c5095
Author: Sergey Beryozkin 
Date:   2016-02-08T14:16:56Z

Fixing a duplicate state property issue when OidcImplicitService handles an 
id_token response type

commit 03a3cf4f94236f94fc35c39b5c075ff79c82e0dc
Author: Sergey Beryozkin 
Date:   2016-02-08T16:02:12Z

Adding a homeRealm property to OAuth2 Client

commit b60702df6f4f8a651395999ee7cc583bb89589e3
Author: Colm O hEigeartaigh 
Date:   2016-02-08T11:24:06Z

Adding more STS tests

commit 01956cc9af68f80d4f12018a3779c12f36d5308e
Author: Colm O hEigeartaigh 
Date:   2016-02-08T11:58:36Z

Adding AppliesTo support

commit bc025f0fe4acf7191430230080318346272543e1
Author: Colm O hEigeartaigh 
Date:   2016-02-08T12:17:57Z

Adding claims test

commit 9da51a99400fad5e6396949bd74a9efaf2093ade
Author: Colm O hEigeartaigh 
Date:   2016-02-08T14:13:16Z

Got the PublicKey case working with TLS client certs

commit 1808d49f62dd08b701c886f529ae7b9efb4b9fbe
Author: Colm O hEigeartaigh 
Date:   2016-02-08T14:42:35Z

Got WS-Trust issuing working again

commit 547f8af0519e6fd973e9cf379034fa6940eb7ceb
Author: Colm O hEigeartaigh 
Date:   2016-02-08T16:33:51Z

Adding tests for POST interface

commit 448fdcf01e27006fef31de39c7672cc251e07dbc
Author: Sergey Beryozkin 
Date:   2016-02-09T12:19:47Z

Passing request params to SubjectCreator too

commit d0e42861b5df45cf24985d956372f75bf04800f3
Author: Sergey Beryozkin 
Date:   2016-02-09T13:00:41Z

Restoring the option to store client id in a session

commit 87fd53f908c9cdbcf37b2c763664d66f4a4b8420
Author: Sergey Beryozkin 
Date:   2016-02-09T13:55:48Z

Converting a username in the introspection respon