[JBoss JIRA] (RF-13586) Port the page fragments to RF 4.5
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13586?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-13586 at 5/15/14 8:54 AM:
-----------------------------------------------------------
Pull request linked.
I basically just copied the rf-qa page fragments repository to the framework repo & updated licence headers.
was (Author: jhuska):
Pull request linked.
I basically just copied the rf-qa page fragments repository to the framework repo.
> Port the page fragments to RF 4.5
> ---------------------------------
>
> Key: RF-13586
> URL: https://issues.jboss.org/browse/RF-13586
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Affects Versions: 4.5.0.Alpha3
> Reporter: Brian Leathem
> Assignee: Juraj Húska
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13591) RichFaces 4.5 integration tests are failing
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13591?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13591:
------------------------------------
I've managed to fix deployment dependencies but some tests are still failing:
* ITResourceOptimization - resource optimization settings need to be updated, I'll look into that
* IT*Validation - there are errors on the tested page after submission, inaccessible bean property
* ITPlaceholderInputTest - the UIForm error that occurs in Production is messing with the expected XML structure
* ITDnd - inaccessible bean method
* ITFocusManager - java.lang.IllegalStateException: There is no context available for qualifier javax.enterprise.inject.Default. Available contexts are [interface org.jboss.arquillian.drone.api.annotation.Default].
I am not sure how to fix those.
Concerning the deployments we use classes such as DndDeployment and MiscDeployment but components are no longer split into multiple jars, so I'm guessing we can use just a single deployment class for components (we also don't need to depend on the classes from core).
> RichFaces 4.5 integration tests are failing
> -------------------------------------------
>
> Key: RF-13591
> URL: https://issues.jboss.org/browse/RF-13591
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha2
> Reporter: Pavol Pitonak
> Assignee: Lukáš Fryč
> Priority: Blocker
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> RichFaces 4.5 cannot be build because of compilation errors in integration tests:
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project richfaces: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[9,30] error: cannot find symbol
> [ERROR] package org.richfaces.ui.toggle
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[10,39] error: package org.richfaces.ui.toggle.tabPanel does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[18,12] error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[19,27] error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[21,28] error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[25,11] error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[29,35] error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[33,16] error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusDefaults.java:[48,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcing.java:[38,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[31,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[32,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[34,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[35,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[31,26] error: cannot find symbol
> [ERROR] package org.richfaces.model
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[44,12] error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[45,12] error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[57,11] error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[61,11] error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[65,29] error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusSubmissionMethods.java:[50,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[31,26] error: cannot find symbol
> [ERROR] package org.richfaces.model
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[49,12] error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[50,12] error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[85,11] error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[89,11] error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[93,29] error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[56,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[57,34] error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[63,51] error: package org.richfaces.ui.iteration.extendedDataTable does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[64,51] error: package org.richfaces.ui.iteration.extendedDataTable does not exist
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusDefaults.java:[100,16] error: cannot find symbol
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcing.java:[62,19] error: cannot find symbol
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[49,8] error: cannot find symbol
> [ERROR] class VerifyFocusEnforcingOverridesFocusSettings
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[50,8] error: cannot find symbol
> [ERROR]
> [ERROR] E extends HtmlElement declared in method <E>getElementById(String)
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[77,8] error: cannot find symbol
> [ERROR] class VerifyFocusCandidates
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[78,8] error: cannot find symbol
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[153,16] error: cannot find symbol
> [ERROR] class AbstractFocus
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[154,16] error: cannot find symbol
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[136,16] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[136,55] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[140,16] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[140,58] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[141,16] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[141,56] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[187,20] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[187,62] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[188,20] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[188,60] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[228,20] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[228,62] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[229,20] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[229,60] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[268,16] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[268,58] error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[269,16] error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[269,56] error: cannot find symbol
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13629:
----------------------------------
I am also quite unsure what are the default values, there seems to be quite a discrepancy between the doc and the real behavior. See: https://github.com/richfaces/richfaces/blob/4.5.x/components/rich/src/mai... , e.g. no {{IllegalArgumentException}} is thrown when {{maxHeight}} is lower than 10.
What default values are expected then ? I will create an issue once I have more info about this. Thanks.
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png, sample.zip
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13629) popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13629:
----------------------------------
Unfortunately the attached reproducer is empty (not xhtml pages are there).
However, I have already reproduced it in different than Metamer sample. Please see my [comment|https://issues.jboss.org/browse/RF-13629?focusedCommentId=1296776...].
Now I updated the sample, you can find [there|https://github.com/jhuska/richfaces-sanbox/tree/RF-13629/src/main/w...]:
* {{minWidthSetBiggerThanContent.xhtml}} - this page simulates how {{minWidth}} overrides the width of the content. As you are [~bleathem] saying, it is probably not a bug. I just want to point out that it is different than in previous releases, and we need to document it somewhere (release notes, documentation).
* {{verticalMovementBroken.xhtml}} - this is probably more serious, when {{maxHeight}} is set, then vertical movement of the popupPanel is not possible
You can check all those sample when you:
# clone branch https://github.com/jhuska/richfaces-sanbox/tree/RF-13629
# deploy it and load e.g. http://localhost:8080/richfaces-sanbox/verticalMovementBroken.jsf
> popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored when autosize == true
> -------------------------------------------------------------------------------------------
>
> Key: RF-13629
> URL: https://issues.jboss.org/browse/RF-13629
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Environment: Firefox
> Reporter: Juraj Húska
> Priority: Critical
> Labels: regression
> Attachments: popupPanelGood.png, popupPanelWrong.png, sample.zip
>
>
> In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were ignored. In {{4.3.7.}}, they are not.
> When used together (does not really make sense IMHO, but maybe I am neglecting some use case), the popup width is not adjusted automatically.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13630) RichFaces 4.5.x can not be built due to cyclic maven dependency
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13630?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13630:
-------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
Sprint: 4.5.0.Alpha3 - Sprint 2
> RichFaces 4.5.x can not be built due to cyclic maven dependency
> ---------------------------------------------------------------
>
> Key: RF-13630
> URL: https://issues.jboss.org/browse/RF-13630
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Priority: Critical
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Building of https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
> There is a cyclic maven dependency:
> {code}
> [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}' and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT --> org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT --> org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13630) RichFaces 4.5.x can not be built due to cyclic maven dependency
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13630?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13630.
--------------------------------
Resolution: Done
Corrected the resource-optimizer-plugin dependency
> RichFaces 4.5.x can not be built due to cyclic maven dependency
> ---------------------------------------------------------------
>
> Key: RF-13630
> URL: https://issues.jboss.org/browse/RF-13630
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Priority: Critical
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Building of https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
> There is a cyclic maven dependency:
> {code}
> [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}' and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT --> org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT --> org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13630) RichFaces 4.5.x can not be built due to cyclic maven dependency
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13630?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13630:
----------------------------------
Assignee: Brian Leathem
> RichFaces 4.5.x can not be built due to cyclic maven dependency
> ---------------------------------------------------------------
>
> Key: RF-13630
> URL: https://issues.jboss.org/browse/RF-13630
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Priority: Critical
> Fix For: 4.5.0.Alpha3
>
>
> Building of https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
> There is a cyclic maven dependency:
> {code}
> [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}' and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT --> org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT --> org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13630) RichFaces 4.5.x can not be built due to cyclic maven dependency
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13630?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13630:
-------------------------------
Fix Version/s: 4.5.0.Alpha3
> RichFaces 4.5.x can not be built due to cyclic maven dependency
> ---------------------------------------------------------------
>
> Key: RF-13630
> URL: https://issues.jboss.org/browse/RF-13630
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Priority: Critical
> Fix For: 4.5.0.Alpha3
>
>
> Building of https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
> There is a cyclic maven dependency:
> {code}
> [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}' and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT --> org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT --> org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13626) Rename the BOM artifact
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13626?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13626.
--------------------------------
Resolution: Done
> Rename the BOM artifact
> -----------------------
>
> Key: RF-13626
> URL: https://issues.jboss.org/browse/RF-13626
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> I'd like to rename the BOM. Currently the BOM manages the following Dependency versions:
> {code}
> <dependencyManagement>
> <dependencies>
> <!-- Optional cache dependencies -->
> <dependency>
> <groupId>opensymphony</groupId>
> <artifactId>oscache</artifactId>
> <version>${version.oscache}</version>
> </dependency>
> <dependency>
> <groupId>org.jboss.cache</groupId>
> <artifactId>jbosscache-core</artifactId>
> <version>${version.jbosscache}</version>
> </dependency>
> <dependency>
> <groupId>net.sf.ehcache</groupId>
> <artifactId>ehcache</artifactId>
> <version>${version.ehcache}</version>
> </dependency>
> </dependencies>
> </dependencyManagement>
> {code}
> Since only the cache-dependencies are managed, we could rename the BOM to {{richfaces-cache-bom}}.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months