Re: [PR] feat: Support for PassThroughAttributes in Tobago [myfaces-tobago]

2024-02-15 Thread via GitHub


bohmber merged PR #4883:
URL: https://github.com/apache/myfaces-tobago/pull/4883


-- 
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



Re: [PR] build(deps): bump spring.version from 5.3.31 to 5.3.32 [myfaces-tobago]

2024-02-15 Thread via GitHub


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


-- 
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



Re: [PR] build(deps): bump org.eclipse.jetty:jetty-maven-plugin from 9.4.53.v20231009 to 9.4.54.v20240208 [myfaces-tobago]

2024-02-15 Thread via GitHub


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


-- 
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



Re: [PR] build(deps): bump org.eclipse.jetty:jetty-maven-plugin from 9.4.53.v20231009 to 9.4.54.v20240208 [myfaces-tobago]

2024-02-15 Thread via GitHub


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


-- 
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



Re: [PR] build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.0 to 1.8.1 [myfaces-tobago]

2024-02-15 Thread via GitHub


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


-- 
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



[PR] build(deps): bump spring.version from 5.3.31 to 5.3.32 [myfaces-tobago]

2024-02-15 Thread via GitHub


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

   Bumps `spring.version` from 5.3.31 to 5.3.32.
   Updates `org.springframework:spring-core` from 5.3.31 to 5.3.32
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-framework/releases;>org.springframework:spring-core's
 releases.
   
   v5.3.32
   :star: New Features
   
   Add CORS support for Private Network Access https://redirect.github.com/spring-projects/spring-framework/issues/31974;>#31974
   Avoid early getMostSpecificMethod resolution in 
CommonAnnotationBeanPostProcessor https://redirect.github.com/spring-projects/spring-framework/issues/31969;>#31969
   
   :lady_beetle: Bug Fixes
   
   Consistent parsing of user information in UriComponentsBuilder https://redirect.github.com/spring-projects/spring-framework/issues/32247;>#32247
   QualifierAnnotationAutowireCandidateResolver.checkQualifier does 
identity checks when comparing arrays used as qualifier fields https://redirect.github.com/spring-projects/spring-framework/issues/32108;>#32108
   Guard against multiple body subscriptions in Jetty and JDK reactive 
responses https://redirect.github.com/spring-projects/spring-framework/issues/32101;>#32101
   Static resources caching issues with ShallowEtagHeaderFilter and Jetty 
caching directives https://redirect.github.com/spring-projects/spring-framework/issues/32051;>#32051
   ChannelSendOperator.WriteBarrier race condition in request(long) method 
leads to response being dropped https://redirect.github.com/spring-projects/spring-framework/issues/32021;>#32021
   Spring AOP does not propagate arguments for dynamic prototype-scoped 
advice  https://redirect.github.com/spring-projects/spring-framework/issues/31964;>#31964
   MergedAnnotation swallows IllegalAccessException for attribute method https://redirect.github.com/spring-projects/spring-framework/issues/31961;>#31961
   CronTrigger hard-codes default ZoneId instead of participating in 
scheduler-wide Clock setup https://redirect.github.com/spring-projects/spring-framework/issues/31950;>#31950
   MergedAnnotations finds duplicate annotations on method in 
multi-level interface hierarchy https://redirect.github.com/spring-projects/spring-framework/issues/31825;>#31825
   PathEditor cannot handle absolute Windows paths with forward slashes https://redirect.github.com/spring-projects/spring-framework/issues/31728;>#31728
   Include Hibernate's Query.scroll() in 
SharedEntityManagerCreator's queryTerminatingMethods 
set https://redirect.github.com/spring-projects/spring-framework/issues/31684;>#31684
   TypeDescriptor does not check generics in equals method 
(for ConversionService caching) https://redirect.github.com/spring-projects/spring-framework/issues/31674;>#31674
   Slow SpEL performance due to method sorting in ReflectiveMethodResolver 
https://redirect.github.com/spring-projects/spring-framework/issues/31665;>#31665
   Jackson encoder releases resources in wrong order https://redirect.github.com/spring-projects/spring-framework/issues/31657;>#31657
   WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler 
since 5.3.2 https://redirect.github.com/spring-projects/spring-framework/issues/31642;>#31642
   
   :notebook_with_decorative_cover: Documentation
   
   Document cron-vs-quartz parsing convention for dayOfWeek part in 
