[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3952: build(deps): bump checkstyle-rules from 22-SNAPSHOT to 22

2023-04-04 Thread via GitHub


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

   Bumps checkstyle-rules from 22-SNAPSHOT to 22.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.myfaces.buildtools:checkstyle-rules&package-manager=maven&previous-version=22-SNAPSHOT&new-version=22)](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 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



[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3951: build(deps-dev): bump testcontainers.version from 1.17.6 to 1.18.0

2023-04-04 Thread via GitHub


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

   Bumps `testcontainers.version` from 1.17.6 to 1.18.0.
   Updates `testcontainers` from 1.17.6 to 1.18.0
   
   Release notes
   Sourced from https://github.com/testcontainers/testcontainers-java/releases";>testcontainers's
 releases.
   
   1.18.0
   What's Changed
   
   Accept localstack/localstack-pro image name (https://redirect.github.com/testcontainers/testcontainers-java/issues/6836";>#6836)
 https://github.com/eddumelendez";>@​eddumelendez
   Add support for LocalStack v2 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6808";>#6808)
 https://github.com/eddumelendez";>@​eddumelendez
   Add combine-pr workflow (https://redirect.github.com/testcontainers/testcontainers-java/issues/6831";>#6831)
 https://github.com/eddumelendez";>@​eddumelendez
   Update auto-service version to 1.0.1 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6721";>#6721)
 https://github.com/eddumelendez";>@​eddumelendez
   Upgrade gradle version to 8.0.1 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6656";>#6656)
 https://github.com/eddumelendez";>@​eddumelendez
   Add workflow to update base version used by japicmp (https://redirect.github.com/testcontainers/testcontainers-java/issues/6407";>#6407)
 https://github.com/eddumelendez";>@​eddumelendez
   Configure concurrency for ci workflows (https://redirect.github.com/testcontainers/testcontainers-java/issues/6312";>#6312)
 https://github.com/eddumelendez";>@​eddumelendez
   [doc] Fix HiveMQ EE image name and tag (https://redirect.github.com/testcontainers/testcontainers-java/issues/6225";>#6225)
 https://github.com/nandorsoma";>@​nandorsoma
   Update spring boot version to 2.7.6 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6278";>#6278)
 https://github.com/eddumelendez";>@​eddumelendez
   Feature/neo4j defaults (https://redirect.github.com/testcontainers/testcontainers-java/issues/6154";>#6154)
 https://github.com/meistermeier";>@​meistermeier
   
   ⚠️ Breaking API changes
   
   Removed deprecated methods and undeclared transitive dependency to AWS 
SDK v1 (https://redirect.github.com/testcontainers/testcontainers-java/issues/5827";>#5827)
 https://github.com/AB-xdev";>@​AB-xdev
   Move junit-jupiter-api's dependency configuration to implementation (https://redirect.github.com/testcontainers/testcontainers-java/issues/5985";>#5985)
 https://github.com/edysli";>@​edysli
   
   🚀 Features & Enhancements
   
   Improve startup wait checks (https://redirect.github.com/testcontainers/testcontainers-java/issues/6384";>#6384)
 https://github.com/deejgregor";>@​deejgregor
   Add tc. prefix to container logger names (https://redirect.github.com/testcontainers/testcontainers-java/issues/6781";>#6781)
 https://github.com/eddumelendez";>@​eddumelendez
   Add sharding support to MongoDBContainer (https://redirect.github.com/testcontainers/testcontainers-java/issues/6727";>#6727)
 https://github.com/evanchooly";>@​evanchooly
   Add Jib integration (https://redirect.github.com/testcontainers/testcontainers-java/issues/5623";>#5623)
 https://github.com/eddumelendez";>@​eddumelendez
   [junit-jupiter] Add parallel attribute to @Testcontainers 
(https://redirect.github.com/testcontainers/testcontainers-java/issues/6658";>#6658)
 https://github.com/samed-bicer";>@​samed-bicer
   https://redirect.github.com/testcontainers/testcontainers-java/issues/6667";>#6667:
 reset network creation state if network creation fails. (https://redirect.github.com/testcontainers/testcontainers-java/issues/6668";>#6668)
 https://github.com/k-wall";>@​k-wall
   [Feature]: ShellStrategy, a new WaitStrategy (https://redirect.github.com/testcontainers/testcontainers-java/issues/6672";>#6672)
 https://github.com/m4rii0";>@​m4rii0
   feat: also check DOCKER_AUTH_CONFIG for registry auth config as an 
alternative to config.json (https://redirect.github.com/testcontainers/testcontainers-java/issues/6238";>#6238)
 https://github.com/roseo1";>@​roseo1
   Kafka Kraft Support (https://redirect.github.com/testcontainers/testcontainers-java/issues/6129";>#6129)
 https://github.com/danielpetisme";>@​danielpetisme
   Ensure readability of MySQL and MariaDB config override (https://redirect.github.com/testcontainers/testcontainers-java/issues/6625";>#6625)
 https://github.com/famod";>@​famod
   Bugfix: Log consumers are now called with exactly one complete log line 
(https://redirect.github.com/testcontainers/testcontainers-java/issues/5854";>#5854)
 https://github.com/SgtSilvio";>@​SgtSilvio
   Make Localstack services optional. (https://redirect.github.com/testcontainers/testcontainers-java/issues/6430";>#6430)
 https://github.com/maciejwalkowiak";>@​maciejwalkowiak
   [CockroachDB] Support setting a username/password/database (https://redirect.github.com/testcontainers/testcontainers-java/issues/6448";>#6448)
 https://gith

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3949: build(deps): bump checkstyle-rules from 21 to 22

2023-04-04 Thread via GitHub


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

   Bumps checkstyle-rules from 21 to 22.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.myfaces.buildtools:checkstyle-rules&package-manager=maven&previous-version=21&new-version=22)](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 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



[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3950: build(deps-dev): bump testcontainers.version from 1.17.6 to 1.18.0

2023-04-04 Thread via GitHub


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

   Bumps `testcontainers.version` from 1.17.6 to 1.18.0.
   Updates `testcontainers` from 1.17.6 to 1.18.0
   
   Release notes
   Sourced from https://github.com/testcontainers/testcontainers-java/releases";>testcontainers's
 releases.
   
   1.18.0
   What's Changed
   
   Accept localstack/localstack-pro image name (https://redirect.github.com/testcontainers/testcontainers-java/issues/6836";>#6836)
 https://github.com/eddumelendez";>@​eddumelendez
   Add support for LocalStack v2 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6808";>#6808)
 https://github.com/eddumelendez";>@​eddumelendez
   Add combine-pr workflow (https://redirect.github.com/testcontainers/testcontainers-java/issues/6831";>#6831)
 https://github.com/eddumelendez";>@​eddumelendez
   Update auto-service version to 1.0.1 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6721";>#6721)
 https://github.com/eddumelendez";>@​eddumelendez
   Upgrade gradle version to 8.0.1 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6656";>#6656)
 https://github.com/eddumelendez";>@​eddumelendez
   Add workflow to update base version used by japicmp (https://redirect.github.com/testcontainers/testcontainers-java/issues/6407";>#6407)
 https://github.com/eddumelendez";>@​eddumelendez
   Configure concurrency for ci workflows (https://redirect.github.com/testcontainers/testcontainers-java/issues/6312";>#6312)
 https://github.com/eddumelendez";>@​eddumelendez
   [doc] Fix HiveMQ EE image name and tag (https://redirect.github.com/testcontainers/testcontainers-java/issues/6225";>#6225)
 https://github.com/nandorsoma";>@​nandorsoma
   Update spring boot version to 2.7.6 (https://redirect.github.com/testcontainers/testcontainers-java/issues/6278";>#6278)
 https://github.com/eddumelendez";>@​eddumelendez
   Feature/neo4j defaults (https://redirect.github.com/testcontainers/testcontainers-java/issues/6154";>#6154)
 https://github.com/meistermeier";>@​meistermeier
   
   ⚠️ Breaking API changes
   
   Removed deprecated methods and undeclared transitive dependency to AWS 
SDK v1 (https://redirect.github.com/testcontainers/testcontainers-java/issues/5827";>#5827)
 https://github.com/AB-xdev";>@​AB-xdev
   Move junit-jupiter-api's dependency configuration to implementation (https://redirect.github.com/testcontainers/testcontainers-java/issues/5985";>#5985)
 https://github.com/edysli";>@​edysli
   
   🚀 Features & Enhancements
   
   Improve startup wait checks (https://redirect.github.com/testcontainers/testcontainers-java/issues/6384";>#6384)
 https://github.com/deejgregor";>@​deejgregor
   Add tc. prefix to container logger names (https://redirect.github.com/testcontainers/testcontainers-java/issues/6781";>#6781)
 https://github.com/eddumelendez";>@​eddumelendez
   Add sharding support to MongoDBContainer (https://redirect.github.com/testcontainers/testcontainers-java/issues/6727";>#6727)
 https://github.com/evanchooly";>@​evanchooly
   Add Jib integration (https://redirect.github.com/testcontainers/testcontainers-java/issues/5623";>#5623)
 https://github.com/eddumelendez";>@​eddumelendez
   [junit-jupiter] Add parallel attribute to @Testcontainers 
(https://redirect.github.com/testcontainers/testcontainers-java/issues/6658";>#6658)
 https://github.com/samed-bicer";>@​samed-bicer
   https://redirect.github.com/testcontainers/testcontainers-java/issues/6667";>#6667:
 reset network creation state if network creation fails. (https://redirect.github.com/testcontainers/testcontainers-java/issues/6668";>#6668)
 https://github.com/k-wall";>@​k-wall
   [Feature]: ShellStrategy, a new WaitStrategy (https://redirect.github.com/testcontainers/testcontainers-java/issues/6672";>#6672)
 https://github.com/m4rii0";>@​m4rii0
   feat: also check DOCKER_AUTH_CONFIG for registry auth config as an 
alternative to config.json (https://redirect.github.com/testcontainers/testcontainers-java/issues/6238";>#6238)
 https://github.com/roseo1";>@​roseo1
   Kafka Kraft Support (https://redirect.github.com/testcontainers/testcontainers-java/issues/6129";>#6129)
 https://github.com/danielpetisme";>@​danielpetisme
   Ensure readability of MySQL and MariaDB config override (https://redirect.github.com/testcontainers/testcontainers-java/issues/6625";>#6625)
 https://github.com/famod";>@​famod
   Bugfix: Log consumers are now called with exactly one complete log line 
(https://redirect.github.com/testcontainers/testcontainers-java/issues/5854";>#5854)
 https://github.com/SgtSilvio";>@​SgtSilvio
   Make Localstack services optional. (https://redirect.github.com/testcontainers/testcontainers-java/issues/6430";>#6430)
 https://github.com/maciejwalkowiak";>@​maciejwalkowiak
   [CockroachDB] Support setting a username/password/database (https://redirect.github.com/testcontainers/testcontainers-java/issues/6448";>#6448)
 https://gith

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3948: build(deps): bump checkstyle-rules from 21 to 22

2023-04-04 Thread via GitHub


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

   Bumps checkstyle-rules from 21 to 22.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.myfaces.buildtools:checkstyle-rules&package-manager=maven&previous-version=21&new-version=22)](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 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



[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3947: build(deps): bump checkstyle-rules from 21 to 22

2023-04-04 Thread via GitHub


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

   Bumps checkstyle-rules from 21 to 22.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.myfaces.buildtools:checkstyle-rules&package-manager=maven&previous-version=21&new-version=22)](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 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



Result: [VOTE] Release Tobago 5.6.1 and checkstyle-rules 22

2023-04-04 Thread Udo Schnurpfeil

Hi,

thank you for checking and voting for the releases. The result is

+1

Henning Nöth
Bernd Bohmann
Werner Punz

so I will proceed with the next steps for the releases.

Regards,

Udo

Am 03.04.23 um 14:45 schrieb Werner Punz:

+1

Werner

Bernd Bohmann  schrieb am Mo. 3. Apr. 2023 um 14:28:

Here is my +1

Regards Bernd

Henning Nöth  schrieb am Mo., 3. Apr.
2023, 11:23:

+1

Am 01.04.23 um 00:55 schrieb Udo Schnurpfeil:
> Hello,
>
> we would like to release:
> * Tobago 5.6.1
> * checkstyle-rules 22
>
> The artifacts were deployed on nexus repository for binary
and source
> packages:
> * Tobago 5.6.1 [1] & checkstyle-rules 22 [2]
>
> The release notes are in Jira:
> * Tobago 5.6.1 [3]
>
> The artifacts are available at the staging repository
(Nexus) at:
>
> * Tobago 5.6.1 [4] (sha-256
>
5ba3dcf863569fd9cfaac8fff6d96f3a11babdd5506c727c555dad7f1b9c6ab6)
> * checkstyle-rules 22 [5] (sha-256
>
9ad9aa4a0ab4cc2eb0d23d4c5b7d405f62998a6ecc0ce29a7bc2d2fc5b3e7b0c)
>
> Please vote now! (The vote is open for 72h.)
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Regards,
>
> Udo
>
> [1]
>
https://repository.apache.org/content/repositories/orgapachemyfaces-1227
> [1]
>
https://repository.apache.org/content/repositories/orgapachemyfaces-1226
> [2]
https://issues.apache.org/jira/projects/TOBAGO/versions/12353083
> [3]
>

https://repository.apache.org/content/repositories/orgapachemyfaces-1227/org/apache/myfaces/tobago/tobago/5.6.1/tobago-5.6.1-source-release.zip
> [4]
>

https://repository.apache.org/content/repositories/orgapachemyfaces-1226/org/apache/myfaces/buildtools/checkstyle-rules/22/checkstyle-rules-22-source-release.zip
>
>
>
>


[GitHub] [myfaces-tobago] henningn merged pull request #3809: build(deps): bump snakeyaml from 1.33 to 2.0

2023-04-04 Thread via GitHub


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


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