[JBoss JIRA] (FORGE-2267) Upgrade to jboss parent 17
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2267:
--------------------------------------
Summary: Upgrade to jboss parent 17
Key: FORGE-2267
URL: https://issues.jboss.org/browse/FORGE-2267
Project: Forge
Issue Type: Task
Components: Forge Build, Furnace (Container)
Affects Versions: 2.14.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Priority: Minor
Fix For: 2.15.0.Final
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (FORGE-2241) Configuration.clearProperty() does not work for multilevel subsets
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2241?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2241:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.15.0.Final
(was: 2.x Future)
Resolution: Done
Merged, thanks!
> Configuration.clearProperty() does not work for multilevel subsets
> ------------------------------------------------------------------
>
> Key: FORGE-2241
> URL: https://issues.jboss.org/browse/FORGE-2241
> Project: Forge
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 2.14.0.Final
> Reporter: George Gastaldi
> Assignee: Daniel Cunha (soro)
> Fix For: 2.15.0.Final
>
>
> Having:
> {code:java}
> @Inject
> Configuration config;
> @Inject
> @Subset("subset.subset")
> private Configuration subSubsetConfiguration;
> {code}
> The following test should pass:
> {code:java}
> @Test
> public void testSubSubsetConfigurationClearProperty() throws Exception
> {
> configuration.clear();
> configuration.setProperty("subset.subset.A", "Value");
> assertTrue(subSubsetConfiguration.getKeys().hasNext());
> subSubsetConfiguration.clearProperty("A");
> assertFalse(subSubsetConfiguration.getKeys().hasNext());
> assertFalse(configuration.getKeys().hasNext());
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (FORGE-2080) Being able to enable CDI interceptors and decorators
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2080?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2080:
-----------------------------------
Labels: starter (was: )
> Being able to enable CDI interceptors and decorators
> ----------------------------------------------------
>
> Key: FORGE-2080
> URL: https://issues.jboss.org/browse/FORGE-2080
> Project: Forge
> Issue Type: Sub-task
> Components: Java EE
> Affects Versions: 2.12.1.Final
> Reporter: Antonio Goncalves
> Labels: starter
> Fix For: 2.x Future
>
>
> [FORGE-2060] and [FORGE-2078] create CDI interceptors and decorators. It would be interesting to add a parameter to enable them in the {{beans.xml}}. Both could have an extra {{enabled}} with just a parameter :
> {code}
> cdi-new-decorator --named LargeTransactionDecorator --implements Account --enabled=true
> {code}
> Would add the following lines to the {{beans.xml}} :
> {code}
> <decorators>
> <class>com.foo.bar.LargeTransactionDecorator</class>
> </decorators>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (FORGE-2266) jpa-new-field --targetEntity not working
by Julian Zhu (JIRA)
Julian Zhu created FORGE-2266:
---------------------------------
Summary: jpa-new-field --targetEntity not working
Key: FORGE-2266
URL: https://issues.jboss.org/browse/FORGE-2266
Project: Forge
Issue Type: Bug
Affects Versions: 2.14.0.Final
Environment: java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Ubuntu 14.04
Reporter: Julian Zhu
same script running in 2.13, once upgraded to 2.14
jpa-new-field --targetEntity did not work
error: no such child:
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months