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

28 Commits

Author SHA1 Message Date
Jesse Wilson
e9db9cc56b Don't use uppercase letters in package names (#8790) 2025-05-22 10:39:14 -04:00
Yuri Schimke
fb22f4973e Update to official GraalVM tooling (#8613) 2024-12-21 10:56:29 +02:00
Yuri Schimke
54b64fe5d1 Embed the public suffix database list directly inside a class (#8589)
During build time embed the database as a base64 encoded string, parsed the first time a cookie is used, using the class init as the mutex.
2024-11-27 08:50:25 +00:00
Jesse Wilson
a228fd64cc Reformat with Spotless (#8180)
* Enable spotless

* Run spotlessApply

* Fixup trimMargin

* Re-run spotlessApply
2024-01-07 20:13:22 -05:00
Jesse Wilson
0e312d7804 Prepare to enable Spotless (#8179)
* Prepare to enable Spotless

I'm not super keen on any of these changes, but I am very
keen on having automatic formatting.

* Don't actually enable Spotless yet
2024-01-07 11:05:34 -05:00
Jesse Wilson
eb6c016f6f Stop using AssertJ (#8174)
* Stop using AssertJ

This completes the migration to assertk.

* Fix a missing import

* Fix some type issues
2024-01-04 00:32:07 -05:00
Yuri Schimke
d4ca39b097 Avoid checking file metadata in graal tests (#8161) 2023-12-24 09:33:12 +00:00
Yuri Schimke
64d1262006 Make Public Suffix Database failures permanent (#7827)
* Make Public Suffix Database failures permanent

* Make Public Suffix Database failures permanent

* Fix test
2023-09-15 09:32:01 -04:00
Jesse Wilson
4fc51857a1 Deduplicate HttpUrl tests and documentation (#7814) 2023-05-11 10:48:57 -04:00
Jesse Wilson
60d5b73fb8 Track API changes in native-image-tests (#7600) 2023-01-01 10:27:03 +10:00
Yuri Schimke
fb6e7621f8 Bump graal to 22.2.0 (#7409) 2022-08-07 13:37:48 +01:00
Yuri Schimke
7620f3ddd6 Native Image Feature. (#7071) 2022-02-09 19:04:49 +00:00
Yuri Schimke
7e38a9a414 Fix module name after kts switch (#6936) 2021-11-27 18:39:53 +00:00
Yuri Schimke
738357997b Run native image tests in CI (#6660) 2021-07-28 15:56:04 +03: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
205a0bc0be Fix for native image and config (#6416) 2020-11-12 22:00:33 -05:00
Yuri Schimke
0d5a9cecb3 Workaround native image params issue (#6401) 2020-11-08 07:30:54 +00: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
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
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