[JBoss JIRA] (WFCORE-2147) Impossible to use environment variables or system properties in permissions.xml and jboss-permissions.xml
by Yeray Borges (Jira)
[ https://issues.redhat.com/browse/WFCORE-2147?page=com.atlassian.jira.plug... ]
Yeray Borges commented on WFCORE-2147:
--------------------------------------
Glad to hear you were able to do the backport. This feature was completely merged and will be included in WF19.
You are using WildFly 12, it is probably advisable to update to a more recent release and then keep up to date on the releases.
> Impossible to use environment variables or system properties in permissions.xml and jboss-permissions.xml
> ---------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-2147
> URL: https://issues.redhat.com/browse/WFCORE-2147
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Security
> Reporter: Adrian Boangiu
> Assignee: Yeray Borges
> Priority: Major
> Fix For: 11.0.0.Beta7
>
>
> 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, 3 months
[JBoss JIRA] (WFLY-12980) Full reload is needed after microprofile-jwt-smallrye subsystem removal
by Bartosz Baranowski (Jira)
[ https://issues.redhat.com/browse/WFLY-12980?page=com.atlassian.jira.plugi... ]
Bartosz Baranowski reassigned WFLY-12980:
-----------------------------------------
Assignee: Bartosz Baranowski
> Full reload is needed after microprofile-jwt-smallrye subsystem removal
> -----------------------------------------------------------------------
>
> Key: WFLY-12980
> URL: https://issues.redhat.com/browse/WFLY-12980
> Project: WildFly
> Issue Type: Bug
> Components: MP JWT
> Reporter: Jan Kasik
> Assignee: Bartosz Baranowski
> Priority: Major
>
> When user is removing MP subsystem, full reload is required. This is partly a benefit because it provides a fast fail solution for deployments which requires classes from this subsystem. On the other hand, reload might not be feasible for user under in their current conditions. This is why it has to be reduced as much as possible.
> Is there other way to provide fast fail without requiring full reload?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-12980) Full reload is needed after microprofile-jwt-smallrye subsystem removal
by Bartosz Baranowski (Jira)
[ https://issues.redhat.com/browse/WFLY-12980?page=com.atlassian.jira.plugi... ]
Bartosz Baranowski resolved WFLY-12980.
---------------------------------------
Resolution: Explained
> Full reload is needed after microprofile-jwt-smallrye subsystem removal
> -----------------------------------------------------------------------
>
> Key: WFLY-12980
> URL: https://issues.redhat.com/browse/WFLY-12980
> Project: WildFly
> Issue Type: Bug
> Components: MP JWT
> Reporter: Jan Kasik
> Assignee: Bartosz Baranowski
> Priority: Major
>
> When user is removing MP subsystem, full reload is required. This is partly a benefit because it provides a fast fail solution for deployments which requires classes from this subsystem. On the other hand, reload might not be feasible for user under in their current conditions. This is why it has to be reduced as much as possible.
> Is there other way to provide fast fail without requiring full reload?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4956) Normarize rule constraints for property reactivity and indexing
by Toshiya Kobayashi (Jira)
Toshiya Kobayashi created DROOLS-4956:
-----------------------------------------
Summary: Normarize rule constraints for property reactivity and indexing
Key: DROOLS-4956
URL: https://issues.redhat.com/browse/DROOLS-4956
Project: Drools
Issue Type: Bug
Components: core engine, executable model
Affects Versions: 7.31.0.Final
Reporter: Toshiya Kobayashi
Assignee: Mario Fusco
Having a constraint like
{code:java}
Person( name == "Toshiya" )
{code}
is not really the same thing as
{code:java}
Person( "Toshiya" == name )
{code}
In the second case not only you don't have property reactivity, but also you don't have indexing. This an inconsistent behaviour and hoping to fix it with a "normalization" phase where the second constraint got rewritten like the first before being analyzed by property reactivity and indexing.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months