Skip to content
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

org.postgresql 42.2.2 doesn't thow exception any more. #60

Merged
merged 1 commit into from Nov 25, 2018

Conversation

sebastic
Copy link
Contributor

@sebastic sebastic commented Jun 20, 2018

The postgis-java package failed to build in Debian after libpostgresql-jdbc-java was updated to 42.2.2 because the getParentLogger() method no longer throws an exception.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project postgis-jdbc: Compilation failure
[ERROR] /build/1st/postgis-java-2.2.1/jdbc/src/main/java/org/postgis/DriverWrapper.java:[336,19] getParentLogger() in org.postgis.DriverWrapper cannot override getParentLogger() in org.postgresql.Driver
[ERROR]   overridden method does not throw java.sql.SQLFeatureNotSupportedException
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

See: https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/postgis-java_2.2.1-6.rbuild.log.gz

@phillipross phillipross merged commit d71e4fa into postgis:master Nov 25, 2018
@sebastic sebastic deleted the driverwrapper branch November 25, 2018 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants