[GitHub] [myfaces] volosied commented on a diff in pull request #492: MYFACES-4551: Allow group validation for uiselectone elements

2023-01-20 Thread GitBox
volosied commented on code in PR #492: URL: https://github.com/apache/myfaces/pull/492#discussion_r1082867841 ## api/src/main/java/jakarta/faces/component/UISelectOne.java: ## @@ -69,19 +69,20 @@ public String getFamily() } /** - * Verify that when ever there is

[GitHub] [myfaces] volosied commented on pull request #492: MYFACES-4551: Allow group validation for uiselectone elements

2023-01-20 Thread GitBox
volosied commented on PR #492: URL: https://github.com/apache/myfaces/pull/492#issuecomment-1398707459 Mojarra's steps: 1) MenuRenderer#decodeGroup -- submitted value is set to RIConstants.NO_VALUE ("") -

[GitHub] [myfaces] volosied commented on a diff in pull request #492: MYFACES-4551: Allow group validation for uiselectone elements

2023-01-20 Thread GitBox
volosied commented on code in PR #492: URL: https://github.com/apache/myfaces/pull/492#discussion_r1082861220 ## impl/src/main/java/org/apache/myfaces/renderkit/RendererUtils.java: ## @@ -693,17 +693,25 @@ else if (allowNonArrayOrCollectionValue) public static Object

[GitHub] [myfaces] volosied opened a new pull request, #492: MYFACES-4551: Allow group validation for uiselectone elements

2023-01-20 Thread GitBox
volosied opened a new pull request, #492: URL: https://github.com/apache/myfaces/pull/492 https://issues.apache.org/jira/browse/MYFACES-4551 Various scenarios tested in the TCK, see:

[GitHub] [myfaces-tobago] bohmber merged pull request #3691: build(deps): bump joinfaces.version from 4.7.7 to 4.7.8

2023-01-20 Thread GitBox
bohmber merged PR #3691: URL: https://github.com/apache/myfaces-tobago/pull/3691 -- 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:

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3691: build(deps): bump joinfaces.version from 4.7.7 to 4.7.8

2023-01-20 Thread GitBox
dependabot[bot] opened a new pull request, #3691: URL: https://github.com/apache/myfaces-tobago/pull/3691 Bumps `joinfaces.version` from 4.7.7 to 4.7.8. Updates `joinfaces-autoconfigure` from 4.7.7 to 4.7.8 Release notes Sourced from

[GitHub] [myfaces-tobago] bohmber merged pull request #3690: build(deps): bump spring-boot.version from 2.7.7 to 2.7.8

2023-01-20 Thread GitBox
bohmber merged PR #3690: URL: https://github.com/apache/myfaces-tobago/pull/3690 -- 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:

[GitHub] [myfaces] pnicolucci commented on a diff in pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
pnicolucci commented on code in PR #484: URL: https://github.com/apache/myfaces/pull/484#discussion_r1081647278 ## impl/src/main/java/org/apache/myfaces/component/validate/ValidateWholeBeanComponent.java: ## @@ -55,6 +62,79 @@ public void addValidator(Validator validator)

[GitHub] [myfaces] melloware commented on a diff in pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
melloware commented on code in PR #484: URL: https://github.com/apache/myfaces/pull/484#discussion_r1081643678 ## impl/src/main/java/org/apache/myfaces/component/validate/ValidateWholeBeanComponent.java: ## @@ -55,6 +62,79 @@ public void addValidator(Validator validator)

[GitHub] [myfaces] volosied commented on a diff in pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
volosied commented on code in PR #484: URL: https://github.com/apache/myfaces/pull/484#discussion_r1081638859 ## impl/src/main/java/org/apache/myfaces/component/validate/ValidateWholeBeanComponent.java: ## @@ -55,6 +62,79 @@ public void addValidator(Validator validator)

[GitHub] [myfaces] tandraschko commented on a diff in pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
tandraschko commented on code in PR #484: URL: https://github.com/apache/myfaces/pull/484#discussion_r1081560352 ## impl/src/main/java/org/apache/myfaces/component/validate/ValidateWholeBeanComponent.java: ## @@ -55,6 +62,79 @@ public void addValidator(Validator validator)

[GitHub] [myfaces] melloware commented on pull request #490: MYFACES-4547: return new DefaultVariableMapper if variableMapper is null

2023-01-19 Thread GitBox
melloware commented on PR #490: URL: https://github.com/apache/myfaces/pull/490#issuecomment-1397284105 Yep will do. -- 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

[GitHub] [myfaces] volosied commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
volosied commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1397250048 We would need to address that via a TCK challenge since Mojarra checks it by default. But I agree that that this check makes sense during development, not production. -- This

[GitHub] [myfaces] tandraschko commented on pull request #490: MYFACES-4547: return new DefaultVariableMapper if variableMapper is null

2023-01-19 Thread GitBox
tandraschko commented on PR #490: URL: https://github.com/apache/myfaces/pull/490#issuecomment-1397247618 @melloware if you merge PRs, please always update the JIRA issues -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [myfaces] tandraschko commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
tandraschko commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1397245565 i should we should also only check this if projecstage == development -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3690: build(deps): bump spring-boot.version from 2.7.7 to 2.7.8

2023-01-19 Thread GitBox
dependabot[bot] opened a new pull request, #3690: URL: https://github.com/apache/myfaces-tobago/pull/3690 Bumps `spring-boot.version` from 2.7.7 to 2.7.8. Updates `spring-boot` from 2.7.7 to 2.7.8 Release notes Sourced from

[GitHub] [myfaces] volosied commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
volosied commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1397208218 Indented some of the nested statements / blocks so it should look better. Will merge once the CI build completes. -- This is an automated message from the Apache Git Service. To

[GitHub] [myfaces] volosied commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
volosied commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1397205447 Not a fan of the formatting either, but I get check style exceptions if the bracket's aren't on a new line. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [myfaces] melloware merged pull request #490: MYFACES-4547: return new DefaultVariableMapper if variableMapper is null

2023-01-19 Thread GitBox
melloware merged PR #490: URL: https://github.com/apache/myfaces/pull/490 -- 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:

[GitHub] [myfaces] tandraschko commented on pull request #490: MYFACES-4547: return new DefaultVariableMapper if variableMapper is null

2023-01-19 Thread GitBox
tandraschko commented on PR #490: URL: https://github.com/apache/myfaces/pull/490#issuecomment-1397171224 +1 -- 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

[GitHub] [myfaces] werpu closed pull request #491: Feature/myfaces 4466 tck790

2023-01-19 Thread GitBox
werpu closed pull request #491: Feature/myfaces 4466 tck790 URL: https://github.com/apache/myfaces/pull/491 -- 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,

[GitHub] [myfaces] werpu commented on pull request #491: Feature/myfaces 4466 tck790

2023-01-19 Thread GitBox
werpu commented on PR #491: URL: https://github.com/apache/myfaces/pull/491#issuecomment-1397127792 closing it... a pr is not what is needed for further work on this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [myfaces] werpu opened a new pull request, #491: Feature/myfaces 4466 tck790

2023-01-19 Thread GitBox
werpu opened a new pull request, #491: URL: https://github.com/apache/myfaces/pull/491 Do not merge this pull request, but use it for further changes. -- 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

[GitHub] [myfaces] pnicolucci opened a new pull request, #490: MYFACES-4547: return new DefaultVariableMapper if variableMapper is null

2023-01-19 Thread GitBox
pnicolucci opened a new pull request, #490: URL: https://github.com/apache/myfaces/pull/490 https://issues.apache.org/jira/browse/MYFACES-4547 -- 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

[GitHub] [myfaces] tandraschko commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
tandraschko commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1396901570 yep but IMO the myfaces checkstyle is not configured hard enough -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [myfaces] melloware commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
melloware commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1396897303 @tandraschko i thought we had checkstyle on this project? Shouldn't it catch indention issues? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [myfaces] bohmber merged pull request #489: build(ci): fix jenkins build

2023-01-19 Thread GitBox
bohmber merged PR #489: URL: https://github.com/apache/myfaces/pull/489 -- 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:

[GitHub] [myfaces] tandraschko commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-19 Thread GitBox
tandraschko commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1396634133 the indentations are looking bit weird/to small? otherwise +1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [myfaces] bohmber commented on pull request #356: Feature/myfaces 4466 faces.js reimplementation (target 4.0.0 RC4)

2023-01-19 Thread GitBox
bohmber commented on PR #356: URL: https://github.com/apache/myfaces/pull/356#issuecomment-1396619947 I would like to see this merged -- 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

[GitHub] [myfaces-tobago] bohmber merged pull request #3689: chore: fix github build status badges

2023-01-18 Thread GitBox
bohmber merged PR #3689: URL: https://github.com/apache/myfaces-tobago/pull/3689 -- 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:

[GitHub] [myfaces-tobago] bohmber merged pull request #3684: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
bohmber merged PR #3684: URL: https://github.com/apache/myfaces-tobago/pull/3684 -- 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:

[GitHub] [myfaces-tobago] bohmber merged pull request #3685: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
bohmber merged PR #3685: URL: https://github.com/apache/myfaces-tobago/pull/3685 -- 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:

[GitHub] [myfaces-tobago] bohmber merged pull request #3686: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
bohmber merged PR #3686: URL: https://github.com/apache/myfaces-tobago/pull/3686 -- 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:

[GitHub] [myfaces-tobago] bohmber merged pull request #3687: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
bohmber merged PR #3687: URL: https://github.com/apache/myfaces-tobago/pull/3687 -- 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:

[GitHub] [myfaces-tobago] bohmber merged pull request #3688: chore: fix github build status badges

2023-01-18 Thread GitBox
bohmber merged PR #3688: URL: https://github.com/apache/myfaces-tobago/pull/3688 -- 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:

[GitHub] [myfaces] bohmber merged pull request #488: build: rename master to main

2023-01-18 Thread GitBox
bohmber merged PR #488: URL: https://github.com/apache/myfaces/pull/488 -- 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:

[GitHub] [myfaces] bohmber opened a new pull request, #488: build: rename master to main

2023-01-18 Thread GitBox
bohmber opened a new pull request, #488: URL: https://github.com/apache/myfaces/pull/488 INFRA-23518 -- 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,

[GitHub] [myfaces] bohmber merged pull request #487: build(ci): fix it test without provided chromeDriverVersion

2023-01-18 Thread GitBox
bohmber merged PR #487: URL: https://github.com/apache/myfaces/pull/487 -- 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:

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3687: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
dependabot[bot] opened a new pull request, #3687: URL: https://github.com/apache/myfaces-tobago/pull/3687 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.0.0 to 8.0.1. Release notes Sourced from

[GitHub] [myfaces] bohmber merged pull request #486: build(ci): fix rat on jenkins

2023-01-18 Thread GitBox
bohmber merged PR #486: URL: https://github.com/apache/myfaces/pull/486 -- 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:

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3686: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
dependabot[bot] opened a new pull request, #3686: URL: https://github.com/apache/myfaces-tobago/pull/3686 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.0.0 to 8.0.1. Release notes Sourced from

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3684: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
dependabot[bot] opened a new pull request, #3684: URL: https://github.com/apache/myfaces-tobago/pull/3684 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.0.0 to 8.0.1. Release notes Sourced from

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3685: build(deps): bump dependency-check-maven from 8.0.0 to 8.0.1

2023-01-18 Thread GitBox
dependabot[bot] opened a new pull request, #3685: URL: https://github.com/apache/myfaces-tobago/pull/3685 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.0.0 to 8.0.1. Release notes Sourced from

[GitHub] [myfaces] melloware merged pull request #485: build(ci): update arquillian drone to 3.0.0-alpha.7 to support latest chromeDriver package.

