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

Update Gradle dependencies #7365

Merged
merged 47 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7b4a2eb
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
4f809b1
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
54b9e35
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
a6d6554
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
e5a73ce
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
e16a136
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
af34d23
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
25e5db7
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
1393826
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
105a712
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
0ff009c
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
ce31e89
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
52b6fe1
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
f4046be
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
0945240
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
02faaeb
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
97d7a5d
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
6069cdd
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
bee6d41
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
a181eed
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
ec72d43
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
5c0953c
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
f0bcfc8
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
f40c87b
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
8992550
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
da02fb7
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
992fd00
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
c7cf7ff
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
82edfe4
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
683f0ae
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
cafb7c0
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
8e8f211
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
49a3f98
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
87299de
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
c844a45
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
6b93feb
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
5cb9c05
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
ec414f2
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
d858b88
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
8107b25
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
2108133
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
919295b
chore: Update Gradle dependencies
github-actions[bot] Jul 28, 2024
a4c3930
add upper limit to h2database for java 8 tests
vandonr Jul 29, 2024
12c86ab
add bounds on h2 in other places
vandonr Jul 29, 2024
d7dc3f9
forgot to regenerate lockfile
vandonr Jul 30, 2024
1a17267
"fix" spark issue
vandonr Jul 30, 2024
c4c8822
more fixes on h2 version
vandonr Jul 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ io.netty:netty-all:4.1.17.Final=compileClasspath,testCompileClasspath,testRuntim
io.netty:netty-all:4.1.47.Final=test_spark24CompileClasspath,test_spark24RuntimeClasspath
io.netty:netty-all:4.1.68.Final=test_spark32CompileClasspath,test_spark32RuntimeClasspath
io.netty:netty-all:4.1.96.Final=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
io.netty:netty-buffer:4.1.50.Final=test_spark32CompileClasspath,test_spark32RuntimeClasspath
io.netty:netty-buffer:4.1.52.Final=test_spark32CompileClasspath,test_spark32RuntimeClasspath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error we are getting with 4.1.50 is java.lang.NoSuchMethodError: 'void io.netty.buffer.PooledByteBufAllocator.<init>(boolean, int, int, int, int, int, int, boolean)'
This "6 int" constructor was introduced in netty/netty#10267 and is only available in v4.1.52 onwards.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

io.netty:netty-buffer:4.1.96.Final=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
io.netty:netty-codec-http2:4.1.96.Final=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
io.netty:netty-codec-http:4.1.96.Final=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
Expand Down
Loading