1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Commit Graph

34 Commits

Author SHA1 Message Date
Yuri Schimke
362f53546d Adopt Version Catalog and Updates plugin (#7075) 2022-02-15 23:38:32 +00:00
Yuri Schimke
7620f3ddd6 Native Image Feature. (#7071) 2022-02-09 19:04:49 +00:00
Goooler
f5758b7f26 Enable Gradle's type-safe project accessors (#7069) 2022-02-08 20:01:28 +00:00
Goooler
2831751f3c Update dependencies (#6938) 2021-11-30 06:39:45 +00:00
Yuri Schimke
7e38a9a414 Fix module name after kts switch (#6936) 2021-11-27 18:39:53 +00:00
Yuri Schimke
65a8c86b17 Fix module name after kts switch (#6934) 2021-11-27 17:14:19 +00:00
Jesse Wilson
d9a65a85c5 Switch to Vanniktech for Maven publishing (#6929)
* Switch to Vanniktech for Maven publishing

Steal configuration from Okio, which already works nicely.

* Update mockwebserver-junit5/build.gradle.kts

Co-authored-by: Benoît Quenaudon <bquenaudon@squareup.com>

Co-authored-by: Benoît Quenaudon <bquenaudon@squareup.com>
2021-11-26 06:58:00 -05:00
Goooler
c1e4765cec Extract dependencies to Dependencies (#6799) 2021-07-31 15:50:52 +03:00
Goooler
619c3256e7 Convert native-image gradle to kts (#6798) 2021-07-31 09:35:08 +03:00
Yuri Schimke
738357997b Run native image tests in CI (#6660) 2021-07-28 15:56:04 +03:00
Yuri Schimke
ffeffc669c Simplify gradle modules to avoid Intellij weirdness (#6615) 2021-04-24 18:27:11 +01:00
Yuri Schimke
b607bb0aa8 Partial move to gradle kotlin (#6532) 2021-02-06 14:57:47 +00:00
Yuri Schimke
6e8aa12dd6 Okio Filesystem (#6500)
* Testing okio

* Working tests

* Working tests

* Working tests

* Working tests

* okio 3

* Fix dependencies

* File system

* Cleanup

* Cleanup

* Cleanup

* Cache fixes

* Cache fixes

* Review comments

* Cleanup

* Cleanup

* Build fixes
2021-02-06 08:49:05 -05:00
Yuri Schimke
e2f3093c6f Graal 21 Upgrade (#6522) 2021-01-23 16:32:16 +00:00
Yuri Schimke
a334f6f14f Fix single failing graal test (#6445) 2020-11-22 12:12:58 -05:00
Yuri Schimke
083315a473 Launcher for quick tests (#6437) 2020-11-21 13:28:45 +00:00
Yuri Schimke
3d922411b9 Graal 20.3.0 (#6427) 2020-11-18 07:39:48 -05:00
Yuri Schimke
205a0bc0be Fix for native image and config (#6416) 2020-11-12 22:00:33 -05:00
Yuri Schimke
33a31db1c6 Workaround native image charset and kotlin issue (#6404) 2020-11-08 14:38:18 +00:00
Yuri Schimke
4a3ab8310d Fix windows IDE detection (#6402) 2020-11-08 09:32:05 -05:00
Yuri Schimke
0d5a9cecb3 Workaround native image params issue (#6401) 2020-11-08 07:30:54 +00:00
Yuri Schimke
38e728b0af Avoid duplicate source roots in Intellij (#6397)
* Avoid duplicate source roots in Intellij

* Avoid duplicate source roots in Intellij
2020-11-07 17:59:07 -05:00
Yuri Schimke
cf2a40bdb9 Fix publicsuffixes in native image (#6395) 2020-11-06 05:59:38 -05:00
Yuri Schimke
4677beea96 Add more n-i-t tests from okhttp (#6387) 2020-11-03 19:56:29 +00:00
Yuri Schimke
40f98404dd Test docs and unit test (#6386) 2020-11-02 15:45:06 -05:00
Yuri Schimke
a70136ee81 Additional n-i-t tests (#6384)
* Add more n-i-t tests

* Add some more tests

* Copyright
2020-11-01 11:14:52 -05:00
Yuri Schimke
59c4cfd978 Fixing n-i-t launcher (#6367) 2020-11-01 14:48:05 +00:00
Yuri Schimke
fa99b4c124 Update native image plugin (#6368) 2020-11-01 09:27:21 -05:00
Jesse Wilson
59ae0c138d Convert more tests to JUnit 5 (#6366) 2020-11-01 05:46:35 +00:00
Yuri Schimke
559b0f8d4b Run some junit5 tests (#6359) 2020-10-31 09:39:47 -04:00
Yuri Schimke
fd1b36653f Cleanup Native Image Tests (#6358)
* Base for running native image tests

* Base for running native image tests
2020-10-31 08:12:20 -04:00
Yuri Schimke
f9f86b148c Native image test runner (#6340) 2020-10-31 11:28:18 +00:00
Jesse Wilson
f8065acac2 Execute CallTest with JUnit 5 (#6349)
* Execute CallTest with JUnit 5
* Avoid Optional.isEmpty which is JDK11+
2020-10-30 06:59:02 +00:00
Jesse Wilson
924bd081d0 Initial steps towards running tests in Graalvm (#6313)
I want to confirm all of OkHttp works with Graalvm, and I'm hoping
to demonstrate that by getting the entire test suite running inside
Graalvm.

https://github.com/square/okhttp/issues/6296
2020-10-09 21:27:58 -04:00