[JBoss JIRA] (ISPN-10787) Xstream WARNING printed when starting the server
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10787?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10787:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.Final
Resolution: Done
> Xstream WARNING printed when starting the server
> ------------------------------------------------
>
> Key: ISPN-10787
> URL: https://issues.jboss.org/browse/ISPN-10787
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.CR3
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> {noformat}
> 06:29:09,352 INFO [org.infinispan.SERVER] (main) ISPN080027: Loaded extension 'query-dsl-filter-converter-factory'
> 06:29:09,353 INFO [org.infinispan.SERVER] (main) ISPN080027: Loaded extension 'continuous-query-filter-converter-factory'
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/Users/gustavo/Source/github/infinispan/server/runtime/target/infinispan-server-10.0.0-SNAPSHOT/lib/xstream-1.4.11.1.jar) to field java.util.TreeMap.comparator
> WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> 06:29:10,642 INFO [org.infinispan.factories.GlobalComponentRegistry] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.0.0-SNAPSHOT
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10803) Use WildFly OpenSSL
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10803:
--------------------------------------
Summary: Use WildFly OpenSSL
Key: ISPN-10803
URL: https://issues.jboss.org/browse/ISPN-10803
Project: Infinispan
Issue Type: Enhancement
Components: Security, Server
Affects Versions: 10.0.0.CR3
Reporter: Tristan Tarrant
Assignee: Pedro Ruivo
We currently use Netty's tcnative bits to enable native openssl. We should use WildFly OpenSSL instead since the work of productizing the native bits is done for us
https://github.com/wildfly/wildfly-openssl
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10802) Add sizeAsync method
by Will Burns (Jira)
Will Burns created ISPN-10802:
---------------------------------
Summary: Add sizeAsync method
Key: ISPN-10802
URL: https://issues.jboss.org/browse/ISPN-10802
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
We have non blocking single response operations already. We should utilize this to add a new sizeAsync method. Currently users have to spawn a thread to do this.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10797) DefaultCacheManager.startCache(String cacheName) does not actually start it if it's stopped
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/ISPN-10797?page=com.atlassian.jira.plugin... ]
Nistor Adrian updated ISPN-10797:
---------------------------------
Description: This method seems to start it properly if it was never running. But not if it was running at some point and now the cache is in terminated state due to stop(). (was: This methods seems to start it properly if it was never running. But not if it was running at some point and now the cache is in terminated state due to stop().)
> DefaultCacheManager.startCache(String cacheName) does not actually start it if it's stopped
> -------------------------------------------------------------------------------------------
>
> Key: ISPN-10797
> URL: https://issues.jboss.org/browse/ISPN-10797
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> This method seems to start it properly if it was never running. But not if it was running at some point and now the cache is in terminated state due to stop().
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months