[GitHub] [myfaces] melloware commented on pull request #605: MYFACES-4618: 4.1: ui:repeat clarification on attributes, such as offset and size

2023-07-31 Thread via GitHub


melloware commented on PR #605:
URL: https://github.com/apache/myfaces/pull/605#issuecomment-1659210317

   OK I have it down to 1 failing test I am trying to figure out why it is 
failing.  I had to remove some tests that were completely invalid based on 
these new rules.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces-tobago] bohmber opened a new pull request, #4216: fix(core): Avoid NPE in HtmlRendererUtils#writeDataAttributes

2023-07-31 Thread via GitHub


bohmber opened a new pull request, #4216:
URL: https://github.com/apache/myfaces-tobago/pull/4216

   issue: TOBAGO-2244
   
   ```
   java.lang.NullPointerException: Cannot invoke "Object.toString()" because 
the return value of "javax.el.ValueExpression.getValue(javax.el.ELContext)" is 
null
   at 
org.apache.myfaces.tobago.internal.util.HtmlRendererUtils.writeDataAttributes(HtmlRendererUtils.java:169)
 ~[tobago-core-5.7.2.jar:5.7.2]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (TOBAGO-2244) Possible NullpointerException in HtmlRendererUtils.writeDataAttributes with SegmentLayout and composite components

2023-07-31 Thread Bernd Bohmann (Jira)
Bernd Bohmann created TOBAGO-2244:
-

 Summary: Possible NullpointerException in 
HtmlRendererUtils.writeDataAttributes with SegmentLayout and composite 
components
 Key: TOBAGO-2244
 URL: https://issues.apache.org/jira/browse/TOBAGO-2244
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 5.7.2
Reporter: Bernd Bohmann
Assignee: Bernd Bohmann


{code}
java.lang.NullPointerException: Cannot invoke "Object.toString()" because the 
return value of "javax.el.ValueExpression.getValue(javax.el.ELContext)" is null
at 
org.apache.myfaces.tobago.internal.util.HtmlRendererUtils.writeDataAttributes(HtmlRendererUtils.java:169)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.InRenderer.encodeBeginField(InRenderer.java:111)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.InRenderer.encodeBeginField(InRenderer.java:47)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.DecorationPositionRendererBase.encodeBeginMessageField(DecorationPositionRendererBase.java:130)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.LabelLayoutRendererBase.encodeBeginInternal(LabelLayoutRendererBase.java:67)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.DecorationPositionRendererBase.encodeBeginInternal(DecorationPositionRendererBase.java:60)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.InRenderer.encodeBeginInternal(InRenderer.java:64)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.InRenderer.encodeBeginInternal(InRenderer.java:47)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.renderkit.RendererBase.encodeBegin(RendererBase.java:87)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:597) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 
javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:527) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.SegmentLayoutRenderer.encodeDiv(SegmentLayoutRenderer.java:115)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.SegmentLayoutRenderer.encodeChild(SegmentLayoutRenderer.java:104)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.SegmentLayoutRenderer.encodeChildrenInternal(SegmentLayoutRenderer.java:78)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.SegmentLayoutRenderer.encodeChildrenInternal(SegmentLayoutRenderer.java:42)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.renderkit.RendererBase.encodeChildren(RendererBase.java:96)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:644) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 
javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:542) 
~[myfaces-api-2.3.9.jar:2.3.9]
at javax.faces.render.Renderer.encodeChildren(Renderer.java:95) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 
org.apache.myfaces.tobago.renderkit.RendererBase.encodeChildrenInternal(RendererBase.java:100)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.renderkit.RendererBase.encodeChildren(RendererBase.java:96)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:644) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 
javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:542) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.TabGroupRenderer.encodeContent(TabGroupRenderer.java:345)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.TabGroupRenderer.encodeEndInternal(TabGroupRenderer.java:168)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.internal.renderkit.renderer.TabGroupRenderer.encodeEndInternal(TabGroupRenderer.java:68)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
org.apache.myfaces.tobago.renderkit.RendererBase.encodeEnd(RendererBase.java:105)
 ~[tobago-core-5.7.2.jar:5.7.2]
at 
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:675) 
~[myfaces-api-2.3.9.jar:2.3.9]
at 

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #4215: build(deps): bump io.fabric8:docker-maven-plugin from 0.43.1 to 0.43.2

2023-07-31 Thread via GitHub


dependabot[bot] opened a new pull request, #4215:
URL: https://github.com/apache/myfaces-tobago/pull/4215

   Bumps 
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
 from 0.43.1 to 0.43.2.
   
   Release notes
   Sourced from https://github.com/fabric8io/docker-maven-plugin/releases;>io.fabric8:docker-maven-plugin's
 releases.
   
   0.43.2 (2023-07-29)
   
   Make --config from buildx command string generation 
optional (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673;>1673)
 https://github.com/robfrank;>@​robfrank
   
   
   
   
   Changelog
   Sourced from https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md;>io.fabric8:docker-maven-plugin's
 changelog.
   
   ChangeLog
   
   
   0.44-SNAPSHOT :
   
   
   0.43.2 (2023-07-29):
   
   Make --config from buildx command string generation 
optional (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673;>1673)
 https://github.com/robfrank;>@​robfrank
   
   
   
   0.43.1 (2023-07-28):
   
   Resolve registry auth URL by registry ID (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1688;>1688)
 https://github.com/wajda;>@​wajda
   Allow 'host-gateway' as non-resolvable hostname in extraHosts (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1527;>1527)
 https://github.com/azaaiman;>@​azaaiman
   Bump guava from 31.1-jre to 32.0.1-jre (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686;>1686)
 https://github.com/dependabot;>@​dependabot
   Bump jib-core from 0.23.0 to 0.24.0 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686;>1686)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Fix unauthorized error with buildx needing multiple credentials (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1583;>1583)
 https://github.com/eocantu;>@​eocantu
   Add logger to HTTP ping checker (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1689;>1689)
 https://github.com/ryanrishi;>@​ryanrishi
   
   
   
   0.43.0 (2023-05-20):
   
   Make buildx build single non-native platform if requested (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1665;>1665)
 https://github.com/martyvona;>@​martyvona
   Support for buildx option to disable attestations (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1661;>1661)
 https://github.com/chonton;>@​chonton
   
   
   
   0.42.1 (2023-04-06):
   
   Update Jnr Jffi dependency to v1.3.11 (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1660;>1660)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Update run platform documentation (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1652;>1652)
 https://github.com/chonton;>@​chonton
   buildx should split platforms by comma as documented (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1651;>1651)
 https://github.com/chonton;>@​chonton
   
   
   
   0.42.0 (2023-02-28):
   
   Support docker run --platform (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1641;>1641)
 https://github.com/chonton;>@​chonton
   Update buildx documentation to amplify the build behavior (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1646;>1646)
 https://github.com/chonton;>@​chonton
   Default to native platform when creating container (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1645;>1645)
 https://github.com/chonton;>@​chonton
   JIB ignores the DOCKER_REGISTRY environment variable (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1617;>1617)
 https://github.com/rohanKanojia;>@​rohanKanojia
   
   
   
   0.41.0 (2023-02-06):
   
   multi-arch build should use provided repository (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1597;>1597)
 https://github.com/merikan;>@​merikan
   new property docker.build.network to override the network for RUN 
directives for docker build (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1636;>1636)
 https://github.com/tulinkry;>@​tulinkry
   Update Jib Core to v0.23.0 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1637;>1637)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Update JNR UnixSocket to v0.38.19 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1638;>1638)
   
   
   
   0.40.3 (2022-12-18):
   
   image/squash option is taken into account when using buildx (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1605;>1605)
 https://github.com/kevinleturc;>@​kevinleturc
   Allow having build args with same name but different value in various 
sources, which are overriden in the order of precedence in resulting build args 
map (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1407;>1407)
 https://github.com/pavelsmolensky;>@​pavelsmolensky
   Use double for docker.cpus property and interpret this 
value in the same way as Docker 

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #4214: build(deps): bump io.fabric8:docker-maven-plugin from 0.43.1 to 0.43.2

2023-07-31 Thread via GitHub


dependabot[bot] opened a new pull request, #4214:
URL: https://github.com/apache/myfaces-tobago/pull/4214

   Bumps 
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
 from 0.43.1 to 0.43.2.
   
   Release notes
   Sourced from https://github.com/fabric8io/docker-maven-plugin/releases;>io.fabric8:docker-maven-plugin's
 releases.
   
   0.43.2 (2023-07-29)
   
   Make --config from buildx command string generation 
optional (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673;>1673)
 https://github.com/robfrank;>@​robfrank
   
   
   
   
   Changelog
   Sourced from https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md;>io.fabric8:docker-maven-plugin's
 changelog.
   
   ChangeLog
   
   
   0.44-SNAPSHOT :
   
   
   0.43.2 (2023-07-29):
   
   Make --config from buildx command string generation 
optional (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673;>1673)
 https://github.com/robfrank;>@​robfrank
   
   
   
   0.43.1 (2023-07-28):
   
   Resolve registry auth URL by registry ID (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1688;>1688)
 https://github.com/wajda;>@​wajda
   Allow 'host-gateway' as non-resolvable hostname in extraHosts (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1527;>1527)
 https://github.com/azaaiman;>@​azaaiman
   Bump guava from 31.1-jre to 32.0.1-jre (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686;>1686)
 https://github.com/dependabot;>@​dependabot
   Bump jib-core from 0.23.0 to 0.24.0 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686;>1686)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Fix unauthorized error with buildx needing multiple credentials (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1583;>1583)
 https://github.com/eocantu;>@​eocantu
   Add logger to HTTP ping checker (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1689;>1689)
 https://github.com/ryanrishi;>@​ryanrishi
   
   
   
   0.43.0 (2023-05-20):
   
   Make buildx build single non-native platform if requested (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1665;>1665)
 https://github.com/martyvona;>@​martyvona
   Support for buildx option to disable attestations (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1661;>1661)
 https://github.com/chonton;>@​chonton
   
   
   
   0.42.1 (2023-04-06):
   
   Update Jnr Jffi dependency to v1.3.11 (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1660;>1660)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Update run platform documentation (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1652;>1652)
 https://github.com/chonton;>@​chonton
   buildx should split platforms by comma as documented (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1651;>1651)
 https://github.com/chonton;>@​chonton
   
   
   
   0.42.0 (2023-02-28):
   
   Support docker run --platform (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1641;>1641)
 https://github.com/chonton;>@​chonton
   Update buildx documentation to amplify the build behavior (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1646;>1646)
 https://github.com/chonton;>@​chonton
   Default to native platform when creating container (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1645;>1645)
 https://github.com/chonton;>@​chonton
   JIB ignores the DOCKER_REGISTRY environment variable (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1617;>1617)
 https://github.com/rohanKanojia;>@​rohanKanojia
   
   
   
   0.41.0 (2023-02-06):
   
   multi-arch build should use provided repository (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1597;>1597)
 https://github.com/merikan;>@​merikan
   new property docker.build.network to override the network for RUN 
directives for docker build (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1636;>1636)
 https://github.com/tulinkry;>@​tulinkry
   Update Jib Core to v0.23.0 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1637;>1637)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Update JNR UnixSocket to v0.38.19 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1638;>1638)
   
   
   
   0.40.3 (2022-12-18):
   
   image/squash option is taken into account when using buildx (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1605;>1605)
 https://github.com/kevinleturc;>@​kevinleturc
   Allow having build args with same name but different value in various 
sources, which are overriden in the order of precedence in resulting build args 
map (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1407;>1407)
 https://github.com/pavelsmolensky;>@​pavelsmolensky
   Use double for docker.cpus property and interpret this 
value in the same way as Docker 

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #4213: build(deps): bump io.fabric8:docker-maven-plugin from 0.43.1 to 0.43.2

2023-07-31 Thread via GitHub


dependabot[bot] opened a new pull request, #4213:
URL: https://github.com/apache/myfaces-tobago/pull/4213

   Bumps 
[io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin)
 from 0.43.1 to 0.43.2.
   
   Release notes
   Sourced from https://github.com/fabric8io/docker-maven-plugin/releases;>io.fabric8:docker-maven-plugin's
 releases.
   
   0.43.2 (2023-07-29)
   
   Make --config from buildx command string generation 
optional (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673;>1673)
 https://github.com/robfrank;>@​robfrank
   
   
   
   
   Changelog
   Sourced from https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md;>io.fabric8:docker-maven-plugin's
 changelog.
   
   ChangeLog
   
   
   0.44-SNAPSHOT :
   
   
   0.43.2 (2023-07-29):
   
   Make --config from buildx command string generation 
optional (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1673;>1673)
 https://github.com/robfrank;>@​robfrank
   
   
   
   0.43.1 (2023-07-28):
   
   Resolve registry auth URL by registry ID (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1688;>1688)
 https://github.com/wajda;>@​wajda
   Allow 'host-gateway' as non-resolvable hostname in extraHosts (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1527;>1527)
 https://github.com/azaaiman;>@​azaaiman
   Bump guava from 31.1-jre to 32.0.1-jre (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686;>1686)
 https://github.com/dependabot;>@​dependabot
   Bump jib-core from 0.23.0 to 0.24.0 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1686;>1686)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Fix unauthorized error with buildx needing multiple credentials (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1583;>1583)
 https://github.com/eocantu;>@​eocantu
   Add logger to HTTP ping checker (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1689;>1689)
 https://github.com/ryanrishi;>@​ryanrishi
   
   
   
   0.43.0 (2023-05-20):
   
   Make buildx build single non-native platform if requested (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1665;>1665)
 https://github.com/martyvona;>@​martyvona
   Support for buildx option to disable attestations (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1661;>1661)
 https://github.com/chonton;>@​chonton
   
   
   
   0.42.1 (2023-04-06):
   
   Update Jnr Jffi dependency to v1.3.11 (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1660;>1660)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Update run platform documentation (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1652;>1652)
 https://github.com/chonton;>@​chonton
   buildx should split platforms by comma as documented (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1651;>1651)
 https://github.com/chonton;>@​chonton
   
   
   
   0.42.0 (2023-02-28):
   
   Support docker run --platform (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1641;>1641)
 https://github.com/chonton;>@​chonton
   Update buildx documentation to amplify the build behavior (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1646;>1646)
 https://github.com/chonton;>@​chonton
   Default to native platform when creating container (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1645;>1645)
 https://github.com/chonton;>@​chonton
   JIB ignores the DOCKER_REGISTRY environment variable (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1617;>1617)
 https://github.com/rohanKanojia;>@​rohanKanojia
   
   
   
   0.41.0 (2023-02-06):
   
   multi-arch build should use provided repository (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1597;>1597)
 https://github.com/merikan;>@​merikan
   new property docker.build.network to override the network for RUN 
directives for docker build (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1636;>1636)
 https://github.com/tulinkry;>@​tulinkry
   Update Jib Core to v0.23.0 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1637;>1637)
 https://github.com/rohanKanojia;>@​rohanKanojia
   Update JNR UnixSocket to v0.38.19 (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1638;>1638)
   
   
   
   0.40.3 (2022-12-18):
   
   image/squash option is taken into account when using buildx (https://redirect.github.com/fabric8io/docker-maven-plugin/pull/1605;>1605)
 https://github.com/kevinleturc;>@​kevinleturc
   Allow having build args with same name but different value in various 
sources, which are overriden in the order of precedence in resulting build args 
map (https://redirect.github.com/fabric8io/docker-maven-plugin/issues/1407;>1407)
 https://github.com/pavelsmolensky;>@​pavelsmolensky
   Use double for docker.cpus property and interpret this 
value in the same way as Docker 

[jira] [Commented] (MYFACES-4485) 2.3/3.0: UnsupportedOperationException with Extensionless Mapping

2023-07-31 Thread Paul Nicolucci (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749208#comment-17749208
 ] 

Paul Nicolucci commented on MYFACES-4485:
-

Yes, I'll try to come back to this one soon! Thanks for the reminder.

> 2.3/3.0: UnsupportedOperationException with Extensionless Mapping
> -
>
> Key: MYFACES-4485
> URL: https://issues.apache.org/jira/browse/MYFACES-4485
> Project: MyFaces Core
>  Issue Type: Bug
>  Components: General
>Affects Versions: 2.3.10, 3.0.2
>Reporter: Paul Nicolucci
>Assignee: Paul Nicolucci
>Priority: Major
>
> The fix for JSF 2.3 / 3.0 is going to take a bit more time to investigate.
>  
> Faces 4.0 / 2.3-next was fixed here: 
> https://issues.apache.org/jira/browse/MYFACES-4447



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MYFACES-4609) Web.xml parameters evaluate as EL

2023-07-31 Thread Melloware (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749201#comment-17749201
 ] 

Melloware commented on MYFACES-4609:


As discussed on gitHub this would be a significant change not worth the 
refactor.

> Web.xml parameters evaluate as EL
> -
>
> Key: MYFACES-4609
> URL: https://issues.apache.org/jira/browse/MYFACES-4609
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: General
>Affects Versions: 4.0.1
>Reporter: Melloware
>Priority: Major
>
> Based on the previous discussion that web.xml init parameters should be 
> evaluated for EL expressions by default.
> for example:
> {code:java}
> 
>jakarta.faces.FACELETS_REFRESH_PERIOD
>#{facesContext.application.projectStage eq 'Development' ? 2 
> : -1}
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [myfaces] melloware closed pull request #590: MYFACES-4609: Web.xml init params evaluate for EL expressions

2023-07-31 Thread via GitHub


melloware closed pull request #590: MYFACES-4609: Web.xml init params evaluate 
for EL expressions
URL: https://github.com/apache/myfaces/pull/590


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces] melloware commented on pull request #590: MYFACES-4609: Web.xml init params evaluate for EL expressions

2023-07-31 Thread via GitHub


melloware commented on PR #590:
URL: https://github.com/apache/myfaces/pull/590#issuecomment-1658342251

   OK closing as wont fix!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces] tandraschko commented on pull request #590: MYFACES-4609: Web.xml init params evaluate for EL expressions

2023-07-31 Thread via GitHub


tandraschko commented on PR #590:
URL: https://github.com/apache/myfaces/pull/590#issuecomment-1658267004

   i general i think its a nice feature but MyfacesConfig is currently handled 
AppScoped, to correctly support it, we would need to be request scoped (EL can 
change each request)
   i would close it as wont fix for now TBH


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces] tandraschko commented on pull request #590: MYFACES-4609: Web.xml init params evaluate for EL expressions

2023-07-31 Thread via GitHub


tandraschko commented on PR #590:
URL: https://github.com/apache/myfaces/pull/590#issuecomment-1658266092

   why is it not correct use FC? not available yet?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MYFACES-4581) Felix Bundle ConcurrentModificationException

2023-07-31 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749185#comment-17749185
 ] 

Thomas Andraschko commented on MYFACES-4581:


whats the status here?

> Felix Bundle ConcurrentModificationException
> 
>
> Key: MYFACES-4581
> URL: https://issues.apache.org/jira/browse/MYFACES-4581
> Project: MyFaces Core
>  Issue Type: Bug
>  Components: build process
>Affects Versions: 4.0.0
>Reporter: Melloware
>Assignee: Melloware
>Priority: Major
>
> Running `mvn clean install` locally on my machine I get 
> `ConcurrentModificationExcepiton` in the Felix plugin.  Bumping to 5.1.8 
> fixes the issue.
>  
> {code:java}
> Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
> Maven home: C:\Tools\apache-maven-3.9.0
> Java version: 17.0.5, vendor: Eclipse Adoptium, runtime: C:\Tools\jdk-17
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows" 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MYFACES-4485) 2.3/3.0: UnsupportedOperationException with Extensionless Mapping

2023-07-31 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749184#comment-17749184
 ] 

Thomas Andraschko commented on MYFACES-4485:


[~paul.nicolucci] are you still interessted in it?

> 2.3/3.0: UnsupportedOperationException with Extensionless Mapping
> -
>
> Key: MYFACES-4485
> URL: https://issues.apache.org/jira/browse/MYFACES-4485
> Project: MyFaces Core
>  Issue Type: Bug
>  Components: General
>Affects Versions: 2.3.10, 3.0.2
>Reporter: Paul Nicolucci
>Assignee: Paul Nicolucci
>Priority: Major
>
> The fix for JSF 2.3 / 3.0 is going to take a bit more time to investigate.
>  
> Faces 4.0 / 2.3-next was fixed here: 
> https://issues.apache.org/jira/browse/MYFACES-4447



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (MYFACES-4608) FACELETS_REFRESH_PERIOD Settings

2023-07-31 Thread Thomas Andraschko (Jira)


 [ 
https://issues.apache.org/jira/browse/MYFACES-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Andraschko resolved MYFACES-4608.

Resolution: Fixed

> FACELETS_REFRESH_PERIOD Settings
> 
>
> Key: MYFACES-4608
> URL: https://issues.apache.org/jira/browse/MYFACES-4608
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: General
>Affects Versions: 2.3.10, 3.0.2, 2.3-next-M8, 4.0.1
>Reporter: Melloware
>Priority: Major
> Fix For: 4.1.0
>
>
> Original issue came up in Quarkus conversation: 
> [https://github.com/quarkiverse/quarkus-primefaces/issues/75]
> User had this setting in web.xml and was wondering why he could not hot 
> reload pages in DEV Mode
> {code:java}
>     
>         jakarta.faces.FACELETS_REFRESH_PERIOD
>         -1
>      
> {code}
> Question for the team based on what Mojarra is doing.
>  # In PRODUCTION mode should we force it to -1 and ignore the user setting 
> like Mojarra does?
>  # If the value is not a positive number in DEV mode should we ignore it or 
> log a warning?
>  
> Any other ideas?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (MYFACES-4614) Print error message when action method not found

2023-07-31 Thread Thomas Andraschko (Jira)


 [ 
https://issues.apache.org/jira/browse/MYFACES-4614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Andraschko resolved MYFACES-4614.

Resolution: Fixed

> Print error message when action method not found
> 
>
> Key: MYFACES-4614
> URL: https://issues.apache.org/jira/browse/MYFACES-4614
> Project: MyFaces Core
>  Issue Type: Improvement
>  Components: General
>Affects Versions: 4.0.1
>Reporter: Manuel K
>Assignee: Thomas Andraschko
>Priority: Major
> Fix For: 4.0.2, 2.3-next-M9, 4.1.0
>
> Attachments: MYFACES-4614.zip
>
>
> Given the following example (also attached), where the number of method 
> parameters does not match and the method cannot be called, an exception 
> should be thrown.
> XHTML:
> {code:java}
> 
>   action="#{testView.onClick}"/>
>  {code}
> Java:
> {code:java}
> public void onClick(Object parameter) {
> System.out.println("Button clicked");
> } {code}
> MyFaces does not throw an exception, while Mojarra throws:
> {code:java}
> Juli 12, 2023 1:44:32 PM com.sun.faces.lifecycle.InvokeApplicationPhase 
> execute
> WARNUNG: #{testView.onClick}: /test.xhtml @17,60 
> action="#{testView.onClick}": Method not found: TestView(string=Welcome to 
> PrimeFaces!!!, integer=null, decimal=null, localDateTime=null, 
> list=[TestObject(id=8e4d3985-c2f7-47dc-a5de-7e51acc41ec1, name=Thriller, 
> artist=Michael Jackson, released=1982), 
> TestObject(id=93adce20-fadb-4e8a-b16b-72eb9d03ae0e, name=Back in Black, 
> artist=AC/DC, released=1980), 
> TestObject(id=93e267a0-d6f9-4303-a82b-51ef16f88b02, name=The Bodyguard, 
> artist=Whitney Houston, released=1992), 
> TestObject(id=29ebc993-d665-47ec-844f-c14a34dc0554, name=The Dark Side of the 
> Moon, artist=Pink Floyd, released=1973)]).onClick()
> jakarta.faces.FacesException: #{testView.onClick}: /test.xhtml @17,60 
> action="#{testView.onClick}": Method not found: TestView(string=Welcome to 
> PrimeFaces!!!, integer=null, decimal=null, localDateTime=null, 
> list=[TestObject(id=8e4d3985-c2f7-47dc-a5de-7e51acc41ec1, name=Thriller, 
> artist=Michael Jackson, released=1982), 
> TestObject(id=93adce20-fadb-4e8a-b16b-72eb9d03ae0e, name=Back in Black, 
> artist=AC/DC, released=1980), 
> TestObject(id=93e267a0-d6f9-4303-a82b-51ef16f88b02, name=The Bodyguard, 
> artist=Whitney Houston, released=1992), 
> TestObject(id=29ebc993-d665-47ec-844f-c14a34dc0554, name=The Dark Side of the 
> Moon, artist=Pink Floyd, released=1973)]).onClick()
>     at 
> com.sun.faces.application.ActionListenerImpl.getNavigationOutcome(ActionListenerImpl.java:83)
>     at 
> com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:62)
>     at 
> org.primefaces.application.DialogActionListener.processAction(DialogActionListener.java:54)
>     at jakarta.faces.component.UICommand.broadcast(UICommand.java:205)
>     at jakarta.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:858)
>     at 
> jakarta.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1332)
>     at 
> com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:56)
>     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:72)
>     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:159)
>     at 
> jakarta.faces.webapp.FacesServlet.executeLifecyle(FacesServlet.java:691)
>     at jakarta.faces.webapp.FacesServlet.service(FacesServlet.java:449)
>     at 
> org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1410)
>     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
>     at 
> org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)
>     at 
> org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170)
>     at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
>     at 
> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
>     at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131)
>     at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
>     at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223)
>     at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
>     at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1381)
>     at 
> 

[jira] [Commented] (MYFACES-4608) FACELETS_REFRESH_PERIOD Settings

2023-07-31 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749180#comment-17749180
 ] 

Thomas Andraschko commented on MYFACES-4608:


done now

> FACELETS_REFRESH_PERIOD Settings
> 
>
> Key: MYFACES-4608
> URL: https://issues.apache.org/jira/browse/MYFACES-4608
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: General
>Affects Versions: 2.3.10, 3.0.2, 2.3-next-M8, 4.0.1
>Reporter: Melloware
>Priority: Major
>
> Original issue came up in Quarkus conversation: 
> [https://github.com/quarkiverse/quarkus-primefaces/issues/75]
> User had this setting in web.xml and was wondering why he could not hot 
> reload pages in DEV Mode
> {code:java}
>     
>         jakarta.faces.FACELETS_REFRESH_PERIOD
>         -1
>      
> {code}
> Question for the team based on what Mojarra is doing.
>  # In PRODUCTION mode should we force it to -1 and ignore the user setting 
> like Mojarra does?
>  # If the value is not a positive number in DEV mode should we ignore it or 
> log a warning?
>  
> Any other ideas?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MYFACES-4614) Print error message when action method not found

2023-07-31 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749154#comment-17749154
 ] 

Thomas Andraschko commented on MYFACES-4614:


in general the exception was correctly published, we just need to improve our 
default ExceptionHandler

> Print error message when action method not found
> 
>
> Key: MYFACES-4614
> URL: https://issues.apache.org/jira/browse/MYFACES-4614
> Project: MyFaces Core
>  Issue Type: Improvement
>  Components: General
>Affects Versions: 4.0.1
>Reporter: Manuel K
>Assignee: Thomas Andraschko
>Priority: Major
> Fix For: 4.0.2, 2.3-next-M9, 4.1.0
>
> Attachments: MYFACES-4614.zip
>
>
> Given the following example (also attached), where the number of method 
> parameters does not match and the method cannot be called, an exception 
> should be thrown.
> XHTML:
> {code:java}
> 
>   action="#{testView.onClick}"/>
>  {code}
> Java:
> {code:java}
> public void onClick(Object parameter) {
> System.out.println("Button clicked");
> } {code}
> MyFaces does not throw an exception, while Mojarra throws:
> {code:java}
> Juli 12, 2023 1:44:32 PM com.sun.faces.lifecycle.InvokeApplicationPhase 
> execute
> WARNUNG: #{testView.onClick}: /test.xhtml @17,60 
> action="#{testView.onClick}": Method not found: TestView(string=Welcome to 
> PrimeFaces!!!, integer=null, decimal=null, localDateTime=null, 
> list=[TestObject(id=8e4d3985-c2f7-47dc-a5de-7e51acc41ec1, name=Thriller, 
> artist=Michael Jackson, released=1982), 
> TestObject(id=93adce20-fadb-4e8a-b16b-72eb9d03ae0e, name=Back in Black, 
> artist=AC/DC, released=1980), 
> TestObject(id=93e267a0-d6f9-4303-a82b-51ef16f88b02, name=The Bodyguard, 
> artist=Whitney Houston, released=1992), 
> TestObject(id=29ebc993-d665-47ec-844f-c14a34dc0554, name=The Dark Side of the 
> Moon, artist=Pink Floyd, released=1973)]).onClick()
> jakarta.faces.FacesException: #{testView.onClick}: /test.xhtml @17,60 
> action="#{testView.onClick}": Method not found: TestView(string=Welcome to 
> PrimeFaces!!!, integer=null, decimal=null, localDateTime=null, 
> list=[TestObject(id=8e4d3985-c2f7-47dc-a5de-7e51acc41ec1, name=Thriller, 
> artist=Michael Jackson, released=1982), 
> TestObject(id=93adce20-fadb-4e8a-b16b-72eb9d03ae0e, name=Back in Black, 
> artist=AC/DC, released=1980), 
> TestObject(id=93e267a0-d6f9-4303-a82b-51ef16f88b02, name=The Bodyguard, 
> artist=Whitney Houston, released=1992), 
> TestObject(id=29ebc993-d665-47ec-844f-c14a34dc0554, name=The Dark Side of the 
> Moon, artist=Pink Floyd, released=1973)]).onClick()
>     at 
> com.sun.faces.application.ActionListenerImpl.getNavigationOutcome(ActionListenerImpl.java:83)
>     at 
> com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:62)
>     at 
> org.primefaces.application.DialogActionListener.processAction(DialogActionListener.java:54)
>     at jakarta.faces.component.UICommand.broadcast(UICommand.java:205)
>     at jakarta.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:858)
>     at 
> jakarta.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1332)
>     at 
> com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:56)
>     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:72)
>     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:159)
>     at 
> jakarta.faces.webapp.FacesServlet.executeLifecyle(FacesServlet.java:691)
>     at jakarta.faces.webapp.FacesServlet.service(FacesServlet.java:449)
>     at 
> org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1410)
>     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
>     at 
> org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)
>     at 
> org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170)
>     at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
>     at 
> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
>     at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131)
>     at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
>     at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223)
>     at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
>     at 
> 

[jira] [Commented] (MYFACES-4614) Print error message when action method not found

2023-07-31 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749127#comment-17749127
 ] 

Thomas Andraschko commented on MYFACES-4614:


We had this in the past, see:
https://github.com/apache/myfaces/commit/4f7967bac75db995f52d1942f61bc18eea94801c
https://issues.apache.org/jira/browse/MYFACES-3501

> Print error message when action method not found
> 
>
> Key: MYFACES-4614
> URL: https://issues.apache.org/jira/browse/MYFACES-4614
> Project: MyFaces Core
>  Issue Type: Improvement
>  Components: General
>Affects Versions: 4.0.1
>Reporter: Manuel K
>Priority: Major
> Attachments: MYFACES-4614.zip
>
>
> Given the following example (also attached), where the number of method 
> parameters does not match and the method cannot be called, an exception 
> should be thrown.
> XHTML:
> {code:java}
> 
>   action="#{testView.onClick}"/>
>  {code}
> Java:
> {code:java}
> public void onClick(Object parameter) {
> System.out.println("Button clicked");
> } {code}
> MyFaces does not throw an exception, while Mojarra throws:
> {code:java}
> Juli 12, 2023 1:44:32 PM com.sun.faces.lifecycle.InvokeApplicationPhase 
> execute
> WARNUNG: #{testView.onClick}: /test.xhtml @17,60 
> action="#{testView.onClick}": Method not found: TestView(string=Welcome to 
> PrimeFaces!!!, integer=null, decimal=null, localDateTime=null, 
> list=[TestObject(id=8e4d3985-c2f7-47dc-a5de-7e51acc41ec1, name=Thriller, 
> artist=Michael Jackson, released=1982), 
> TestObject(id=93adce20-fadb-4e8a-b16b-72eb9d03ae0e, name=Back in Black, 
> artist=AC/DC, released=1980), 
> TestObject(id=93e267a0-d6f9-4303-a82b-51ef16f88b02, name=The Bodyguard, 
> artist=Whitney Houston, released=1992), 
> TestObject(id=29ebc993-d665-47ec-844f-c14a34dc0554, name=The Dark Side of the 
> Moon, artist=Pink Floyd, released=1973)]).onClick()
> jakarta.faces.FacesException: #{testView.onClick}: /test.xhtml @17,60 
> action="#{testView.onClick}": Method not found: TestView(string=Welcome to 
> PrimeFaces!!!, integer=null, decimal=null, localDateTime=null, 
> list=[TestObject(id=8e4d3985-c2f7-47dc-a5de-7e51acc41ec1, name=Thriller, 
> artist=Michael Jackson, released=1982), 
> TestObject(id=93adce20-fadb-4e8a-b16b-72eb9d03ae0e, name=Back in Black, 
> artist=AC/DC, released=1980), 
> TestObject(id=93e267a0-d6f9-4303-a82b-51ef16f88b02, name=The Bodyguard, 
> artist=Whitney Houston, released=1992), 
> TestObject(id=29ebc993-d665-47ec-844f-c14a34dc0554, name=The Dark Side of the 
> Moon, artist=Pink Floyd, released=1973)]).onClick()
>     at 
> com.sun.faces.application.ActionListenerImpl.getNavigationOutcome(ActionListenerImpl.java:83)
>     at 
> com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:62)
>     at 
> org.primefaces.application.DialogActionListener.processAction(DialogActionListener.java:54)
>     at jakarta.faces.component.UICommand.broadcast(UICommand.java:205)
>     at jakarta.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:858)
>     at 
> jakarta.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1332)
>     at 
> com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:56)
>     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:72)
>     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:159)
>     at 
> jakarta.faces.webapp.FacesServlet.executeLifecyle(FacesServlet.java:691)
>     at jakarta.faces.webapp.FacesServlet.service(FacesServlet.java:449)
>     at 
> org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1410)
>     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
>     at 
> org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)
>     at 
> org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170)
>     at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
>     at 
> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
>     at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131)
>     at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
>     at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223)
>     at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570)
>     at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
>     at 
> 

[jira] [Resolved] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-31 Thread Thomas Andraschko (Jira)


 [ 
https://issues.apache.org/jira/browse/MYFACES-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Andraschko resolved MYFACES-4612.

Resolution: Fixed

> Quarkus: Duplicate messages
> ---
>
> Key: MYFACES-4612
> URL: https://issues.apache.org/jira/browse/MYFACES-4612
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: General
>Affects Versions: 4.0.1
>Reporter: Melloware
>Assignee: Melloware
>Priority: Major
> Fix For: 4.1.0
>
>
> See: [https://github.com/primefaces/primefaces/issues/10279]
>  
> MyFaces stores the same message in two different lists and Mojarra does not:
> {code:java}
> _messages = new LinkedHashMap<>(5, 1f);
> _orderedMessages = new ArrayList<>();
> List lst = _messages.computeIfAbsent(clientId, k -> new 
> ArrayList<>(3)); 
> lst.add(message);
> _orderedMessages.add(message); {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [myfaces] tandraschko merged pull request #593: MYFACES-4612: FacesMessages don't store in different collections

2023-07-31 Thread via GitHub


tandraschko merged PR #593:
URL: https://github.com/apache/myfaces/pull/593


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces-tobago] henningn merged pull request #4210: build(deps): bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.1

2023-07-31 Thread via GitHub


henningn merged PR #4210:
URL: https://github.com/apache/myfaces-tobago/pull/4210


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces-tobago] henningn merged pull request #4211: build(deps): bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.1

2023-07-31 Thread via GitHub


henningn merged PR #4211:
URL: https://github.com/apache/myfaces-tobago/pull/4211


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [myfaces-tobago] henningn merged pull request #4212: build(deps): bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.1

2023-07-31 Thread via GitHub


henningn merged PR #4212:
URL: https://github.com/apache/myfaces-tobago/pull/4212


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org