[JBoss JIRA] (ELY-1952) SSLConfigurator ignores some of the SSLParameters passed in via setSSLParameters method
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1952?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated ELY-1952:
----------------------------------
Fix Version/s: 1.10.7.CR1
> SSLConfigurator ignores some of the SSLParameters passed in via setSSLParameters method
> ---------------------------------------------------------------------------------------
>
> Key: ELY-1952
> URL: https://issues.redhat.com/browse/ELY-1952
> Project: WildFly Elytron
> Issue Type: Bug
> Reporter: Diana Vilkolakova
> Assignee: Diana Vilkolakova
> Priority: Major
> Fix For: 1.10.7.CR1, 1.12.0.CR2
>
>
> Method redefine in SSLConfiguratorImpl ignores some of the SSLParameters passed in, eg. cipher suites, protocols, needClientAuth, and others. Because of this, the assert in the code snippet below fails:
> ```
> SSLParameters sslParameters = clientSslSocket.getSSLParameters();
> sslParameters.setNeedClientAuth(true);
> clientSslSocket.setSSLParameters(sslParameters);
> Assert.assertTrue(clientSslSocket.getSSLParameters().getNeedClientAuth());
> ```
> This issue is to address that.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ELY-1953) Elytron tool command execution fails with java.nio.file.NoSuchFileException
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1953?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated ELY-1953:
----------------------------------
Fix Version/s: 1.10.7.CR1
> Elytron tool command execution fails with java.nio.file.NoSuchFileException
> ----------------------------------------------------------------------------
>
> Key: ELY-1953
> URL: https://issues.redhat.com/browse/ELY-1953
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Command-Line Tool
> Affects Versions: 1.11.3.Final
> Reporter: Ricardo Martin Camarero
> Assignee: Ricardo Martin Camarero
> Priority: Blocker
> Labels: regression
> Fix For: 1.10.7.CR1, 1.12.0.CR2
>
>
> This is a regression in behavior of *elytron-tool.sh* with respect to 7.3.0.GA-CR4.
> Basically, it was noticed that some commands involving a custom credential store returned a exit code of *0* and no error when executed against 7.3.0.GA-CR4 distribution, while the same commands are failing with various error codes against 7.4.0.CD19-CR1.
> See _Steps to Reproduce_ for an example.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-13578) Add a testcase for transaction propagation over EJB remote simulating network issues on remote calls
by Ondrej Chaloupka (Jira)
Ondrej Chaloupka created WFLY-13578:
---------------------------------------
Summary: Add a testcase for transaction propagation over EJB remote simulating network issues on remote calls
Key: WFLY-13578
URL: https://issues.redhat.com/browse/WFLY-13578
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Affects Versions: 20.0.0.Final
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
The WFLY integration testsuite misses integration tests for EJB remote calls which comes with transaction propagation which would simlate network issues during 2PC processing.
There was recently added a testcase WFLY-13516 but there is still missing a test for issue JBEAP-19435.
The testcase should be verifying that if transaction intermittently fails during commit phase of 2PC then the transaction recovery processing is capable to finish with commit.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-11316) Remove unused dependencies from org.jberet.jberet-core
by Ranabir Chakraborty (Jira)
[ https://issues.redhat.com/browse/WFLY-11316?page=com.atlassian.jira.plugi... ]
Ranabir Chakraborty reassigned WFLY-11316:
------------------------------------------
Assignee: Ranabir Chakraborty (was: Yeray Borges Santana)
> Remove unused dependencies from org.jberet.jberet-core
> ------------------------------------------------------
>
> Key: WFLY-11316
> URL: https://issues.redhat.com/browse/WFLY-11316
> Project: WildFly
> Issue Type: Bug
> Components: Batch
> Reporter: Yeray Borges Santana
> Assignee: Ranabir Chakraborty
> Priority: Optional
>
> Analysis of org.jberet.jberet-core shows:
> * org.jboss.jts is unused
> * jberet only uses javax.enterprise.api, javax.inject.api, javax.annotation.api and javax.batch.api from javaee.api, maybe we could reduce the final size removing javaee.api and add only the required modules.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month