Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix embedded web test #24922

Merged
merged 4 commits into from
Apr 17, 2024
Merged

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Apr 17, 2024

  • Quickly refactored the Server class (Eclipse IDE) - imports, generics
  • EmbeddedServerUtils don't print redundant stack traces, don't depend on junit4
  • Reimplemented embedded/web/servlet test
    • Original code ignored errors
    • Original code failed with NPE
    • Original code used internal API
    • Original code used java command from the OS, not from Maven

Signed-off-by: David Matějček <[email protected]>
@dmatej dmatej merged commit f758101 into eclipse-ee4j:master Apr 17, 2024
2 checks passed
@dmatej dmatej deleted the fix-embedded-web-test branch April 17, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants