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

infrastructure, made the directory layout compatible with how gradle … #1

Merged
merged 1 commit into from
Mar 18, 2018

Conversation

alexanderkjall
Copy link
Collaborator

…expects it, added a gitignore file and upgraded the java version to 1.9 since the latest version of the java.sql2 code uses java.util.concurrent.Flow

…expects it, added a gitignore file and upgraded the java version to 1.9 since the latest version of the java.sql2 code uses java.util.concurrent.Flow
@davecramer
Copy link
Member

I think it actually requires java 10 ?

@alexanderkjall
Copy link
Collaborator Author

It compiles under java 9, but I had to do a pretty ugly hack, I pulled the code from http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2 into the source, but changed the package name to java2.sql2 in order to avoid the class loader block on having package names that start with java.

@davecramer davecramer merged commit e163e97 into pgjdbc:master Mar 18, 2018
@davecramer
Copy link
Member

davecramer commented Mar 18, 2018 via email

@alexanderkjall alexanderkjall deleted the infrastructure-fix branch March 18, 2018 13:27
alexanderkjall pushed a commit to alexanderkjall/pgAdba that referenced this pull request Aug 15, 2018
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.

2 participants