[JBoss JIRA] (RF-13764) Update org.jboss.netty version into 3.2.10 in showcase
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13764?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-13764 at 8/6/14 5:00 AM:
------------------------------------------------------------
Netty dependencies were removed with RF-13754.
(please don't set the fixVersion when filing a jira, I'll set it when I review the issue)
was (Author: bleathem):
Hornetq dependencies were removed with RF-13754.
(please don't set the fixVersion when filing a jira, I'll set it when I review the issue)
> Update org.jboss.netty version into 3.2.10 in showcase
> ------------------------------------------------------
>
> Key: RF-13764
> URL: https://issues.jboss.org/browse/RF-13764
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavel Slegr
>
> ${subject}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (RF-13763) Update hornetq dependency in showcase
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13763?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13763.
--------------------------------
Fix Version/s: (was: 4.5.0.Beta1)
Resolution: Out of Date
Hornetq dependencies were removed with RF-13754.
(please don't set the fixVersion when filing a jira, I'll set it when I review the issue)
> Update hornetq dependency in showcase
> -------------------------------------
>
> Key: RF-13763
> URL: https://issues.jboss.org/browse/RF-13763
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavel Slegr
>
> update hornetq into version 2.3.20 and replace dependencies similar as following...
> {code}
> <dependency>
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-server</artifactId>
> <scope>${dependency.scope}</scope>
> <version>${org.hornetq.version}</version>
> <exclusions>
> <exclusion>
> <artifactId>jgroups</artifactId>
> <groupId>org.jgroups</groupId>
> </exclusion>
> <exclusion>
> <artifactId>netty</artifactId>
> <groupId>io.netty</groupId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-jms-server</artifactId>
> <scope>${dependency.scope}</scope>
> <version>${org.hornetq.version}</version>
> <exclusions>
> <exclusion>
> <artifactId>jbossjts</artifactId>
> <groupId>org.jboss.jbossts</groupId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss</groupId>
> <artifactId>jboss-transaction-spi</artifactId>
> </exclusion>
> <exclusion>
> <artifactId>jbossjts-jacorb</artifactId>
> <groupId>org.jboss.jbossts</groupId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (RF-13763) Update hornetq dependency in showcase
by Pavel Slegr (JIRA)
Pavel Slegr created RF-13763:
--------------------------------
Summary: Update hornetq dependency in showcase
Key: RF-13763
URL: https://issues.jboss.org/browse/RF-13763
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.5.0.Alpha3
Reporter: Pavel Slegr
Fix For: 4.5.0.Beta1
update hornetq into version 2.3.20 and replace dependencies similar as following...
{code}
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-server</artifactId>
<scope>${dependency.scope}</scope>
<version>${org.hornetq.version}</version>
<exclusions>
<exclusion>
<artifactId>jgroups</artifactId>
<groupId>org.jgroups</groupId>
</exclusion>
<exclusion>
<artifactId>netty</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-server</artifactId>
<scope>${dependency.scope}</scope>
<version>${org.hornetq.version}</version>
<exclusions>
<exclusion>
<artifactId>jbossjts</artifactId>
<groupId>org.jboss.jbossts</groupId>
</exclusion>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-transaction-spi</artifactId>
</exclusion>
<exclusion>
<artifactId>jbossjts-jacorb</artifactId>
<groupId>org.jboss.jbossts</groupId>
</exclusion>
</exclusions>
</dependency>
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (RF-13729) Kitchensink archetype on Wildfly with mobile devices
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13729?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13729.
--------------------------------
Resolution: Done
> Kitchensink archetype on Wildfly with mobile devices
> ----------------------------------------------------
>
> Key: RF-13729
> URL: https://issues.jboss.org/browse/RF-13729
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: archetype
> Affects Versions: 4.5.0.Alpha3
> Environment: Server: Wildfly 8.1 Final (or older version)
> Archetype: kitchensink 4.5.0Alpha3
> Some mobile device (eg. smartphone)
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> When you deploy kitchensink to Wildfly and access the main page via mobile device (clear browser memory and cache), it loads desktop page instead of mobile.
> If I use EAP (tried with 6.2.4 and 6.3) and load the main apge with mobile device, it loads the correct page.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (RF-13752) Distribution zip is missing javadocs
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13752?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13752:
------------------------------------
It works if I run maven just on the dist module, if I run it on everything there's no javadoc.
> Distribution zip is missing javadocs
> ------------------------------------
>
> Key: RF-13752
> URL: https://issues.jboss.org/browse/RF-13752
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Distribution zip contain directory *doc*, inside it there is *jsdoc* and *vdldoc*. Javadocs are missing.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (RF-13752) Distribution zip is missing javadocs
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13752?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13752:
------------------------------------
Thanks [~michpetrov]. Can you run the build for the dist module and check if the generated zip has the _apidocs_ folder (under the _docs_ folder)? If not, please try updating to Maven 3.1.1 (what I use) and see if that corrects it.
> Distribution zip is missing javadocs
> ------------------------------------
>
> Key: RF-13752
> URL: https://issues.jboss.org/browse/RF-13752
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Distribution zip contain directory *doc*, inside it there is *jsdoc* and *vdldoc*. Javadocs are missing.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months