[JBoss JIRA] (RF-13750) Upgrade testing dependencies
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13750?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13750:
----------------------------------
Assignee: Pavol Pitonak
> Upgrade testing dependencies
> ----------------------------
>
> Key: RF-13750
> URL: https://issues.jboss.org/browse/RF-13750
> Project: RichFaces
> Issue Type: Component Upgrade
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Assignee: Pavol Pitonak
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> Upgrade following dependencies in build/pom.xml:
> * Arquillian Core 1.1.4.Final -> 1.1.5.Final
> * Arquillian Drone 1.3.0.Final -> 1.3.1.Final
> * Arquillian Tomcat container 1.0.0.CR6 -> 1.0.0.CR7
> * Selenium 2.41.0 -> 2.42.0
> * Arquillian Graphene 2.0.3.Final -> 2.1.0.Alpha1
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13767) Consolidate the RichFaces docs into a single document
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13767?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13767:
-------------------------------
Sprint: (was: 4.5.0.Beta1 - Final Sprint)
> Consolidate the RichFaces docs into a single document
> -----------------------------------------------------
>
> Key: RF-13767
> URL: https://issues.jboss.org/browse/RF-13767
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: doc
> Reporter: Brian Leathem
> Fix For: 4.5-Tracking
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> There is much duplication and ambiguity between the _Component Reference_ and the _Developer Guide_, we would benefit from consolidating the guides into a single document.
> At the same time we can consider dropping the docbook-based pressgang workflow and adopting a simpler asciidoc -> html approach.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13778) RF-45 cyclic dependency on richfaces-parent
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13778?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13778:
------------------------------------
[~lfryc] how did we plan on dealing with this cyclic dependency in RF 5? Do you have a simple resolution to this for RF 4.5?
> RF-45 cyclic dependency on richfaces-parent
> -------------------------------------------
>
> Key: RF-13778
> URL: https://issues.jboss.org/browse/RF-13778
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Priority: Blocker
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Historically there is a dependency in .../jsf-tests/pom.xml on richfaces-parent which used to be a standalone project/repo in 4.3.x
> {code}
> <parent>
> <groupId>org.richfaces</groupId>
> <artifactId>richfaces-parent</artifactId>
> <version>12</version>
> </parent>
> {code}
> However nowadays in 4.5.x there is playing the role of parent the
> richfaces/pom.xml
> https://github.com/richfaces/richfaces/blob/master/pom.xml
> {code}
> <groupId>org.richfaces</groupId>
> <artifactId>richfaces-parent</artifactId>
> <packaging>pom</packaging>
> <version>4.5.0-SNAPSHOT</version>
> <name>RichFaces Parent</name>
> {code}
> which makes a cyclic dependency
> jsf-test --> richfaces --> jsf-test
> as there are inside https://github.com/richfaces/richfaces/blob/master/build/pom.xml
> referenced dependencies for jsf-tests
> {code}
> <dependency>
> <groupId>org.jboss.test-jsf</groupId>
> <artifactId>htmlunit-client</artifactId>
> <version>${version.jsf-test}</version>
> <exclusions>
> <exclusion>
> <groupId>javax.servlet</groupId>
> <artifactId>javax.servlet-api</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.jboss.test-jsf</groupId>
> <artifactId>jsf-test-stage</artifactId>
> <version>${version.jsf-test}</version>
> </dependency>
> <dependency>
> <groupId>org.jboss.test-jsf</groupId>
> <artifactId>jsf-mock</artifactId>
> <version>${version.jsf-test}</version>
> </dependency>
> <dependency>
> <groupId>org.jboss.test-jsf</groupId>
> <artifactId>jsf-mockito</artifactId>
> <version>${version.jsf-test}</version>
> </dependency>
> <dependency>
> <groupId>org.jboss.test-jsf</groupId>
> <artifactId>jsf-test-scriptunit</artifactId>
> <version>${version.jsf-test}</version>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13722) Document CDK Maven Changes for 4.5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13722?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13722:
-------------------------------
Sprint: (was: 4.5.0.Beta1 - Final Sprint)
> Document CDK Maven Changes for 4.5
> ----------------------------------
>
> Key: RF-13722
> URL: https://issues.jboss.org/browse/RF-13722
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.5.0.Alpha3
> Reporter: Cody Lerum
> Fix For: 4.5.0.Beta2
>
>
> The maven build requires a 2 step process now with a set to precompile before the cdk runs
> {code}
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <executions>
> <execution>
> <id>precompile-sources-for-cdk</id>
> <phase>generate-sources</phase>
> <goals>
> <goal>compile</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
> <plugin>
> <groupId>org.richfaces.cdk</groupId>
> <artifactId>richfaces-cdk-maven-plugin</artifactId>
> <version>${org.richfaces.cdk.version}</version>
> <executions>
> <execution>
> <id>cdk-generate-sources</id>
> <phase>process-sources</phase>
> <goals>
> <goal>generate</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
> </plugins>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13774) Upgrade MyFaces to 2.2.4
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13774?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13774:
-------------------------------
Sprint: (was: 4.5.0.Beta1 - Final Sprint)
> Upgrade MyFaces to 2.2.4
> ------------------------
>
> Key: RF-13774
> URL: https://issues.jboss.org/browse/RF-13774
> Project: RichFaces
> Issue Type: Component Upgrade
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Labels: myfaces
> Fix For: 4.5.0.Beta2
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> MyFaces version defined in build/pom.xml is 2.1.10 which is outdated. There is newer 2.1.15 but since we depend on Mojarra 2.2.x, we should upgrade MyFaces to *2.2.4*.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13777) Upgrade Graphene do 2.1.0.Alpha1
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13777?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13777:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> Upgrade Graphene do 2.1.0.Alpha1
> --------------------------------
>
> Key: RF-13777
> URL: https://issues.jboss.org/browse/RF-13777
> Project: RichFaces
> Issue Type: Component Upgrade
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Affects Versions: 4.5.0.Beta1
> Reporter: Juraj Húska
> Assignee: Juraj Húska
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Upgrade of Graphene to 2.1.0.Alpha1 would have following benefits:
> * there is a fix which will enable testing of fileUpload component
> * there is a screenshooter which can replace the custom solution in RF
> * in 2.1.x will be added XHRHalter, which will make testing of {{a4j:attachQueue}} and {{a4j:queue}} more deterministic.
> Even it is in Alpha version, we consider it pretty stable. And if we want upgrade we should do it ASAP.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months