1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00
Commit Graph

120 Commits

Author SHA1 Message Date
renovate[bot]
fabf46d199 Update actions/upload-artifact action to v6 (#9227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 18:30:30 -05:00
renovate[bot]
59114ec8c5 Update actions/cache action to v5 (#9226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-11 23:49:37 -05:00
renovate[bot]
0ec2a0cc21 Update actions/checkout action to v6 (#9206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 10:26:25 -05:00
Jesse Wilson
5b23df7132 Make the publish action work like Okio's (#9202)
* Make the publish action work like Okio's

* Keep publishing snapshots
2025-11-19 10:45:22 -05:00
renovate[bot]
c3f052fd94 Update mikepenz/action-junit-report action to v6 (#9175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 13:27:27 +00:00
Jesse Wilson
9674bf0d06 Run all the tests in CI (#9178)
* Run all the tests in CI

We haven't been. I would have expected ./gradlew test
to run everything, but it doesn't. We need to explicitly
run jvmTest to get all of our tests to run.

* Use allTests, not jvmTest

* Support Corretto on osx-aarch_64

* Handle the exception message from OpenJDK 21

* Fixup Loom tests

---------

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-11-04 13:33:48 -05:00
renovate[bot]
af8cf3024a Update actions/upload-artifact action to v5 (#9167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-24 19:36:41 -04:00
Yuri Schimke
43f54705ec Change allowedVersions for junit5 to '<5.14.0' 2025-10-11 09:35:05 +01:00
Yuri Schimke
0c133b9c97 revert some Renovate config (#9141)
* revert some Renovate config

* Fix formatting in renovate.json

* Update allowedVersions for junit5 to <=5.14.0
2025-10-11 09:03:14 +01:00
Yuri Schimke
b0186243f9 Update junit configuration in renovate.json (#9138)
* Update junit configuration in renovate.json

avoid major updates

* Add monorepo and recommended groups to Renovate config

* Remove groupName from junit-framework configuration

Removed groupName for junit-framework monorepo.

* Update Renovate config by removing ignored dependencies

Removed ignored dependencies from Renovate configuration.

* Update Renovate configuration to use junit5
2025-10-11 08:27:29 +01:00
Yuri Schimke
2f3491c0fb Run android tests on API 23 (#9128) 2025-10-09 22:15:26 +01:00
renovate[bot]
fa783c3dda Update gradle/actions action to v5 (#9095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-01 18:46:11 -04:00
renovate[bot]
942ba2c48f Update actions/setup-java action to v5 (#9079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 10:14:37 +01:00
renovate[bot]
2893287889 Update actions/checkout action to v5 (#9077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 07:45:35 +01:00
Yuri Schimke
b7290e4db2 Add multi-release jars to enable Java Modules (#8767)
* Add multi-release jars to enable Java Modules
* Fix android tests
* Avoid running module tests on JDK 8
* Add a jlink run task to demonstrate java modules
2025-09-21 07:22:22 +01:00
renovate[bot]
4819ea41fa Update actions/setup-python action to v6 (#9054)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-06 09:03:28 -04:00
renovate[bot]
d7851dedc0 Update actions/setup-java action to v5 (#9029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 08:15:58 +01:00
renovate[bot]
8b74eb4508 Update actions/checkout action to v5 (#9009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 14:10:44 +01:00
Yuri Schimke
8c3a3c98f5 Add a test of keep rules (#8994)
* Add a test of keep rules
2025-08-03 20:38:06 +01:00
Yuri Schimke
e1b2092e0a Reduce flakes by not unit testing in check (#8985) 2025-07-31 08:17:47 +00:00
renovate[bot]
28f1c53600 Update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.11.0 (#8947)
* Update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.11.0
* Fix graal build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yuri Schimke <yuri@schimke.ee>
2025-07-22 21:31:49 +01:00
Yuri Schimke
fbf5289d25 Test release build (#8950) 2025-07-19 13:35:48 +01:00
Yuri Schimke
807243e727 Run most builds on PRs (#8939)
* Run most builds on PRs

Seems that the filtered set is not a popular approach.
Assuming we have mostly non flaky builds, run more things on all builds (main, branches, prs).

* remove 25-beta
* Skip Okcurl test on Windows
2025-07-13 10:12:26 +01:00
Yuri Schimke
9eb967f8d4 Remote fetch-depth from github workflows (#8929) 2025-07-12 13:52:04 +01:00
Yuri Schimke
85a5d3f5e3 Add a test of maven dependencies (#8917)
* Add a test of maven dependencies

* rename

* executable

* quiet

* Update AppTest.java

* Make okhttp3.internal.platform.PlatformInitializer multiprocess

* Make test self contained

* cleanup

* cleanup
2025-07-12 13:05:57 +01:00
Yuri Schimke
b9a2560e56 Run graal on master (#8907) 2025-07-04 09:23:51 +01:00
Jake Wharton
69f6861a4d Migrate to Sonatype Central Portal (#8772) 2025-06-12 16:04:31 -04:00
Jesse Wilson
c0cabbab8b Run the loom tests on JDK 24 (#8820)
* Run the loom tests on JDK 24

I recently broke support for Loom on earlier JDKs

* Install JDK24

---------

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-05-29 13:52:11 -04:00
Jake Wharton
eacd330a8a Remove Renovate schedule (#8793)
We're fully caught up, and I do not like that these come in at like 9pm at night rather than just when noticed like every other repo.
2025-05-22 10:38:52 -04:00
Yuri Schimke
50774ca8b9 Remove JDK 8 ALPN runs of module-specific tests (#8785)
* Remove JDK 8 ALPN runs of module-specific tests

For ALPN and other niche workflows, run only the core tests.

* update osgi comment

* cleanup
2025-05-22 10:38:08 -04:00
Yuri Schimke
262d7020f2 Cleanup github workflows add latest JDK (#8652)
* Cleanup github workflows add latest JDK

Co-authored-by: Jake Wharton <github@jakewharton.com>
2025-05-10 14:39:47 +01:00
Jake Wharton
04822733b8 Disable Renovate semantic commits (#8727)
Just because someone put a colon in their commit message doesn't mean we want this system.
2025-04-07 16:32:37 -04:00
Jake Wharton
e60a36b786 Speed up dependency updates (#8700)
With weekly we will _never_ be able to catch up to latest.
2025-03-17 11:08:16 -04:00
Jake Wharton
1c75ac8214 Migrate to new sonatype and signing credentials (#8683) 2025-02-28 15:29:30 -05:00
Yuri Schimke
1786dd70e7 Merge okhttp-android into okhttp (#8635)
* Merge okhttp-android into okhttp.

Since :okhttp is kmp, it isn't required to be separate. And also the okhttp-android/jvm artifact naming conflicts with it.
2024-12-31 01:28:56 +02:00
renovate[bot]
b669048d63 Migrate config .github/renovate.json (#8643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-28 18:01:00 +00:00
renovate[bot]
543b5b654e Update mikepenz/action-junit-report action to v5 (#8641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-28 17:51:02 +00:00
Yuri Schimke
fb22f4973e Update to official GraalVM tooling (#8613) 2024-12-21 10:56:29 +02:00
renovate[bot]
e10d8d3f08 Update gradle/actions action to v4 (#8518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-17 11:05:29 +01:00
Yuri Schimke
dd7bbf4098 Update renovate rules 2024-06-22 17:18:31 +01:00
renovate[bot]
ce28a31379 Update gradle/wrapper-validation-action action to v3 (#8365)
* Update gradle/wrapper-validation-action action to v3

* Update build.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <github@jakewharton.com>
2024-04-14 21:51:50 -04:00
Jesse Wilson
f7900022c4 Document udevadm features for GitHub runners (#8320) 2024-04-01 09:28:50 +01:00
renovate[bot]
f4a6e0913d Update to gradle/actions/setup-gradle@v3 (#8297)
* Update gradle/gradle-build-action action to v3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yuri Schimke <yuri@schimke.ee>
2024-03-23 12:00:11 +00:00
Yuri Schimke
08f2aa429d Add an Android HttpEngine regression test (#8302) 2024-03-23 11:14:34 +00:00
renovate[bot]
f3cd6f9685 Update gradle/wrapper-validation-action action to v2 (#8298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18 20:31:28 -04:00
Yuri Schimke
9000e323ae Add loom pinning tests (#8289) 2024-03-17 14:46:34 +00:00
renovate[bot]
fc52bbf2e5 Update actions/setup-python action to v5 (#8273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 06:13:36 +00:00
renovate[bot]
7a5d3b3f8e Update actions/upload-artifact action to v4 (#8274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-03 22:55:18 -05:00
renovate[bot]
b7361c5b92 Update rinchsan/renovate-config-validator action to v0.2.0 (#8269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-25 22:59:44 -05:00
Yuri Schimke
0f23ef624c Test a different unit test result publisher (#8251)
* Test a different unit test result publisher

* Update build.yml
2024-02-11 12:11:14 +00:00