[JBoss JIRA] (RF-13759) Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
by Pavel Slegr (JIRA)
Pavel Slegr created RF-13759:
--------------------------------
Summary: Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
Key: RF-13759
URL: https://issues.jboss.org/browse/RF-13759
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: cdk, component, core
Affects Versions: 4.5.0.Alpha3
Reporter: Pavel Slegr
Fix For: 4.5.0.Beta1
both cdk and richfaces projects use different jboss-parent versions (9,12)
EAP-6.3.0 which will be underlying base for RF-4.5.0 uses as latest supported jboss-parent version 11.
Please unify into jboss-parent 11
NOTE: updating cdk version into jboss-parent 11, will need a maintenance (update for deprecated code) in cdk/maven-plugin/src/main/java/org/richfaces/builder/mojo
These classes use deprecated api such as
{code}
@parameter expression="${executedProject}""
{code}
which doesn't work with maven-plugin-plugin 3.1 and leads into
{code}
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
{code}
Some other additional changes may be also needed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Matej Novotny (JIRA)
Matej Novotny created RF-13758:
----------------------------------
Summary: RF 4.5 with MyFaces, CSS not loaded
Key: RF-13758
URL: https://issues.jboss.org/browse/RF-13758
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Matej Novotny
Priority: Critical
When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
This can be reproduced with Metamer/simpleapp/showcase.
Please see steps to reproduce for reproducers with Metamer and simpleapp.
Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13757) Showcase with MyFaces contains javax.faces JAR
by Matej Novotny (JIRA)
Matej Novotny created RF-13757:
----------------------------------
Summary: Showcase with MyFaces contains javax.faces JAR
Key: RF-13757
URL: https://issues.jboss.org/browse/RF-13757
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples, showcase
Affects Versions: 4.5.0.Alpha3
Environment: RF 4.5.x with MyFaces
Any browser
Tomcat (7 or 8)
Reporter: Matej Novotny
When building a Showcase with MyFaces (e.g. {{-Pmyfaces}}) the WAR file which is created contains {{javax.faces-2.2.6.jar}}.
This should IMHO be excluded as it is a standard JSF implementation which should be replaced by MyFaces impl.
Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13756) Upgrade jquery.mousewheel.js to 3.1.12
by Michal Petrov (JIRA)
Michal Petrov created RF-13756:
----------------------------------
Summary: Upgrade jquery.mousewheel.js to 3.1.12
Key: RF-13756
URL: https://issues.jboss.org/browse/RF-13756
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Michal Petrov
Fix For: 4.5.0.Beta1
The current version (3.0.4) is built around {{mousewheel}} event which is no longer supported by Firefox, this affects inputNumberSpinner/Slider and charts (those have the mousewheel code included in jquery.flot.navigate.js).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13755) FileUpload JS API - removing files
by Jonáš Trantina (JIRA)
Jonáš Trantina created RF-13755:
-----------------------------------
Summary: FileUpload JS API - removing files
Key: RF-13755
URL: https://issues.jboss.org/browse/RF-13755
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.3.5
Reporter: Jonáš Trantina
There should be some JS API for fileUpload component letting user remove some or all files via JS. Something like __removeAllFiles but public and supported.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-12950) Move Showcase ftests from QA repo to the examples/showcase module and mark some of them as smoke tests
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12950?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12950:
----------------------------------
Running integration-tests profile from within showcase folder is blocked by RF-13754.
I started with removing the dependency which causes this.
I will also introduce deployment and then handover to [~mtomasek] for further migration.
> Move Showcase ftests from QA repo to the examples/showcase module and mark some of them as smoke tests
> ------------------------------------------------------------------------------------------------------
>
> Key: RF-12950
> URL: https://issues.jboss.org/browse/RF-12950
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Reporter: Lukáš Fryč
> Assignee: Juraj Húska
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> Smoke tests should verify that basic showcase functionality works as expected.
> Full showcase test suite can be moved into RF5 repository then.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months