[JBoss JIRA] (JGRP-196) Investigate backward/forward binary compatibility between JGroups releases
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-196?page=com.atlassian.jira.plugin.s... ]
Bela Ban commented on JGRP-196:
-------------------------------
This could be something like Protostream, which annotates the fields and generates marshalling code.
The classes to be sent across the wire could then be immutable (if needed).
The code generation mechanism might even be pluggable, allowing users to replace it.
> Investigate backward/forward binary compatibility between JGroups releases
> --------------------------------------------------------------------------
>
> Key: JGRP-196
> URL: https://issues.jboss.org/browse/JGRP-196
> Project: JGroups
> Issue Type: Feature Request
> Affects Versions: 2.2.8, 2.2.9, 2.2.9.1, 2.3
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: Future
>
>
> Goal: JGroups versions are able to read messages from older and *newer* versions.
> Solution: provide a plugin directory which contains marshaller factories which are keyed by version ID and know how to read/write to/from older/newer versions.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-4804) Test Tools pannel doesn't fully update its fields after switching between Background and Model tab
by Anna Dupliak (Jira)
Anna Dupliak created DROOLS-4804:
------------------------------------
Summary: Test Tools pannel doesn't fully update its fields after switching between Background and Model tab
Key: DROOLS-4804
URL: https://issues.jboss.org/browse/DROOLS-4804
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Affects Versions: 7.30.0.Final
Reporter: Anna Dupliak
Assignee: Yeser Amer
Attachments: Switch.webm
This Jira encorporates two issues:
1) the "search" is not cleared when switching tab
2) the "Insert Data Object" is enabled even when there is not any selected column
Proposed solutions by [~gabriolo]:
1) clear the search when switching tab, fix the "automatic filter" on tab switch, so that results are automatically filtered (I would prefer that)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFCORE-2147) Impossible to use environment variables or system properties in permissions.xml
by Boris Unckel (Jira)
[ https://issues.jboss.org/browse/WFCORE-2147?page=com.atlassian.jira.plugi... ]
Boris Unckel commented on WFCORE-2147:
--------------------------------------
[~yersan] It would be really great to get your patch into production. This issue stops us from using the security manager. The workarounds to use absolute path or skripted .WAR/.EAR patching with parameter replacement are nasty. Is it possible to patch an older WildFly (on our side manually?)
Kind regards
Boris
> Impossible to use environment variables or system properties in permissions.xml
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2147
> URL: https://issues.jboss.org/browse/WFCORE-2147
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Security
> Reporter: Adrian Boangiu
> Assignee: Yeray Borges
> Priority: Major
>
> Without this feature it is impossible to migrate "variable" Java file permissions such as:
> {noformat}
> permission java.io.FilePermission "${java.io.tmpdir}","read";
> permission java.io.FilePermission "${jboss.home.dir}${/}bin${/}javamelody${/}-","read,write,delete";
> permission java.io.FilePermission "${app.home.dir}${/}log${/}-","read,write,delete";
> {noformat}
> that were defined in Java policy file in previous verions of JBoss.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months