javaee8-samples
javaee8-samples copied to clipboard
Java EE 8 Samples
Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.33 to 2.37.0. Release notes Sourced from htmlunit's releases. HtmlUnit-2.37.0 Bugfixes many js improvements done in Rhino CHROME 79 FF52 removed FF68 added HtmlUnit-2.36.0 Bugfixes many js...
ServletMappingTest::testRoot test fails. Assertion check for empty patern, but server return slash: ``` assertTrue(content.contains("Pattern:''")); ``` ``` Content for `http://localhost:8080/d99eed89-7f43-41a8-9792-114ba612a9cd/` : Mapping match:CONTEXT_ROOT Match value:'' Pattern:'/' ``` branch: master (edd3ca2455204c0410ba96420cbb31600c9b6f06) java:...
hi! I'm trying to run jwt on wildfly 14 adding web.xml and beans.xml in the generated war the application starts but authentication does not work. no class is initialized when...
I see in general that the 1.0.Beta-m1 has been replaced with 1.0.Beta3. When I try to use 1.0.Beta3 maven can't resolve. When I try looking at https://mvnrepository.com/artifact/fish.payara.extras for this artifact...
Can we add JSONassert(https://github.com/skyscreamer/JSONassert) for better and consistent JSON assertion?
The test was pointing at https://http2.akamai.com/ to receive a response using the protocol http2. But that website now returns a response using http1.1, so the test is now failing. This...