2023-01-18 Thread GitBox
melloware merged PR #485: URL: https://github.com/apache/myfaces/pull/485 -- 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:

[GitHub] [myfaces] melloware commented on pull request #485: build(ci): update arquillian drone to 3.0.0-alpha.7 to support latest chromeDriver package.

2023-01-18 Thread GitBox
melloware commented on PR #485: URL: https://github.com/apache/myfaces/pull/485#issuecomment-1387304923 thank you! -- 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

[GitHub] [myfaces] tandraschko commented on a diff in pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-18 Thread GitBox
tandraschko commented on code in PR #484: URL: https://github.com/apache/myfaces/pull/484#discussion_r1073692899 ## impl/src/main/java/org/apache/myfaces/component/validate/ValidateWholeBeanComponent.java: ## @@ -55,6 +62,79 @@ public void addValidator(Validator validator)

[GitHub] [myfaces] bohmber opened a new pull request, #485: build(ci): update arquillian drone to 3.0.0-alpha.7 to support latest chromeDriver package.

2023-01-18 Thread GitBox
bohmber opened a new pull request, #485: URL: https://github.com/apache/myfaces/pull/485 remove graphene it's only supporting an old version of selenium. update selenium and tomcat versions. minor fixes -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [myfaces] volosied commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-18 Thread GitBox
volosied commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1387176556 What do you mean? An exception is thrown in our code already if the project is set to development mode? I tested this, but still received a 200 response? Here's the output:

[GitHub] [myfaces-tobago] henningn merged pull request #3682: docs(selectManyList): filter description

2023-01-18 Thread GitBox
henningn merged PR #3682: URL: https://github.com/apache/myfaces-tobago/pull/3682 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3683: docs(selectManyList): filter description

2023-01-18 Thread GitBox
henningn merged PR #3683: URL: https://github.com/apache/myfaces-tobago/pull/3683 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3670: feat: help/message position

2023-01-18 Thread GitBox
henningn merged PR #3670: URL: https://github.com/apache/myfaces-tobago/pull/3670 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3672: feat: help/message position

2023-01-18 Thread GitBox
henningn merged PR #3672: URL: https://github.com/apache/myfaces-tobago/pull/3672 -- 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:

[GitHub] [myfaces-tobago] henningn opened a new pull request, #3683: docs(selectManyList): filter description

2023-01-18 Thread GitBox
henningn opened a new pull request, #3683: URL: https://github.com/apache/myfaces-tobago/pull/3683 Add a description for filter. -- 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

[GitHub] [myfaces-tobago] henningn opened a new pull request, #3682: docs(selectManyList): filter description

2023-01-18 Thread GitBox
henningn opened a new pull request, #3682: URL: https://github.com/apache/myfaces-tobago/pull/3682 Add a description for filter. -- 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

[GitHub] [myfaces] tandraschko commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-17 Thread GitBox
tandraschko commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1386601234 Actually this is a exception which already fails in development mode I would not increase the buffer size in general for this -- This is an automated message from the Apache

[GitHub] [myfaces] melloware commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-17 Thread GitBox
melloware commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1386142188 Just an FYI Mojarra had a similar recent issue about not respecting FACELETS_BUFFER_SIZE. https://github.com/eclipse-ee4j/mojarra/issues/5164 -- This is an automated message from the

[GitHub] [myfaces] volosied commented on pull request #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-17 Thread GitBox
volosied commented on PR #484: URL: https://github.com/apache/myfaces/pull/484#issuecomment-1386094408 Need to run this against the TCK before merging. Also, the TCK needs to increase the jakarta.faces.FACELETS_BUFFER_SIZE param since we commit the response before the exception. --

[GitHub] [myfaces] volosied opened a new pull request, #484: MYFACES-4550: throw exception if f:validateWholeBean is misplaced

2023-01-17 Thread GitBox
volosied opened a new pull request, #484: URL: https://github.com/apache/myfaces/pull/484 https://issues.apache.org/jira/browse/MYFACES-4550 -- 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

[GitHub] [myfaces] bohmber commented on pull request #483: build(ci): chromedriver version 109.0.5414.25 contains two files.

2023-01-17 Thread GitBox
bohmber commented on PR #483: URL: https://github.com/apache/myfaces/pull/483#issuecomment-1385358820 @bartoszmajsak thanks a lot -- 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

[GitHub] [myfaces] bartoszmajsak commented on pull request #483: build(ci): chromedriver version 109.0.5414.25 contains two files.

2023-01-17 Thread GitBox
bartoszmajsak commented on PR #483: URL: https://github.com/apache/myfaces/pull/483#issuecomment-1385350575 @bohmber FYI I've just released Drone 3.0.0-alpha.7 with the fix for this very issue. It's already available in official JBoss Repository and should be synced with Maven Central

[GitHub] [myfaces] bohmber commented on pull request #483: build(ci): chromedriver version 109.0.5414.25 contains two files.

2023-01-17 Thread GitBox
bohmber commented on PR #483: URL: https://github.com/apache/myfaces/pull/483#issuecomment-1385101065 #https://github.com/arquillian/arquillian-extension-drone/pull/373 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [myfaces-tobago] henningn merged pull request #3677: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
henningn merged PR #3677: URL: https://github.com/apache/myfaces-tobago/pull/3677 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3680: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
henningn merged PR #3680: URL: https://github.com/apache/myfaces-tobago/pull/3680 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3678: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
henningn merged PR #3678: URL: https://github.com/apache/myfaces-tobago/pull/3678 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3679: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
henningn merged PR #3679: URL: https://github.com/apache/myfaces-tobago/pull/3679 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3681: build(deps): bump maven-plugin-annotations from 3.7.0 to 3.7.1

2023-01-16 Thread GitBox
henningn merged PR #3681: URL: https://github.com/apache/myfaces-tobago/pull/3681 -- 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:

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3681: build(deps): bump maven-plugin-annotations from 3.7.0 to 3.7.1

2023-01-16 Thread GitBox
dependabot[bot] opened a new pull request, #3681: URL: https://github.com/apache/myfaces-tobago/pull/3681 Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.7.0 to 3.7.1. Release notes Sourced from

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3680: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
dependabot[bot] opened a new pull request, #3680: URL: https://github.com/apache/myfaces-tobago/pull/3680 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.0.0. Release notes Sourced from

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3679: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
dependabot[bot] opened a new pull request, #3679: URL: https://github.com/apache/myfaces-tobago/pull/3679 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.0.0. Release notes Sourced from

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3678: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
dependabot[bot] opened a new pull request, #3678: URL: https://github.com/apache/myfaces-tobago/pull/3678 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.0.0. Release notes Sourced from

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3677: build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0

2023-01-16 Thread GitBox
dependabot[bot] opened a new pull request, #3677: URL: https://github.com/apache/myfaces-tobago/pull/3677 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.0.0. Release notes Sourced from

[GitHub] [myfaces] bohmber closed pull request #483: build(ci): chromedriver version 109.0.5414.25 contains two files.

2023-01-16 Thread GitBox
bohmber closed pull request #483: build(ci): chromedriver version 109.0.5414.25 contains two files. URL: https://github.com/apache/myfaces/pull/483 -- 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

[GitHub] [myfaces] werpu commented on pull request #475: MYFACES-4545: 4.0 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
werpu commented on PR #475: URL: https://github.com/apache/myfaces/pull/475#issuecomment-1384187957 I have had a look at it quickly for my tck ports, I decided back then against it, because I needed to extend the webdriver. Afair it is a meta layer on top of the webdriver which simplifies

[GitHub] [myfaces] werpu commented on pull request #475: MYFACES-4545: 4.0 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
werpu commented on PR #475: URL: https://github.com/apache/myfaces/pull/475#issuecomment-1384160459 Guys have a look at the chrome manager library https://github.com/bonigarcia/webdrivermanager this takes care of choosing and loading the proper chrome driver! -- This is an

[GitHub] [myfaces] bohmber opened a new pull request, #483: build(ci): chromedriver version 109.0.5414.25 contains two files.

2023-01-16 Thread GitBox
bohmber opened a new pull request, #483: URL: https://github.com/apache/myfaces/pull/483 arquillian try to execute the LICENSE.chromedriver file. Need to stick to the 108 version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [myfaces] bohmber commented on pull request #475: MYFACES-4545: 4.0 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
bohmber commented on PR #475: URL: https://github.com/apache/myfaces/pull/475#issuecomment-1384118186 chromedriver version 109.0.5414.25 contains two files now. `chromedriver LICENSE.chromedriver` that is the reason why the IT test are failing on my local

[GitHub] [myfaces-master-pom] melloware merged pull request #72: Bump maven-pmd-plugin from 3.19.0 to 3.20.0

2023-01-16 Thread GitBox
melloware merged PR #72: URL: https://github.com/apache/myfaces-master-pom/pull/72 -- 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:

[GitHub] [myfaces-master-pom] melloware merged pull request #73: Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2

2023-01-16 Thread GitBox
melloware merged PR #73: URL: https://github.com/apache/myfaces-master-pom/pull/73 -- 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:

[GitHub] [myfaces] werpu merged pull request #482: https://issues.apache.org/jira/browse/MYFACES-4532: Fix for MYFACES-4532

2023-01-16 Thread GitBox
werpu merged PR #482: URL: https://github.com/apache/myfaces/pull/482 -- 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:

[GitHub] [myfaces] werpu merged pull request #481: https://issues.apache.org/jira/browse/MYFACES-4532: Fix for MYFACES-4532

2023-01-16 Thread GitBox
werpu merged PR #481: URL: https://github.com/apache/myfaces/pull/481 -- 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:

[GitHub] [myfaces] werpu merged pull request #480: https://issues.apache.org/jira/browse/MYFACES-4532: Fix for MYFACES-4532

2023-01-16 Thread GitBox
werpu merged PR #480: URL: https://github.com/apache/myfaces/pull/480 -- 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:

[GitHub] [myfaces] werpu merged pull request #479: https://issues.apache.org/jira/browse/MYFACES-4532: Fix for MYFACES-4532

2023-01-16 Thread GitBox
werpu merged PR #479: URL: https://github.com/apache/myfaces/pull/479 -- 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:

[GitHub] [myfaces] tandraschko closed pull request #473: MYFACES-4543: Use Flash Cookies When In Client Window URL Default Mode

2023-01-16 Thread GitBox
tandraschko closed pull request #473: MYFACES-4543: Use Flash Cookies When In Client Window URL Default Mode URL: https://github.com/apache/myfaces/pull/473 -- 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

[GitHub] [myfaces] bohmber commented on pull request #475: MYFACES-4545: 4.0 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
bohmber commented on PR #475: URL: https://github.com/apache/myfaces/pull/475#issuecomment-1383894858 @melloware looks like with new Chrome version there is a problem with the IT test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [myfaces] tandraschko merged pull request #478: MYFACES-4545: 3.0 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
tandraschko merged PR #478: URL: https://github.com/apache/myfaces/pull/478 -- 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:

[GitHub] [myfaces] tandraschko merged pull request #477: MYFACES-4545: 2.3 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
tandraschko merged PR #477: URL: https://github.com/apache/myfaces/pull/477 -- 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:

[GitHub] [myfaces] tandraschko merged pull request #476: MYFACES-4545: 2.3.-next BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
tandraschko merged PR #476: URL: https://github.com/apache/myfaces/pull/476 -- 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:

[GitHub] [myfaces] tandraschko merged pull request #475: MYFACES-4545: 4.0 BeanValidator warning on in Development mode

2023-01-16 Thread GitBox
tandraschko merged PR #475: URL: https://github.com/apache/myfaces/pull/475 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3675: build(deps): bump tomcat.version from 9.0.70 to 9.0.71

2023-01-15 Thread GitBox
henningn merged PR #3675: URL: https://github.com/apache/myfaces-tobago/pull/3675 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3676: build(deps): bump tomcat9.version from 9.0.70 to 9.0.71

