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

fix(java): enable skipped tests for Native Image testing #1234

Merged
merged 25 commits into from
May 26, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
88f4df4
make gax-grpc a test scope dependency
mpeddada1 Apr 22, 2022
c97371d
add resource config
mpeddada1 Apr 22, 2022
89729be
skip tests that use mockito
mpeddada1 Apr 22, 2022
5a31191
fix dependency issue
mpeddada1 Apr 22, 2022
513a769
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Apr 22, 2022
1bf69cc
add gax as main dependency; include supported architectures
mpeddada1 Apr 26, 2022
db0c2a0
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Apr 26, 2022
a43f3d1
fix dependency issue
mpeddada1 Apr 26, 2022
2a89d2d
add documentation; rever unnecessary changes
mpeddada1 May 11, 2022
a95bc9a
add documentation for exclusion
mpeddada1 May 11, 2022
2832a12
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 11, 2022
d474731
resolve conflicts
mpeddada1 May 11, 2022
ed3e773
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 11, 2022
39d9c4a
relocate gax-grpc dependency within pom.xml
mpeddada1 May 11, 2022
582f454
Merge branch 'main' into rename-tests
mpeddada1 May 18, 2022
d84d2be
try making gax-grpc provided
mpeddada1 May 20, 2022
9e29da7
explicitly include netty native image configurations
mpeddada1 May 20, 2022
8365b6e
remove gax from used dep setting
mpeddada1 May 21, 2022
2386fce
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot May 18, 2022
1322931
feat: add build scripts for native image testing in Java 17 (#1440) (…
gcf-owl-bot[bot] May 19, 2022
27f1539
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot May 20, 2022
97784fb
build(fix): add in IT args for graalvm presubmit (#1258)
kolea2 May 20, 2022
73e1c69
Merge branch 'main' into rename-tests
mpeddada1 May 26, 2022
80b82d8
remove netty configs
mpeddada1 May 26, 2022
d8f9224
fix pom.xml
mpeddada1 May 26, 2022
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
Prev Previous commit
Next Next commit
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v2.11.0 (#1253)
renovate-bot authored and mpeddada1 committed May 21, 2022
commit 2386fcef14ec4dc98231deb5fc41fdad38ce0bdd
2 changes: 1 addition & 1 deletion google-cloud-bigtable-deps-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>