CronExpression https://redirect.github.com/spring-projects/spring-framework/issues/32131;>#32131
   
   :hammer: Dependency Upgrades
   
   Upgrade to Reactor 2020.0.41 https://redirect.github.com/spring-projects/spring-framework/issues/32276;>#32276
   
   
   
   
   Commits
   
   https://github.com/spring-projects/spring-framework/commit/1827776d2eb543034a4fa2a2c6b52dcf66971002;>1827776
 Release v5.3.32
   https://github.com/spring-projects/spring-framework/commit/8e3ad4a488ec06d67b42c88d4762121040e87c35;>8e3ad4a
 Upgrade to Reactor 2020.0.41
   https://github.com/spring-projects/spring-framework/commit/6f4cc40a523f2de624017667fecb29084ce20b1b;>6f4cc40
 Document ResourcePropertiesPersister as only intended for internal use
   https://github.com/spring-projects/spring-framework/commit/452973fbbd4168d91f60dc0f192845b70120bbac;>452973f
 Consistent Lock field declaration (instead of ReentrantLock field type)
   https://github.com/spring-projects/spring-framework/commit/7ec5c994c147f0e168149498b1c9d4a249d69e87;>7ec5c99
 Update user info pattern
   https://github.com/spring-projects/spring-framework/commit/60035b5e39c72bbc8ab9eea11ae1f8761ed5b4fc;>60035b5
 Polishing
   https://github.com/spring-projects/spring-framework/commit/43ecb0b94a7e5809f8c65774cd9fe1dfbdbe0333;>43ecb0b
 Eagerly initialize ZERO_NANOS constant
   https://github.com/spring-projects/spring-framework/commit/0e5edc44740255f46abfaa82f0047cb01b2797d3;>0e5edc4
 Upgrade to Checkstyle 10.12.7 and spring-javaformat-checkstyle 0.0.41
   

[PR] build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.0 to 1.8.1 [myfaces-tobago]

2024-02-15 Thread via GitHub


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

   Bumps 
[com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin)
 from 1.8.0 to 1.8.1.
   
   Release notes
   Sourced from https://github.com/maven-download-plugin/maven-download-plugin/releases;>com.googlecode.maven-download-plugin:download-maven-plugin's
 releases.
   
   Allow ignoring SSL certificate verifications
   What's Changed
   
   https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/236;>#236
 Allow ignoring SSL certificate verifications by https://github.com/yonatang;>@​yonatang in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/237;>maven-download-plugin/maven-download-plugin#237
   
   New Contributors
   
   https://github.com/yonatang;>@​yonatang made 
their first contribution in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/237;>maven-download-plugin/maven-download-plugin#237
   
   Full Changelog: https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.0...1.8.1;>https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.0...1.8.1
   
   
   
   Commits
   
   https://github.com/maven-download-plugin/maven-download-plugin/commit/cf65c15291a3ecce97bf4ff84f9ddb281ed7;>cf65c15
 Release 1.8.1
   https://github.com/maven-download-plugin/maven-download-plugin/commit/59a685f43de7d5e89e61ac9f3f67ce70a46550b6;>59a685f
 https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/236;>#236
 Allow ignoring SSL certificate verifications (https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/237;>#237)
   https://github.com/maven-download-plugin/maven-download-plugin/commit/02ac7358aa33461247251b9a5c9e4490bfb9c581;>02ac735
 bump to 1.8.1-SNAPSHOT
   See full diff in https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.0...1.8.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.googlecode.maven-download-plugin:download-maven-plugin=maven=1.8.0=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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] [Resolved] (TOBAGO-2291) Allow Jakarta Faces HTML tags in segment layout

2024-02-15 Thread Bernd Bohmann (Jira)


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

Bernd Bohmann resolved TOBAGO-2291.
---
Resolution: Fixed

> Allow Jakarta Faces HTML tags in segment layout
> ---
>
> Key: TOBAGO-2291
> URL: https://issues.apache.org/jira/browse/TOBAGO-2291
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 5.10.0, 6.2.0
>Reporter: Henning Nöth
>Assignee: Bernd Bohmann
>Priority: Minor
> Fix For: 5.11.0, 6.3.0
>
>
> The current workaround is, to wrap a  with a .



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


[jira] [Resolved] (TOBAGO-2289) Invalid warning message from TobagoConfigParser for some tags

2024-02-15 Thread Bernd Bohmann (Jira)


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

Bernd Bohmann resolved TOBAGO-2289.
---
Resolution: Fixed

> Invalid warning message from TobagoConfigParser for some tags
> -
>
> Key: TOBAGO-2289
> URL: https://issues.apache.org/jira/browse/TOBAGO-2289
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 5.10.0, 6.2.0
>Reporter: Bernd Bohmann
>Assignee: Bernd Bohmann
>Priority: Major
> Fix For: 5.11.0, 6.3.0
>
>
>  
> {code:java}
> o.a.m.t.i.config.TobagoConfigParser      : Ignoring unknown start tag 
>  with hashCode=1967055403
> o.a.m.t.i.config.TobagoConfigParser      : Ignoring unknown start tag 
>  with hashCode=-1764519240
> {code}
>  



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


