[JBoss JIRA] (ISPN-10500) Remove javassist 3.24.1-GA dependency
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10500?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10500:
------------------------------------------
Sprint: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Remove javassist 3.24.1-GA dependency
> -------------------------------------
>
> Key: ISPN-10500
> URL: https://issues.redhat.com/browse/ISPN-10500
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.CR1
>
>
> There are two versions used in Infinispan's pom: 3.23.1-GA used by hibernate-search and 3.24.1-GA apparently used by protostream. But protostream is an uberjar that shades that dependency (although it declares it in pom), so this is not really needed. also, in the past javassist was used by the tools modules for RHQ plugin, but this is no longer the case. I'm tempted to try to remove it for good.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10520) Move Version class to commons
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10520?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10520:
------------------------------------------
Sprint: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Move Version class to commons
> -----------------------------
>
> Key: ISPN-10520
> URL: https://issues.redhat.com/browse/ISPN-10520
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 10.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.CR2
>
>
> The Version class should be moved to commons so that it can be used by the client as well.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10487) HTTP/2 POST: Request Entity Too Large
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10487?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10487:
------------------------------------------
Sprint: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> HTTP/2 POST: Request Entity Too Large
> -------------------------------------
>
> Key: ISPN-10487
> URL: https://issues.redhat.com/browse/ISPN-10487
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: http2
> Fix For: 10.0.0.CR2
>
>
> Start server-ng and create a cache named 'default':
> {noformat}
> curl -v -XPOST -d '{"distributed-cache":{"mode": "SYNC"}}' -H "Content-type: application/json" http://localhost:11222/rest/v2/caches/default
> {noformat}
> Try to put an entry using HTTP/2
> {noformat}
> curl -v -XPOST -d '1' -H "Content-type: application/json" http://localhost:11222/rest/v2/caches/default/1 --http2
> {noformat}
> Error 413 is received:
> {noformat}
> * Trying ::1:11222...
> * TCP_NODELAY set
> * connect to ::1 port 11222 failed: Connection refused
> * Trying 127.0.0.1:11222...
> * TCP_NODELAY set
> * Connected to localhost (127.0.0.1) port 11222 (#0)
> > POST /rest/v2/caches/default/1 HTTP/1.1
> > Host: localhost:11222
> > User-Agent: curl/7.65.3
> > Accept: */*
> > Connection: Upgrade, HTTP2-Settings
> > Upgrade: h2c
> > HTTP2-Settings: AAMAAABkAARAAAAAAAIAAAAA
> > Content-type: application/json
> > Content-Length: 1
> >
> * upload completely sent off: 1 out of 1 bytes
> * Mark bundle as not supporting multiuse
> < HTTP/1.1 413 Request Entity Too Large
> < content-length: 0
> <
> * Connection #0 to host localhost left intact
> {noformat}
> The same command line without http/2 succeeds
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10530) Replaces build references to Java 10 with Java 11
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10530?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10530:
------------------------------------------
Sprint: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Replaces build references to Java 10 with Java 11
> -------------------------------------------------
>
> Key: ISPN-10530
> URL: https://issues.redhat.com/browse/ISPN-10530
> Project: Infinispan
> Issue Type: Enhancement
> Components: Build
> Affects Versions: 10.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.CR2
>
>
> Since Java 10 is now deprecated, it would be better to baseline our multi-version jars to Java 11.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10484) Upgrade Protostream to 4.3.0.Alpha10
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10484?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10484:
------------------------------------------
Sprint: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Upgrade Protostream to 4.3.0.Alpha10
> ------------------------------------
>
> Key: ISPN-10484
> URL: https://issues.redhat.com/browse/ISPN-10484
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Embedded Querying, Marshalling, Remote Querying
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.CR1
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10533) Remove deprecated features hotrod-client-with-query and hotrod-client
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10533?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10533:
------------------------------------------
Sprint: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Remove deprecated features hotrod-client-with-query and hotrod-client
> ---------------------------------------------------------------------
>
> Key: ISPN-10533
> URL: https://issues.redhat.com/browse/ISPN-10533
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.0.0.CR1
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.CR2
>
>
> These were deprecated with replacement by ISPN-4830 about 5 years ago so should be ready to go.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10527) Support anonymous operations via REST
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10527?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10527:
------------------------------------------
Sprint: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Support anonymous operations via REST
> -------------------------------------
>
> Key: ISPN-10527
> URL: https://issues.redhat.com/browse/ISPN-10527
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 10.0.0.CR2
>
>
> This is required for health checks on Openshift
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10528) Server cannot start when authorization is enabled
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10528?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10528:
------------------------------------------
Sprint: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Server cannot start when authorization is enabled
> -------------------------------------------------
>
> Key: ISPN-10528
> URL: https://issues.redhat.com/browse/ISPN-10528
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.CR2
>
>
> The cachemanager and protocolserver start/stop calls must be wrapped in security actions.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10529) Netty 4.1.39
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10529?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10529:
------------------------------------------
Sprint: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Netty 4.1.39
> ------------
>
> Key: ISPN-10529
> URL: https://issues.redhat.com/browse/ISPN-10529
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Server
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.CR2, 9.4.17.Final
>
>
> Upgrade to Netty 4.1.39
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10461) Server creates sslcontext even without an identity
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-10461?page=com.atlassian.jira.plugi... ]
Pedro Zapata Fernandez updated ISPN-10461:
------------------------------------------
Sprint: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38 (was: DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Server creates sslcontext even without an identity
> --------------------------------------------------
>
> Key: ISPN-10461
> URL: https://issues.redhat.com/browse/ISPN-10461
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Beta5
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.CR1
>
>
> If the server has a security realm without a server identity, the server instantiates a SSLContext and configures the endpoints to use it. This makes unencrypted access impossible.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months