Fixed bugs:
- UnsupportedOperationException in LogbookHttpRequestInterceptor with Spring Boot 3.2.2 and Apache Http Client 5 (how to fix test?) #1884
- ktor-client: response replaces request body #1868
- Quarkus Resteasy endpoint returning 500 to client after HEAD request because of Logbook NullPointerException #1384
Merged pull requests:
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 #1952 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 #1951 (dependabot[bot])
- Bump ktor.version from 2.3.12 to 3.0.1 #1949 (dependabot[bot])
- Bump jackson.version from 2.18.0 to 2.18.1 #1948 (dependabot[bot])
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 #1947 (dependabot[bot])
- Bump logback-classic.version from 1.5.11 to 1.5.12 #1946 (dependabot[bot])
- Bump spring-boot.version from 3.3.4 to 3.3.5 #1945 (dependabot[bot])
- Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 #1944 (dependabot[bot])
- Bump junit.version from 5.10.2 to 5.11.3 #1943 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14 #1941 (dependabot[bot])
- Bump io.projectreactor.netty:reactor-netty from 1.1.22 to 1.1.23 #1939 (dependabot[bot])
- Bump logback-classic.version from 1.5.9 to 1.5.11 #1938 (dependabot[bot])
- Bump kotlin.version from 2.0.20 to 2.0.21 #1935 (dependabot[bot])
- Bump io.github.openfeign:feign-core from 13.4 to 13.5 #1933 (dependabot[bot])
- Bump logback-classic.version from 1.5.8 to 1.5.9 #1932 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 #1931 (dependabot[bot])
- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1 #1929 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #1928 (dependabot[bot])
- Bump io.netty:netty-bom from 4.1.113.Final to 4.1.114.Final #1927 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 #1925 (dependabot[bot])
- Bump jackson.version from 2.17.2 to 2.18.0 #1923 (dependabot[bot])
- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre #1919 (dependabot[bot])
- Improve README.md: Define the unit of the max-body-size property #1918 (bwaldvogel)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 #1917 (dependabot[bot])
- Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.9.1 #1916 (dependabot[bot])
- Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final #1915 (dependabot[bot])
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 #1914 (dependabot[bot])
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 #1912 (dependabot[bot])
- Use Grizzly instead of JDK-HTTP to improve test speed by 15X #1910 (msdousti)
- Fix JAX-RS filter NPE for empty entities #1909 (msdousti)
- Bump io.github.openfeign:feign-core from 13.2.1 to 13.4 #1908 (dependabot[bot])
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.1 #1907 (dependabot[bot])
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 #1906 (dependabot[bot])
- Bump spring-boot.version from 3.2.3 to 3.3.4 #1905 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.1.12 to 6.1.13 #1903 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.6 #1902 (dependabot[bot])
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #1901 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 #1900 (dependabot[bot])
- Bump org.hamcrest:hamcrest from 2.2 to 3.0 #1896 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0 #1895 (dependabot[bot])
- Bump ktor.version from 2.3.11 to 2.3.12 #1894 (dependabot[bot])
- Bump slf4j.version from 2.0.13 to 2.0.16 #1893 (dependabot[bot])
- Bump jackson.version from 2.17.1 to 2.17.2 #1892 (dependabot[bot])
- Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 #1891 (dependabot[bot])
- Bump kotlin.version from 2.0.0 to 2.0.20 #1890 (dependabot[bot])
- Bump net.logstash.logback:logstash-logback-encoder from 7.4 to 8.0 #1889 (dependabot[bot])
- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2 #1888 (dependabot[bot])
- Add mandatory properties to .zappr #1886 (kasmarian)
- Close resources in FeignLogbookLogger #1883 (Nazukin-Dmitry)
- Bump com.google.guava:guava from 33.2.0-jre to 33.3.0-jre #1879 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.12 #1878 (dependabot[bot])
- Bump io.projectreactor.netty:reactor-netty from 1.1.19 to 1.1.22 #1877 (dependabot[bot])
- Bump io.netty:netty-bom from 4.1.110.Final to 4.1.112.Final #1872 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 #1871 (dependabot[bot])
- Fix for #1868 - make State subclasses real classes #1869 (noffke)
- Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 #1859 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 #1856 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 #1852 (dependabot[bot])
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 #1850 (dependabot[bot])
Closed issues