[JBoss JIRA] (WFLY-12199) Remove Quickstarts BOM
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-12199?page=com.atlassian.jira.plugin... ]
Eduardo Martins reassigned WFLY-12199:
--------------------------------------
Assignee: Eduardo Martins (was: Brian Stansberry)
> Remove Quickstarts BOM
> ----------------------
>
> Key: WFLY-12199
> URL: https://issues.jboss.org/browse/WFLY-12199
> Project: WildFly
> Issue Type: Enhancement
> Components: Quickstarts
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
>
> As followup of WFLY-12195, WFLY-12197 and WFLY-12198, the Quickstarts BOM now has a single managed dependency, the H2 driver, which fits well in the tools BOM, so we may move it to such BOM and remove the Quickstarts BOM.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12199) Remove Quickstarts BOM
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12199:
--------------------------------------
Summary: Remove Quickstarts BOM
Key: WFLY-12199
URL: https://issues.jboss.org/browse/WFLY-12199
Project: WildFly
Issue Type: Enhancement
Reporter: Eduardo Martins
Assignee: Brian Stansberry
As followup of WFLY-12195, WFLY-12197 and WFLY-12198, the Quickstarts BOM now has a single managed dependency, the H2 driver, which fits well in the tools BOM, so we may move it to such BOM and remove the Quickstarts BOM.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12198) Remove unused dependency on Quickstart jaxws-ejb
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12198:
--------------------------------------
Summary: Remove unused dependency on Quickstart jaxws-ejb
Key: WFLY-12198
URL: https://issues.jboss.org/browse/WFLY-12198
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Reporter: Eduardo Martins
Assignee: Eduardo Martins
The Quickstart depends on com.sun.istack:istack-commons-runtime but seems to be not needed and thus may be removed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12197) Remove redundant dependency management on Quickstarts BOM
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12197:
--------------------------------------
Summary: Remove redundant dependency management on Quickstarts BOM
Key: WFLY-12197
URL: https://issues.jboss.org/browse/WFLY-12197
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Reporter: Eduardo Martins
Assignee: Eduardo Martins
The following dependencies are managed by Quickstarts BOM, yet these already managed by javaee8 BOM and thus should be removed:
{code}
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<!-- contacts-jquerymobile -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.msc</groupId>
<artifactId>jboss-msc</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12196) resolve property in deployment enabled attribute value
by David Klika (Jira)
David Klika created WFLY-12196:
----------------------------------
Summary: resolve property in deployment enabled attribute value
Key: WFLY-12196
URL: https://issues.jboss.org/browse/WFLY-12196
Project: WildFly
Issue Type: Feature Request
Components: Server
Affects Versions: 17.0.0.Final
Reporter: David Klika
Assignee: Brian Stansberry
I have defined a deployment (standalone mode) with enabled attribute value referencing to a property like this: enabled="${app1.enabled}". This case is not supported at least by the configuration validator:
OPVDX001: Validation error in standalone.xml -----------------------------------
| The primary underlying error message was:
| > ParseError at [row,col]:[377,5]
| > Message: "WFLYCTL0097: Wrong type for 'enabled'. Expected [BOOLEAN]
| > but was STRING. Couldn't convert \"${app1.enabled}\" to
| > [BOOLEAN]"
The same problem is in domain mode with enabled property on server group deployment definition.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months