[PR] build(deps-dev): bump testcontainers.version from 1.19.7 to 1.19.8 [myfaces-tobago]

2024-05-09 Thread via GitHub
dependabot[bot] opened a new pull request, #5123: URL: https://github.com/apache/myfaces-tobago/pull/5123 Bumps `testcontainers.version` from 1.19.7 to 1.19.8. Updates `org.testcontainers:testcontainers` from 1.19.7 to 1.19.8 Release notes Sourced from https://github.com/testcont

[jira] [Commented] (MYFACES-4654) Investigate Jakarta Schema Xsd Files Updates for 4.1

2024-05-09 Thread Volodymyr Siedlecki (Jira)
[ https://issues.apache.org/jira/browse/MYFACES-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845038#comment-17845038 ] Volodymyr Siedlecki commented on MYFACES-4654: -- Looks like only bean.xml i

Re: [PR] MYFACES-4665: Implement BeforeDestroyed [5.0] [myfaces]

2024-05-09 Thread via GitHub
volosied merged PR #713: URL: https://github.com/apache/myfaces/pull/713 -- 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.

[jira] [Resolved] (MYFACES-4665) @BeforeDestroyed Not Implemented for 4.1

2024-05-09 Thread Volodymyr Siedlecki (Jira)
[ https://issues.apache.org/jira/browse/MYFACES-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Siedlecki resolved MYFACES-4665. -- Resolution: Fixed > @BeforeDestroyed Not Implemented for 4.1 > --

Re: [PR] MYFACES-4637 : Encode Java Records to JSON [5.0] [myfaces]

2024-05-09 Thread via GitHub
volosied merged PR #712: URL: https://github.com/apache/myfaces/pull/712 -- 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.

[PR] MYFACES-4665: Implement BeforeDestroyed [5.0] [myfaces]

2024-05-09 Thread via GitHub
volosied opened a new pull request, #713: URL: https://github.com/apache/myfaces/pull/713 (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-mai

Re: [PR] MYFACES-4665: Implement BeforeDestroyed [myfaces]

2024-05-09 Thread via GitHub
volosied merged PR #710: URL: https://github.com/apache/myfaces/pull/710 -- 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.

[PR] MYFACES-4637 : Encode Java Records to JSON [5.0] [myfaces]

2024-05-09 Thread via GitHub
volosied opened a new pull request, #712: URL: https://github.com/apache/myfaces/pull/712 (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-mai

Re: [PR] MYFACES-4637: Encode Java Records to JSON [myfaces]

2024-05-09 Thread via GitHub
volosied merged PR #711: URL: https://github.com/apache/myfaces/pull/711 -- 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.

Re: [PR] [DRAFT] MYFACES-4637: Encode Java Records to JSON [myfaces]

2024-05-09 Thread via GitHub
melloware commented on PR #711: URL: https://github.com/apache/myfaces/pull/711#issuecomment-2102848101 Slick! -- 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 unsubscrib

Re: [PR] [DRAFT] MYFACES-4637: Encode Java Records to JSON [myfaces]

2024-05-09 Thread via GitHub
volosied commented on PR #711: URL: https://github.com/apache/myfaces/pull/711#issuecomment-2102797966 @melloware Take a look at the new code -- I used a Record Specific class to get the fields. https://download.java.net/java/early_access/panama/docs/api/java.base/java/lang/reflect/

Re: [PR] [DRAFT] MYFACES-4637: Encode Java Records to JSON [myfaces]

2024-05-09 Thread via GitHub
melloware commented on code in PR #711: URL: https://github.com/apache/myfaces/pull/711#discussion_r1595338968 ## impl/src/main/java/org/apache/myfaces/push/Json.java: ## @@ -111,12 +112,45 @@ else if (object instanceof Class) { encode(((Class) object).getN

Re: [PR] [DRAFT] MYFACES-4637: Encode Java Records to JSON [myfaces]

2024-05-09 Thread via GitHub
melloware commented on code in PR #711: URL: https://github.com/apache/myfaces/pull/711#discussion_r1595338303 ## impl/src/main/java/org/apache/myfaces/push/Json.java: ## @@ -111,12 +112,45 @@ else if (object instanceof Class) { encode(((Class) object).getN