quarkus-http icon indicating copy to clipboard operation
quarkus-http copied to clipboard

Results 22 quarkus-http issues
Sort by recently updated
recently updated
newest added

Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 3.1.5 to 4.8.5.0. Release notes Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.8.5.0 Support spotbugs 4.8.5.0 Dependency and plugin general updates Maven wrapper update to 3.3.1 Spotbugs...

dependencies

Bumps `version.netty` from 4.1.108.Final to 4.1.109.Final. Updates `io.netty:netty-buffer` from 4.1.108.Final to 4.1.109.Final Commits 43455df [maven-release-plugin] prepare release netty-4.1.109.Final b9af2e6 Utilize ByteBuf#indexOf (#13974) 9f44b97 Fix DefaultChannelId#asLongText NPE (#13971) eb48822 chore: remove...

dependencies

Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 3.6 to 5.2.0. Release notes Sourced from org.easymock:easymock's releases. 5.2.0 Fixes problems with Java 17 for mocks in different modules. Also fixes the source jar that was...

dependencies

Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 1.4.197 to 2.2.224. Release notes Sourced from com.h2database:h2's releases. version-2.2.224 Patch release to fix Issue #3883 Performance regression in 2.2.222 version-2.2.222 Version 2.2.220 Changes since 2.1.214 release:...

dependencies

From https://github.com/undertow-io/undertow/pull/875 1. Thread T1 calls decrementRequests. Shutdown is false, so this thread will follow the 'else' path in preparation for decrementAndGet 2. Thread T2 calls shutdown. Increments from 1...

Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...

dependencies

Bumps [org.apache.directory.server:apacheds-all](https://github.com/apache/directory-server) from 2.0.0-M15 to 2.0.0.AM27. Commits 5f01dc4 [maven-release-plugin] prepare release 2.0.0.AM27 dfd7cce Added two missing license header 20dbfdc [maven-release-plugin] rollback the release of 2.0.0.AM27 401e0ea [maven-release-plugin] prepare for next...

dependencies

Updates the allMethodsMatcher to lookup templates using the match method instead of get in order to normalize the input. Previously registration would throw an exception when routes were added for...

This change results in adherance to the servlet 4.0 specification in which any path match is used prior to extension matches. From https://github.com/undertow-io/undertow/pull/1038 includes both 1f36d68628b0398edc1302f714aa88364acd5e5b and fc1db053d3e3a8a5948a891f7842be7ce74b2dfb

Since undertow version 2.1.0.Final (feature UNDERTOW-1600), Undertow supports `SameSite=None` attributes in cookies, through the `SameSiteCookieHandler`. Unfortunately, it seems that quarkus-http has been left behind with undertow's latest developments. Are there...