Commit Graph

1005 Commits

Author SHA1 Message Date
Julien Viet
a8a3ffd0ba Releasing 3.0.0-milestone4 3.0.0-milestone4 2015-04-05 18:16:03 +02:00
Julien Viet
a175af312f Large datagram package test needs 16 more bytes on OSX to pass 2015-04-03 10:28:26 +02:00
Julien Viet
a49711def5 Make metrics private in ClientConnection 2015-04-02 22:17:06 +02:00
Julien Viet
e27d6593cd Websocket metrics 2015-04-02 22:17:06 +02:00
Tim Fox
72bbc745fb Merge pull request #1001 from englishtown/feature/isolatingclassloader
IsolatingClassLoader getResource() and getResources() should behave the same as loadClass()
2015-03-31 16:42:55 +01:00
Adrian Gonzalez
c6b0a576c7 IsolatingClassLoader - override getResource() and getResources() to behave the same as loadClass()
Signed-off-by: Adrian Gonzalez <adrian.gonzalez@ef.com>
2015-03-31 10:20:35 -04:00
Julien Viet
fc2fff2001 Improve http metrics reporting to create a relationship between the socket metric and the request metric 2015-03-28 22:34:40 +01:00
Julien Viet
28ed90e2e8 Add missing http client metrics remote/local address 2015-03-28 11:36:19 +01:00
Julien Viet
52a69f9492 Tweak a bit SPI 2015-03-28 00:33:25 +01:00
Julien Viet
ad71e2d773 Tweak the http metrics SPI a bit 2015-03-27 18:26:31 +01:00
Julien Viet
d697f067db Remove baseName from metrics and add enabled property 2015-03-27 16:51:29 +01:00
Julien Viet
2df43be4d3 Need to test metrics is not null to return a relevant value 2015-03-27 16:31:07 +01:00
Julien Viet
64246e66c2 Refactor a bit the metrics design to have an SPI that matches better the life cycle of vertx objects 2015-03-27 16:22:38 +01:00
Tim Fox
976a72dafd Merge pull request #1005 from eclipse/remove_vertx_spi
Removed VertxSPI as is now redundant
2015-03-27 10:06:18 +00:00
Julien Viet
1d0d40f8d3 Support bytes read/written in event bus statistics 2015-03-27 10:10:09 +01:00
Julien Viet
53d826c7ea Remove UnsupportedOperationException from verticle life cycle FakeMetrics SPI 2015-03-26 19:21:13 +01:00
purplefox
5a1647e209 Expose NettyEventLoopGroup 2015-03-26 17:47:45 +00:00
purplefox
7998621c9a Removed VertxSPI as is now redundant 2015-03-26 16:09:54 +00:00
Tim Fox
9f5481122a Merge pull request #1004 from eclipse/correct_thread_pools
Use correct thread pools
2015-03-26 14:53:08 +00:00
purplefox
bd8c1fd55d Use correct thread pools 2015-03-26 12:04:36 +00:00
Julien Viet
2dbd209cab Specify when a message delivered to an handler is local or remote 2015-03-25 10:37:47 +01:00
Julien Viet
861c00e78e Specify when the registered handler is a reply handler in the metrics callback 2015-03-24 21:26:43 +01:00
Julien Viet
a40b19894c Fix bug with reply handler not unregistered properly 2015-03-24 21:21:59 +01:00
Julien Viet
973e23a1ba Added handler metrics 2015-03-24 18:04:16 +01:00
Julien Viet
ec82e6799c Rework the event bus message sent/receive metrics 2015-03-24 16:43:23 +01:00
purplefox
536c5fd5a8 Fix NPE in unregistering handler when clustered 2015-03-24 11:59:59 +00:00
purplefox
33b9e2773a Fix disable file caching 2015-03-24 10:50:53 +00:00
purplefox
d9114dbeeb Manually revert previous two commits 2015-03-24 10:17:01 +00:00
purplefox
9d14e8b347 Make JsonObject.getMap generic 2015-03-24 09:24:17 +00:00
purplefox
0f30048822 Make JsonArray.getList generic 2015-03-24 09:20:22 +00:00
Tim Fox
da8bdf9eec Merge pull request #965 from englishtown/feature/httpclientrequest-query
HttpClientImpl.requestAbs() losing the query params
2015-03-23 16:39:24 +00:00
purplefox
78311e2d1a Added isClustered on Vertx 2015-03-23 14:48:20 +00:00
Julien Viet
105cf1ac69 Metrics improvements:
- remove need for implementation to maintain maps
- split TCP/UDP metrics
2015-03-21 11:32:33 +01:00
purplefox
943cb3d320 Check for invalid options when deploying verticle instances 2015-03-20 16:44:23 +00:00
purplefox
fd471146df Allow event bus messages to be sent from worker verticles 2015-03-20 15:12:12 +00:00
purplefox
ca3a1380cd Make sure drain handler is run on correct context 2015-03-20 14:54:57 +00:00
Tim Fox
0839f7fb9b Update README.md 2015-03-19 18:11:23 +00:00
Tim Fox
b947bcf86a Update README.md 2015-03-19 17:06:38 +00:00
Tim Fox
e5de9eb9e0 Update README.md 2015-03-19 17:05:10 +00:00
Julien Viet
7024d13529 Releasing 3.0.0-SNAPSHOT 2015-03-16 21:54:22 +01:00
Julien Viet
8b6b78fddd Releasing 3.0.0-milestone3 3.0.0-milestone3 2015-03-16 21:53:38 +01:00
Julien Viet
1fbb4498d9 Improve label generation when the render function could not handle it 2015-03-11 14:47:44 +01:00
Julien Viet
e7677afd4a Rename renderTagLinkToHtml because it's also used as a function name and it looks like it is resolving to the function and not the function parameter 2015-03-11 14:29:46 +01:00
Julien Viet
1803270a7c Remove @GenIgnore on deployVerticle(String name, DeploymentOptions options, Handler<AsyncResult<String>> completionHandler) as that's something we can do now 2015-03-11 14:11:41 +01:00
Julien Viet
bb6e353bca Generate anchors in cheatsheet allowing to link to a specific @DataObject property 2015-03-09 11:44:56 +01:00
Adrian Gonzalez
e4010abe8f HttpClientImpl.request() was losing the query params if passing a string absoluteURI
Signed-off-by: Adrian Gonzalez <adrian.gonzalez@ef.com>
2015-03-06 15:54:14 -05:00
Julien Viet
387c2403e2 Metrics cleanup 2015-03-06 13:33:33 +01:00
Julien Viet
2176312223 Use parent version 5 and update the generated docs preview dir structure 2015-03-06 13:11:04 +01:00
Julien Viet
f70c657d3e Didn't spot this random failing test when I ran it first - CI noticed 2015-03-04 16:32:25 +01:00
Julien Viet
e779c67788 Fix failing outdated test 2015-03-04 16:22:56 +01:00