-
Notifications
You must be signed in to change notification settings - Fork 264
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
ClassNotFoundException: org.zalando.fauxpas.ThrowingConsumer #333
Comments
So, why do i get this error, and if I add it as an explicit dependency, the error is gone?
|
As a follow up:
So, the pom of that library seems to be somewhat inconsistend |
Ah yes, that's right. For 0.7.1 I tried the release approach described in https://axelfontaine.com/blog/dead-burried.html. As highlighted in the comments, it has the undesired side effect of leaving ?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.zalando</groupId>
<artifactId>faux-pas</artifactId>
<version>${revision}</version> 0.8.0 or higher doesn't suffer from this, since we reverted the change to the release script. I added a hint to the release notes for 0.7.1. |
With a switch to version 1.9 I get a ClassNotFoundException: org.zalando.fauxpas.ThrowingConsumer error, when using LogBook.
compile('org.zalando:logbook-spring-boot-starter:1.9.+')
does not require the org.zalando.fauxpas library
The text was updated successfully, but these errors were encountered: