Fixing localized composite behavour (main)#365
Closed
cristof wants to merge 986 commits intoapache:2.3.xfrom
Closed
Fixing localized composite behavour (main)#365cristof wants to merge 986 commits intoapache:2.3.xfrom
cristof wants to merge 986 commits intoapache:2.3.xfrom
Conversation
update Quarkus extension to v1.4.2
2.3-next: MYFACES-4450: render tabindex for outputLabel; update test
- reworked channel token generation - new token is generated only if needed (ie new session/view), just one token for application scope - fixed usage of user-specified channel - now also works even in application scope calls - changed default max idle timeout for websockets - according to omnifaces/mojarra spec - specified default websocket scope - according to documentation (session scope for user-specified websocket as default) Co-authored-by: siebenburger <milan.siebenburger@aura.cz>
MYFACES-4474: remove setType validation
MYFACES-4447: avoid UnsupportedOperationException
MYFACES-4480: 2.3-next: Fix NPE TagAttributeImpl#getBoolean
…#347) - only websockets created attached to session scope are removed (not application scope) Co-authored-by: siebenburger <milan.siebenburger@aura.cz>
* MYFACES-4458 for 2.3 next * 2.13.3.Final
Member
|
Something is wrong, you changed over 2000 files |
Contributor
|
I agree. Check which branches you're trying to merge into. This is for main or 2.3-next? |
Contributor
Author
|
Indeed. I've used the wrong branch. I'll close this one and open another pull request pointing to the proper branches. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes MYFACES-4491