Commit Graph

  • ac7c141287 feat(junie): added .devcontainer.json junie-init jetbrains-junie[bot] 2025-06-02 21:40:52 +00:00
  • 1f7d378f27 feat(junie): added .junie workflow jetbrains-junie[bot] 2025-06-02 21:40:51 +00:00
  • e27c137132 Fixes #3289 : Renames toJsonXXX() methods from Buffer to mapToJsonXXX() fix/rename-buffer-tojson2 Julien Lengrand-Lambert 2020-02-24 16:47:03 +01:00
  • f242ee3caf Fixes #3289 : Renames toJsonXXX() methods from Buffer to mapToJsonXXX() fix/rename-buffer-tojson Julien Lengrand-Lambert 2020-02-24 16:47:03 +01:00
  • 8a9acfd22c Two types of verticle master Thomas Segismont 2020-02-20 17:06:24 +01:00
  • 30854a3f1c Removed multithreaded worker verticles leftovers Thomas Segismont 2020-02-20 16:32:18 +01:00
  • 7f76e396f6 Merge pull request #3292 from tsegismont/starter-removal Thomas Segismont 2020-02-20 15:51:44 +01:00
  • adcd6d31af Use a http server to hold the port busy before the real test. (#3283) 3.9 Rodrigo Salado Anaya 2020-02-20 02:58:21 -06:00
  • b7c04644fa Use a http server to hold the port busy before the real test. (#3283) Rodrigo Salado Anaya 2020-02-20 02:58:21 -06:00
  • 2fc5c5b6fe Removed deprecated Starter class Thomas Segismont 2020-02-19 19:42:23 +01:00
  • 4037b11287 WebSocket should delay all handlers when paused - see #3291 Julien Viet 2020-02-19 10:32:17 +01:00
  • 763b9b5594 WebSocket should delay all handlers when paused - fixes #3291 Julien Viet 2020-02-19 10:32:17 +01:00
  • ba74b99db6 Update adoc Paulo Lopes 2019-12-06 15:32:44 +01:00
  • 4f04e47f88 Update PR based on review: Use enum instead of plain string Paulo Lopes 2019-12-05 16:05:25 +01:00
  • a7a487f60f Proposal for same site cookie value Paulo Lopes 2019-11-19 13:35:18 +01:00
  • 765dd20e05 Merge pull request #3202 from eclipse-vertx/issues/same-site-cookie Paulo Lopes 2020-02-18 19:39:36 +01:00
  • 4413e5cb44 HTTP/2 client clear text upgrade should send the preface after the upgrade request - see #3287 - see #3286 Julien Viet 2020-02-18 10:28:07 +01:00
  • 35b9a8ce62 HTTP/2 client clear text upgrade should send the preface after the upgrade request - fixes #3287 - fixes #3286 Julien Viet 2020-02-17 20:50:01 +01:00
  • acee43c53e Reproducer Julien Viet 2020-02-17 20:50:01 +01:00
  • 568231cf23 Remove workarounds for native transport CI tests that now should be fine with Netty upgrade Julien Viet 2020-02-14 10:19:41 +01:00
  • 5b91d39d7a Fix travis ci descriptor Julien Viet 2020-02-14 10:18:36 +01:00
  • ceabb5d352 Improve Http1xTest#testHttpClientResponseThrowsExceptionXXXHandler Julien Viet 2020-02-13 18:06:03 +01:00
  • 2b4c76f25a Run all tests for native / domain sockets now we are using Netty 4.1.45.Final Julien Viet 2020-02-13 17:09:31 +01:00
  • 5718be7f46 When Vert.x is closed return a context less future Julien Viet 2020-02-13 16:33:48 +01:00
  • 5a48f92a18 Revert the change of MultiMap implementation toString() Julien Viet 2020-02-12 18:12:18 +01:00
  • d1b48e6557 Remove fromMap method taht should not be in the generated options Julien Viet 2020-02-12 15:44:24 +01:00
  • 339c27b9b4 Add missing deployment options from/to JSON for JDK8 Julien Viet 2020-02-12 15:43:01 +01:00
  • eec9a9a3ac Releasing 3.9.0-SNAPSHOT Julien Viet 2020-02-12 10:13:36 +01:00
  • f8f44b1d67 Merge pull request #3278 from tsegismont/completed-futures-context Thomas Segismont 2020-02-10 09:49:41 +01:00
  • 1b9c164730 Added context thread checks Thomas Segismont 2020-02-08 07:21:41 +01:00
  • 52cb285d46 Completed futures should operate on provided context Thomas Segismont 2020-02-06 18:19:53 +01:00
  • 3eda787971 Isolated deployment for Java 8 only (#3275) Julien Viet 2020-02-05 17:11:11 +01:00
  • c858f44da9 Feedback from review isolated-deployment-java-8 Julien Viet 2020-02-05 17:10:43 +01:00
  • 466cf3c1ce Simplify EventBusMetrics message delivery callback - closes #3277 Julien Viet 2020-02-04 17:17:58 +01:00
  • 279922234e Isolated deployment becomes a feature exclusive to Java 8 thanks to Multi-Release Jar support. The DeploymentOptions fields are deprecated and documented to be removed when used with Java 11 or above. The documentation is removed. - closes #3274 Julien Viet 2020-02-04 09:05:53 +01:00
  • 246be69028 Remove VerticleFactory identifier resolution as a verticle factory implementation can simply redeploy a verticle instead of trying to morph it. Julien Viet 2020-02-03 15:54:33 +01:00
  • d5a0990e07 VerticleManager should not use the number of deployed instances to close an IsolatedClassLoader. Instead it should care of the associated Deployment life cycle Julien Viet 2020-02-03 14:25:33 +01:00
  • c2bb2e8a8b NetSocket data handler should report runtime failures to context exception handler - closes #3272 3.8 Julien Viet 2020-02-02 21:52:41 +01:00
  • 42c627e7ac NetSocket data handler should report runtime failures to context exception handler - see #3272 Julien Viet 2020-02-02 21:52:41 +01:00
  • 3e015d6e0d Move HTTP headers implementations to the io.vertx.core.http.impl.headers package - fixes #3269 Julien Viet 2020-01-30 10:33:18 +01:00
  • 7eb6f16b82 CaseInsensitiveHeaders deprecation - fixes #3268 Julien Viet 2020-01-30 10:36:50 +01:00
  • 474577e10e Move random MultiMap creation to TestUtils Julien Viet 2020-01-30 10:19:06 +01:00
  • df59247516 Avoid using CaseInsensitiveMultiMap directly Julien Viet 2020-01-30 09:57:35 +01:00
  • 67011f027b Update MultiMap contract and implementations so the setting a null value removes the entry from the MultiMap. Tests have been cleaned up and extended so that all MultiMap implementations are equally tested. - closes #3267 Julien Viet 2020-01-29 15:06:58 +01:00
  • bc11c218f1 Update MultiMap contract and implementations so the setting a null value removes the entry from the MultiMap. Tests have been cleaned up and extended so that all MultiMap implementations are equally tested. - closes #3267 Julien Viet 2020-01-29 15:06:58 +01:00
  • 93645d9758 fix issues Julien Viet 2020-01-29 15:06:58 +01:00
  • 451890c96a Use the domain socket path instead of "localhost" for building the shared server map key when binding an HTTP server - closes #3218 Julien Viet 2020-01-29 13:24:06 +01:00
  • ce671542d2 Use the domain socket path instead of "localhost" for building the shared server map key when binding an HTTP server - see #3218 Julien Viet 2020-01-29 13:24:06 +01:00
  • 10a540b585 Improve MetricsTest Julien Viet 2020-01-29 10:38:35 +01:00
  • 3f6628b9bb JsonParser should return null instead of JsonToken.NOT_AVAILABLE to avoid triggering a false error Julien Viet 2020-01-29 12:10:52 +01:00
  • abaea60a9e Fix incorrect JsonObject retrieval from server that broke test after JsonObject parser fix Julien Viet 2020-01-29 11:36:29 +01:00
  • f833f87bcd Fix incorrect JsonObject retrieval from server that broke test after JsonObject parser fix Julien Viet 2020-01-29 11:36:29 +01:00
  • ec8f7f9419 Added test for worker starvation when lock concurrency is greater than worker pool size (#3264) Thomas Segismont 2020-01-29 11:09:37 +01:00
  • 86d5b6a718 Added test for worker starvation when lock concurrency is greater than worker pool size (#3264) Thomas Segismont 2020-01-29 11:09:37 +01:00
  • 8573ce0b4f Parsing a JSON value should fail when there is extra content in the parsed input - fixes #3260 Julien Viet 2020-01-29 00:42:06 +01:00
  • 2add4436dd Parsing a JSON value should fail when there is extra content in the parsed input - see #3260 Julien Viet 2020-01-29 00:42:06 +01:00
  • 8b05bb9e61 Enhance the SocketAddress API and avoid name resolution when providing an IP host for server bind operations - fixes #3265 - fixes #3266 Julien Viet 2020-01-28 13:41:37 +01:00
  • 526db35cd2 Releasing 3.8.6-SNAPSHOT Julien Viet 2020-01-23 08:48:37 +01:00
  • 377950aab2 Releasing 3.8.5 3.8.5 Julien Viet 2020-01-22 22:30:57 +01:00
  • 4d336085fe Vert.x transport should gracefully handle unresolved socket address conversion - fixes #3261 Julien Viet 2020-01-22 18:06:49 +01:00
  • 154fcd48ec Vert.x transport should gracefully handle unresolved socket address conversion - fixes #3261 Julien Viet 2020-01-22 18:06:49 +01:00
  • 6066dbe1b4 Set of improvements to HTTP/2 stream event dispatch and writability accounting Julien Viet 2020-01-21 11:15:49 +01:00
  • 18f3e379b4 Do not execute testHttpServerWithIdleTimeoutSendChunkedFile with native transports Julien Viet 2020-01-21 10:24:10 +01:00
  • 55d8e57c98 Remove temporary test Julien Viet 2020-01-21 09:22:09 +01:00
  • 445663f881 HttpClient improvements - fixes #3258 Julien Viet 2020-01-16 13:24:14 +01:00
  • db4dca16f0 Fix mutual static references between HttpMethod and HttpMethodImpl Julien Viet 2020-01-20 10:49:38 +01:00
  • a5b2fa5434 Add HttpMethod.values() returning an un-modifiable list of HTTP methods known by the declaring interface Julien Viet 2020-01-20 10:40:07 +01:00
  • 46eaf41f8b Removed leftover file Thomas Segismont 2020-01-16 14:01:14 +01:00
  • d38bef21be Remove obsolete overrides Julien Viet 2020-01-15 10:38:01 +01:00
  • 7c4a469032 Remove unnecessary overrides in HttpClientRequestPushPromise Julien Viet 2020-01-15 10:22:22 +01:00
  • 0b906f8b38 Fix https://github.com/eclipse-vertx/vert.x/issues/3254 (#3255) Francesco Guardiani 2020-01-14 09:28:48 +01:00
  • 48efae6db8 Merge pull request #3252 from eclipse-vertx/missing-methods-from-rfcs Paulo Lopes 2020-01-10 16:18:12 +01:00
  • dbf2013462 Merge pull request #3247 from eclipse-vertx/http-method-interface Paulo Lopes 2020-01-10 16:17:52 +01:00
  • 69785131e5 Merge pull request #3223 from eclipse-vertx/issues/json-next-step Paulo Lopes 2020-01-10 16:16:58 +01:00
  • 458993255e Adds all RFC listed verbs to the interface missing-methods-from-rfcs Paulo Lopes 2020-01-10 15:58:45 +01:00
  • 7d73eb1819 Fix broken test http-method-interface Paulo Lopes 2020-01-10 13:37:30 +01:00
  • b0ce2a9bae Added more checks issues/json-next-step Paulo Lopes 2020-01-10 13:13:32 +01:00
  • a24efdb5e9 Fix a typo in the javadoc for HttpConnection.localAddress Duo Zhang 2020-01-08 23:18:59 +08:00
  • 9b4e105d5e CompositeFuture now delegates handler management to a Promise<CompositeFuture> in order to benefit from multiple handler support built-in Promise. Julien Viet 2020-01-09 16:06:35 +01:00
  • 8b395ad47c CompositeFuture now delegates handler management to a Promise<CompositeFuture> in order to benefit from multiple handler support built-in Promise. - fixes #3242 Julien Viet 2020-01-09 16:06:35 +01:00
  • 950b1b96be Fully @GenIgnore CompletionStage interop methods Thomas Segismont 2020-01-09 16:05:04 +01:00
  • 97ea217dca Use the internal logger Julien Viet 2020-01-09 11:52:02 +01:00
  • 8828632053 Check NetSocket worker execution in buffer handler Julien Viet 2020-01-08 17:03:35 +01:00
  • 42a2df55bf NetSocket end message should be dispatched correctly on the context Julien Viet 2020-01-08 17:01:36 +01:00
  • 9fbc39be43 Add a test to ensure that closing an HTTP connection within the server connection handler will not call the request handler Julien Viet 2020-01-08 11:56:39 +01:00
  • 3b685e70b3 Connection should not process messages when in closed state - see #3249 Julien Viet 2020-01-08 14:02:11 +01:00
  • df5d13547f Add a test to ensure that closing an HTTP connection within the server connection handler will not call the request handler Julien Viet 2020-01-08 16:26:12 +01:00
  • 39593e163f Connection should not process messages when in closed state - fixes #3249 - fixes #3245 Julien Viet 2020-01-08 15:08:13 +01:00
  • d3ba036bf0 HttpMethod is an interface - closes #3246 Julien Viet 2020-01-07 13:07:33 +01:00
  • 5c1354f3bb Merge pull request #3226 from jponge/cs-interop Julien Ponge 2020-01-07 11:59:15 +01:00
  • 9c6fcc41c4 Rename from to fromCompletionStage Julien Ponge 2020-01-07 10:33:50 +01:00
  • f9547d2e07 Just use await with default timeouts Julien Ponge 2020-01-07 10:29:08 +01:00
  • 8f576a56d3 Merge pull request #3244 from tsegismont/context-timer Thomas Segismont 2020-01-07 10:16:29 +01:00
  • b0730b2fe8 Update Javadoc Thomas Segismont 2020-01-07 10:07:31 +01:00
  • 087a5ceef8 Don't expose scheduleTimeout on VertxInternal Thomas Segismont 2020-01-07 10:07:06 +01:00
  • 7b94a8d534 Add cacheDirname to exception to help troubleshoot issue Julien Viet 2020-01-07 09:55:44 +01:00
  • be7c45466a Add cacheDirname to exception to help troubleshoot issue Julien Viet 2020-01-07 09:54:35 +01:00
  • 585947d9b6 Expose setTimer and setPeriodic on ContextInternal Thomas Segismont 2020-01-06 18:23:15 +01:00
  • 5a585a1a62 WebSocket API cleanup - closes #3235 Julien Viet 2019-12-17 23:44:21 +01:00
  • 55d8b76b69 WebSocket API renaming - closes #3234 Julien Viet 2019-12-17 23:44:21 +01:00