TCK Challenge: HasConversationScopeTest
See original GitHub issueSince @ConversationScoped
is optional for an MP platform implementation, I suggest moving the following TCK test org.eclipse.microprofile.rest.client.tck.cditests.HasConversationScopeTest
also to an optional suite, so it is not required for an implementation to pass such test if it doesn’t support @ConversationScoped
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Quarkus MicroProfile 2.7.2.Final · Issue #247 - GitHub
TCK Challenge : HasConversationScopeTest microprofile-rest-client#330. Any Additional Specification Certification Requirements:
Read more >Paradox of the TCK: Advantages and Challenges
Below is an infographic detailing the paradoxical personality characteristics of a TCK and how being a TCK is both challenging and advantageous.
Read more >What Challenges Do Third Culture Kids (TCK) Face?
The challenges that TCK face are complex, but they're not insurmountable. Today, we will take a close look at some of the challenges...
Read more >Benefits and challenges of TCK life - ExpatChild
Third Culture Kids (TCK) have a unique life with many benefits and also challenges, especially in their concept of 'home'.
Read more >XLS throws RecordFormatException: Unable to construct record ...
[BUG] action-hosting-deploy fails with Node v12, 5, 2022-05-18, 2022-08-09. TCK Challenge: HasConversationScopeTest, 5, 2021-09-20, 2022-08-14.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
BTW, I believe the same applies to
HasSessionScopeTest
: https://jakarta.ee/specifications/cdi/3.0/jakarta-cdi-spec-3.0.html#session_context_eeSure. I just want a way to not fail the TCK if I don’t have a Servlet implementation 😃