2023-01-15 Thread GitBox
henningn merged PR #3676: URL: https://github.com/apache/myfaces-tobago/pull/3676 -- 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:

[GitHub] [myfaces-master-pom] dependabot[bot] opened a new pull request, #73: Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2

2023-01-15 Thread GitBox
dependabot[bot] opened a new pull request, #73: URL: https://github.com/apache/myfaces-master-pom/pull/73 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.1 to 3.4.2. Commits

[GitHub] [myfaces-master-pom] dependabot[bot] opened a new pull request, #72: Bump maven-pmd-plugin from 3.19.0 to 3.20.0

2023-01-15 Thread GitBox
dependabot[bot] opened a new pull request, #72: URL: https://github.com/apache/myfaces-master-pom/pull/72 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.19.0 to 3.20.0. Release notes Sourced from

[GitHub] [myfaces] melloware commented on pull request #475: MYFACES-4545: 4.0 BeanValidator warning on in Production mode

2023-01-14 Thread GitBox
melloware commented on PR #475: URL: https://github.com/apache/myfaces/pull/475#issuecomment-1382727436 @bohmber it looks like the IT tests just started failing with this error.. " IntegrationTest.test ยป Runtime Unable to instantiate Drone via

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3676: build(deps): bump tomcat9.version from 9.0.70 to 9.0.71

2023-01-13 Thread GitBox
dependabot[bot] opened a new pull request, #3676: URL: https://github.com/apache/myfaces-tobago/pull/3676 Bumps `tomcat9.version` from 9.0.70 to 9.0.71. Updates `tomcat-embed-core` from 9.0.70 to 9.0.71 Updates `tomcat-embed-el` from 9.0.70 to 9.0.71 Updates

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request, #3675: build(deps): bump tomcat.version from 9.0.70 to 9.0.71

2023-01-13 Thread GitBox
dependabot[bot] opened a new pull request, #3675: URL: https://github.com/apache/myfaces-tobago/pull/3675 Bumps `tomcat.version` from 9.0.70 to 9.0.71. Updates `tomcat-el-api` from 9.0.70 to 9.0.71 Updates `tomcat-jasper-el` from 9.0.70 to 9.0.71 Dependabot will resolve

[GitHub] [myfaces] tandraschko commented on pull request #473: MYFACES-4543: Use Flash Cookies When In Client Window URL Default Mode

2023-01-13 Thread GitBox
tandraschko commented on PR #473: URL: https://github.com/apache/myfaces/pull/473#issuecomment-1381912442 I would do the following: 1) change your IF to "isUrlMode", also when the user sets it 2) please add a comment and link to the issue number -- This is an automated message from

[GitHub] [myfaces-tobago] henningn merged pull request #3674: feat(demo): messageLayout

2023-01-13 Thread GitBox
henningn merged PR #3674: URL: https://github.com/apache/myfaces-tobago/pull/3674 -- 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:

[GitHub] [myfaces-tobago] henningn merged pull request #3673: feat(demo): messageLayout

2023-01-13 Thread GitBox
henningn merged PR #3673: URL: https://github.com/apache/myfaces-tobago/pull/3673 -- 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:

[GitHub] [myfaces-tobago] henningn opened a new pull request, #3674: feat(demo): messageLayout

2023-01-13 Thread GitBox
henningn opened a new pull request, #3674: URL: https://github.com/apache/myfaces-tobago/pull/3674 * make tc:file required; validator is executed if file selected * add tc:range/tc:stars example -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [myfaces-tobago] henningn opened a new pull request, #3673: feat(demo): messageLayout

2023-01-13 Thread GitBox
henningn opened a new pull request, #3673: URL: https://github.com/apache/myfaces-tobago/pull/3673 * make tc:file required; validator is executed if file selected * add tc:range/tc:stars example -- This is an automated message from the Apache Git Service. To respond to the message,

  1   2   3   4   5   6   7   8   9   10   >