deltaspike
deltaspike copied to clipboard
Mirror of Apache Deltaspike
Tested this was required at jdk 17. Was not at jdk 8. Assuming its jdk9+ issue but didn't further confirm. Was originally part of #124 with further information there.
Bumps tomcat-embed-core from 7.0.54 to 7.0.107. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 8.1.9.v20130131 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
Adds default converts for the following types: * java.awt.Color * java.awt.Dimension * java.awt.Point * java.io.File * java.net.InetAddress * java.net.URI * java.net.URL * java.time.Duration * java.time.Instant * java.time.Period * java.util.Locale *...
Firefox complains about the missing flag, and announces, that the Cookie "will be soon rejected". Enforcing SameSite=Strict in JavaScript (as already done on server side makes Firefox happy, and hence...
Adds a new module under `org.apache.deltaspike.modules:deltaspike-yaml-module-impl`, which includes an implementation of `ConfigSource` for YAML. The new module depends on snakeyaml. The logic was migrated from an external package I wrote...
Change hash and cipher algorithm for security concern
Bumps `jetty.version` from 8.1.9.v20130131 to 9.4.23.v20191118. Updates `jetty-server` from 8.1.9.v20130131 to 9.4.23.v20191118 Commits - [`abbccc6`](https://github.com/eclipse/jetty.project/commit/abbccc65d6cf5e8806dd35881147d618b9b5740b) Updating to version 9.4.23.v20191118 - [`8a30543`](https://github.com/eclipse/jetty.project/commit/8a305438454c36fb0fc0db3447227a75c79ab838) Merge pull request [#4326](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4326) from eclipse/jetty-9.4.x-4325-deprecate-NoSsl-SniX509 - [`f4d387e`](https://github.com/eclipse/jetty.project/commit/f4d387e0d616df5ffa33fbbe5c9ad3e0b842657a) Issue...
Reproducer test case for issues with CLIENTWINDOW mode when using POST from non-JSF page to a JSF one. https://issues.apache.org/jira/browse/DELTASPIKE-1393
Interceptor is not visible for DeltaSpikeProxyInterceptorLookup, so Interceptor detection will fail. By Priority annotation the visibility is elevated to application. Further cleanup of legacy Weld-2.0 specific handling.