I hereby claim:
- I am pmlopes on github.
- I am pmlopes (https://keybase.io/pmlopes) on keybase.
- I have a public key whose fingerprint is 349E 08C1 8265 2E9E 4CFD 9034 65E8 59E4 DB40 5A41
To claim this, I am signing this object:
| public class JsonArray extends ArrayList<Object> implements JsonElement<Integer>, List<Object> { | |
| private static final long serialVersionUID = 1l; | |
| public JsonArray() { | |
| super(); | |
| } | |
| public JsonArray(List<?> list) { | |
| super(list); |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| Version: GnuPG v2.0.22 (GNU/Linux) | |
| mQINBFQib6sBEACu3OvNg5z1U8FCJF/IJnPeNEz7yYXFeKhmjXmdBUPkXOiFuKRC | |
| jlJWFZhnaKXapK0dB3LXrAEbn8EmNBB6PuAKqSJ/3fW/bQgdrZPW39tlO8MvbRJf | |
| Z/QdOovCa1t7rMgofeq1CQJKX1jS9mcnCSBChedI+cQWVZao/CIaGC4uek4CXnZp | |
| XaIeb2YaaHkhq18g8MSVR9YTBt1AgNUTsFczVHA8+RZ60GL0nqps/s0FH9QJDyf9 | |
| 9OWXbOeJifbg03ul+Tx5kr0djouYKHOJypF8kM+HPpiBbcsskXpbAmv+OI0eu/AC | |
| FJxf/7LtBMD6czPrx6/3HSisWxqgPfh3N8K896lmgH4aORQ1sAVj0ipimlYhIskl | |
| gfKFSdYj1HsmbzqoK+W8ga345arX5q/rpgTGYOznjBbS1vbGOyhR8TVGHugnsSXf |
I hereby claim:
To claim this, I am signing this object:
| @Test | |
| public void testLoad() { | |
| final AtomicInteger counter = new AtomicInteger(); | |
| int repetitions = 10000; | |
| counter.set(repetitions); | |
| for (int i = 0; i < repetitions; i++) { | |
| redis.get("unknown", res -> { | |
| if (res.failed()) { |
| [Unit] | |
| Description=Vert.x Service | |
| Wants=environment.target | |
| [Service] | |
| Type=simple | |
| ExecStart=/bin/java $JAVA_OPTS -jar %h/rpi-1.0-fat.jar | |
| [Install] | |
| Alias=default.target |
| { | |
| "name": "vertx3-hello", | |
| "private": true, | |
| "dependencies": { | |
| "vertx3-min": "3.0.0-1" | |
| }, | |
| "scripts": { | |
| "start": "./node_modules/.bin/vertx run server.js" | |
| } | |
| } |
| <settings> | |
| <profiles> | |
| <profile> | |
| <id>allow-snapshots</id> | |
| <activation><activeByDefault>true</activeByDefault></activation> | |
| <repositories> | |
| <repository> | |
| <id>snapshots-repo</id> | |
| <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>io.vertx</groupId> | |
| <artifactId>vertx-release</artifactId> | |
| <version>1.0.0</version> | |
| <packaging>pom</packaging> |
| <!doctype html> | |
| <html ⚡> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>AMP #0</title> | |
| <link rel="canonical" href="amps.html" > | |
| <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> | |
| <link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'> | |
| <style amp-custom> | |
| body { |