[PR] build(deps): bump com.fasterxml.jackson.core:jackson-core from 2.15.3 to 2.16.0 [myfaces-tobago]

2023-11-16 Thread via GitHub


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

   Bumps 
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
 from 2.15.3 to 2.16.0.
   
   Commits
   
   https://github.com/FasterXML/jackson-core/commit/2af46f18403d962d18121918c822d13224a3943c;>2af46f1
 [maven-release-plugin] prepare release jackson-core-2.16.0
   https://github.com/FasterXML/jackson-core/commit/6f337da4c46b3034e315f422a91cf65a49ccf256;>6f337da
 Prepare for 2.16.0 release
   https://github.com/FasterXML/jackson-core/commit/1cfb490529989ac5ab158615030dfad699a3a705;>1cfb490
 Make JacksonFeatureSet java.io.Serializable
   https://github.com/FasterXML/jackson-core/commit/f878f33b019654607af054e83fb3033e0f45de03;>f878f33
 Update release notes wrt https://redirect.github.com/FasterXML/jackson-core/issues/1136;>#1136
   https://github.com/FasterXML/jackson-core/commit/a0c853a52ff08bad659e9051cf3a1a76e62059cf;>a0c853a
 Change error mesage to mention -INF (https://redirect.github.com/FasterXML/jackson-core/issues/1136;>#1136)
   https://github.com/FasterXML/jackson-core/commit/2d137d8198a56d5ddec39c63d29a835878693e3f;>2d137d8
 Bump the github-actions group with 2 updates (https://redirect.github.com/FasterXML/jackson-core/issues/1134;>#1134)
   https://github.com/FasterXML/jackson-core/commit/ce0e92eaa2e8164bcd5e9401b3d00f701dbca27c;>ce0e92e
 Add missing name-length check in a test
   https://github.com/FasterXML/jackson-core/commit/97030b97c226f3d0b5d0d6b319861e69914715de;>97030b9
 Merge branch '2.16' of github.com:FasterXML/jackson-core into 2.16
   https://github.com/FasterXML/jackson-core/commit/3e1cbb9fa077332fccdcd66cf53bdde6090e98a4;>3e1cbb9
 Unit test cleanup
   https://github.com/FasterXML/jackson-core/commit/69712d838556a5becc09b15efd093eab6e140df3;>69712d8
 Maximum Property name length affects input/read (https://redirect.github.com/FasterXML/jackson-core/issues/1130;>#1130)
   Additional commits viewable in https://github.com/FasterXML/jackson-core/compare/jackson-core-2.15.3...jackson-core-2.16.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-core=maven=2.15.3=2.16.0)](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



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

2023-11-16 Thread via GitHub


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

   Bumps `spring.version` from 5.3.30 to 5.3.31.
   Updates `org.springframework:spring-core` from 5.3.30 to 5.3.31
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-framework/releases;>org.springframework:spring-core's
 releases.
   
   v5.3.31
   :star: New Features
   
   Log4jLog needs to re-resolve ExtendedLogger on 
deserialization (for compatibility with Log4J 2.21) https://redirect.github.com/spring-projects/spring-framework/issues/31583;>#31583
   
   :lady_beetle: Bug Fixes
   
   MessageBuilder#createMessage should not define the payload as 
@Nullable https://redirect.github.com/spring-projects/spring-framework/issues/31611;>#31611
   Avoid duplicate JAR resources in 
PathMatchingResourcePatternResolver on MS Windows https://redirect.github.com/spring-projects/spring-framework/issues/31603;>#31603
   Spring web integration commons fileupload receives files and other 
parameter uploads, with a null pointer https://redirect.github.com/spring-projects/spring-framework/issues/31564;>#31564
   Function column out doesn't resolve to SqlOutParameter https://redirect.github.com/spring-projects/spring-framework/issues/31560;>#31560
   Resolve to empty MultiValueMap when no matrix variables are provided https://redirect.github.com/spring-projects/spring-framework/issues/31484;>#31484
   BeanUtils.copyProperties() consumes large amount of memory https://redirect.github.com/spring-projects/spring-framework/issues/31481;>#31481
   CGLIB BeanCopier falls back to 
ClassLoader.defineClass for public target https://redirect.github.com/spring-projects/spring-framework/issues/31436;>#31436
   R2DBC Connection is closed during transaction when using 
TransactionAwareConnectionFactoryProxy https://redirect.github.com/spring-projects/spring-framework/issues/31411;>#31411
   HibernateJpaDialect and 
HibernateExceptionTranslator throw 
SQLExceptionTranslator-provided exception instead of returning it 
https://redirect.github.com/spring-projects/spring-framework/issues/31410;>#31410
   NamedParameterJdbcTemplate throws unexpected exception for 
null query https://redirect.github.com/spring-projects/spring-framework/issues/31394;>#31394
   LazyResolutionMessage does not implement proper 
toString https://redirect.github.com/spring-projects/spring-framework/issues/31385;>#31385
   Illegal reflective access in 
ContextOverridingClassLoader.isEligibleForOverriding https://redirect.github.com/spring-projects/spring-framework/issues/31233;>#31233
   
   :notebook_with_decorative_cover: Documentation
   
   Clarify documentation for @Transactional on interfaces https://redirect.github.com/spring-projects/spring-framework/issues/31401;>#31401
   Default behavior of BeanPropertyRowMapper.getColumnValue(ResultSet, int, 
Class) inconsistent with code https://redirect.github.com/spring-projects/spring-framework/issues/31349;>#31349
   Referencing a @Bean method in a @Configuration 
class' @PostConstruct method leads to circular reference https://redirect.github.com/spring-projects/spring-framework/issues/31339;>#31339
   Incorrect reference information about CGLIB supported method visibility 
https://redirect.github.com/spring-projects/spring-framework/issues/31311;>#31311
   
   :hammer: Dependency Upgrades
   
   Upgrade to Reactor 2020.0.38 https://redirect.github.com/spring-projects/spring-framework/issues/31584;>#31584
   
   
   
   
   Commits
   
   https://github.com/spring-projects/spring-framework/commit/8c85c3166c4f9ee6b77862da2229e94162c7cc43;>8c85c31
 Release v5.3.31
   https://github.com/spring-projects/spring-framework/commit/b28a5f858c6fd62aec02255d3a3b70b545d52cf8;>b28a5f8
 Upgrade to Reactor 2020.0.38 and Netty 4.1.101
   https://github.com/spring-projects/spring-framework/commit/e660859ec3718df05b57657a1c23d4d5a2455043;>e660859
 Consistent ordering of overloaded operations
   https://github.com/spring-projects/spring-framework/commit/a6ab308cf40b38897edbc4e54e3306829ff14aae;>a6ab308
 Fix wrong nullability requirement
   https://github.com/spring-projects/spring-framework/commit/c489234cc2f3eb70b218005168c5fc6dce4c592a;>c489234
 Polish contribution
   https://github.com/spring-projects/spring-framework/commit/af593588d3b07dd3bd45bb7c3ad36c44966c0d34;>af59358
 Avoid duplicate resources in PathMatchingResourcePatternResolver on 
Windows
   https://github.com/spring-projects/spring-framework/commit/75193b2e8460c42c7f89b40e21f43e284a5edf3d;>75193b2
 Upgrade to Log4J 2.21.1, Tomcat 9.0.82, Jetty 9.4.53, Undertow 2.2.28, Netty 
...
   https://github.com/spring-projects/spring-framework/commit/f97e819c9e55d9260df4f330d6a50f816a6b23de;>f97e819
 Log4jLog re-resolves ExtendedLogger on deserialization
   https://github.com/spring-projects/spring-framework/commit/f8e1ce307426ab9b5bd7183874029d9eab4fb621;>f8e1ce3
 Check for procedure vs function constants in CallMetaDataContext
   

[jira] [Resolved] (TOBAGO-2239) Add custom event support for sheet row selection

2023-11-16 Thread Bernd Bohmann (Jira)


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

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

> Add custom event support for sheet row selection
> 
>
> Key: TOBAGO-2239
> URL: https://issues.apache.org/jira/browse/TOBAGO-2239
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 5.8.0
>Reporter: Carsten Dimmek
>Assignee: Bernd Bohmann
>Priority: Major
> Fix For: 5.9.0, 6.1.0
>
>
> It might be better to add support for a Custom Selection Event.



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


Re: [PR] feat(sheet): custom event support for sheet row selection [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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(sheet): custom event support for sheet row selection [myfaces-tobago]

2023-11-16 Thread via GitHub


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

   issue: TOBAGO-2239  
   
   (cherry picked from commit 653eb4fa322427c5617b2018b1e95148afd445ca)


-- 
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(sheet): custom event support for sheet row selection [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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.owasp:dependency-check-maven from 8.4.2 to 8.4.3 [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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.owasp:dependency-check-maven from 8.4.2 to 8.4.3 [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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-dev): bump testcontainers.version from 1.19.1 to 1.19.2 [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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.owasp:dependency-check-maven from 8.4.2 to 8.4.3 [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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-dev): bump testcontainers.version from 1.19.1 to 1.19.2 [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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.owasp:dependency-check-maven from 8.4.2 to 8.4.3 [myfaces-tobago]

2023-11-16 Thread via GitHub


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


-- 
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-2261) Sorting or Searching breaks sheet in case of lazy loading

2023-11-16 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2261:
--

 Summary: Sorting or Searching breaks sheet in case of lazy loading
 Key: TOBAGO-2261
 URL: https://issues.apache.org/jira/browse/TOBAGO-2261
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 6.0.0, 5.8.0
Reporter: Marcus Kroeger


When using Sheet Component with lazy loading set to "true" values get loaded on 
demand by scrolling the content.

Using sorting reduce to only part of the total.

When searching in this list the values get reduced correctly, removing the 
search string will result in only showing reduced part of total values.



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