[jira] [Resolved] (TOBAGO-1982) Composite components in segment layout not rendered correctly

2024-02-15 Thread Bernd Bohmann (Jira)


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

Bernd Bohmann resolved TOBAGO-1982.
---
Resolution: Fixed

> Composite components in segment layout not rendered correctly
> -
>
> Key: TOBAGO-1982
> URL: https://issues.apache.org/jira/browse/TOBAGO-1982
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.3.2
>Reporter: Henning Nöth
>Assignee: Bernd Bohmann
>Priority: Minor
> Fix For: 5.11.0, 6.3.0
>
>
> Imagine a composite component for a text, where the attribute "asText" decide 
> if a tc:in or a tc:out is used.
> {code:xml}
> 
>   
>   
> 
> 
>   
>   
> {code}
> Without a layout manager the component show either the tc:in or the tc:out as 
> expected.
>  Within a segment layout the component use two segments. One for the tc:in 
> and the second for the tc:out.
> If "asText=true" the first segment is empty and the second segment shows the 
> tc:out.
> If "asText=false" the first segment shows the tc:in and the second segment is 
> empty.
> This might be not the expected behavior, which I think is that the composite 
> component uses only one segment.
> As a workaround you can wrap the tc:in/tc:out with a panel:
> {code:xml}
> 
>   
> 
> 
>   
> {code}
>  
> (!) And the 'rendered' attribute on the composite component container doesn't 
> work within a segment layout which should be definitely fixed.



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


[jira] [Resolved] (TOBAGO-2290) Allow style tag in segment layout

2024-02-15 Thread Bernd Bohmann (Jira)


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

Bernd Bohmann resolved TOBAGO-2290.
---
Resolution: Fixed

> Allow style tag in segment layout
> -
>
> Key: TOBAGO-2290
> URL: https://issues.apache.org/jira/browse/TOBAGO-2290
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 5.10.0, 6.2.0
>Reporter: Henning Nöth
>Assignee: Bernd Bohmann
>Priority: Minor
> Fix For: 5.11.0, 6.3.0
>
>
> Currently a  within a  is ignored. It would be an 
> easy way to set for example a maximum width on the segment layout.



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


[PR] feat: Support for PassThroughAttributes in Tobago [myfaces-tobago]

2024-02-15 Thread via GitHub


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

   support for button and link
   issue: TOBAGO-2277
   
   (cherry picked from commit 10b822a3b3faf97d6864ce81357f2339e272d78f)


-- 
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



Re: [PR] feat: Support for PassThroughAttributes in Tobago [myfaces-tobago]

2024-02-15 Thread via GitHub


bohmber merged PR #4882:
URL: https://github.com/apache/myfaces-tobago/pull/4882


-- 
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



[PR] feat: Support for PassThroughAttributes in Tobago [myfaces-tobago]

2024-02-15 Thread via GitHub


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

   support for button and link
   issue: TOBAGO-2277


-- 
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] [Reopened] (TOBAGO-2277) Support for PassThroughAttributes in Tobago

2024-02-15 Thread Bernd Bohmann (Jira)


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

Bernd Bohmann reopened TOBAGO-2277:
---

button and link are missing

> Support for PassThroughAttributes in Tobago
> ---
>
> Key: TOBAGO-2277
> URL: https://issues.apache.org/jira/browse/TOBAGO-2277
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 5.9.0, 6.1.0
>Reporter: Bernd Bohmann
>Assignee: Bernd Bohmann
>Priority: Major
> Fix For: 5.11.0, 6.3.0
>
>
> Implemented in TobagoResponseWriter and in tc:in, tc:textarea, tc:out and 
> tc:image



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


Re: [PR] Tobago 1982 next steps 5.x [myfaces-tobago]

2024-02-15 Thread via GitHub


bohmber merged PR #4881:
URL: https://github.com/apache/myfaces-tobago/pull/4881


-- 
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



[PR] Tobago 1982 next steps 5.x [myfaces-tobago]

2024-02-15 Thread via GitHub


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

   (no comment)


-- 
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



Re: [PR] fix(segmentLayout): Composite components in segment layout not rendered correctly [myfaces-tobago]

2024-02-15 Thread via GitHub


bohmber merged PR #4880:
URL: https://github.com/apache/myfaces-tobago/pull/4880


-- 
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



[PR] fix(segmentLayout): Composite components in segment layout not rendered correctly [myfaces-tobago]

2024-02-15 Thread via GitHub


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

   next step encode style tag and html renderkit components 
   
   issue: TOBAGO-1982


-- 
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