I hereby claim:
- I am msavy on github.
- I am marcsavy (https://keybase.io/marcsavy) on keybase.
- I have a public key ASApV8kYcjrGepN3Y04av-5B2G3_8NvZ1SKVypdm9_rv2wo
To claim this, I am signing this object:
| diff --git a/common/logging/core/src/main/java/io/apiman/common/logging/IApimanLogger.java b/common/logging/core/src/main/java/io/apiman/common/logging/IApimanLogger.java | |
| index df9f31e3c..487198e89 100644 | |
| --- a/common/logging/core/src/main/java/io/apiman/common/logging/IApimanLogger.java | |
| +++ b/common/logging/core/src/main/java/io/apiman/common/logging/IApimanLogger.java | |
| @@ -1,3 +1,5 @@ | |
| +package io.apiman.common.logging; | |
| + | |
| /* | |
| * Copyright 2015 JBoss Inc | |
| * |
| name: Verify Build Workflow | |
| on: | |
| push: | |
| paths-ignore: | |
| - '.gitignore' | |
| - 'LICENSE' | |
| - 'README*' | |
| - 'CODE_OF_CONDUCT*' | |
| branches: [master] | |
| pull_request: |
| <settings> | |
| <servers> | |
| <server> | |
| <id>2_maven_bartr</id> | |
| <username>admin</username> | |
| <password>S^H,IZ0Kf7pvzu57iqte</password> | |
| <configuration></configuration> | |
| </server> | |
| </servers> | |
| <profiles> |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/api/package-lock.json b/api/package-lock.json | |
| index a3210c4..69e3b6d 100644 | |
| --- a/api/package-lock.json | |
| +++ b/api/package-lock.json | |
| @@ -14,6 +14,11 @@ | |
| "eslint-plugin-react": "^7.10.0" | |
| } | |
| }, | |
| + "@appliedblockchain/parity-revert-reason": { | |
| + "version": "1.0.3", |
| $ jabba install openjdk-shenandoah@1.8.0 | |
| Downloading openjdk-shenandoah@1.8.0 (https://builds.shipilev.net/openjdk-shenandoah-jdk8/openjdk-shenandoah-jdk8-latest-linux-x86_64-release.tar.xz) | |
| 40199568/40199568 | |
| Extracting /tmp/jabba-d-363427680 to /home/msavy/.jabba/jdk/openjdk-shenandoah@1.8.0 | |
| openjdk-shenandoah@1.8 -> /home/msavy/.jabba/jdk/openjdk-shenandoah@1.8.0 | |
| $ java -version | |
| openjdk version "1.8.0-builds.shipilev.net-openjdk-shenandoah-jdk8" | |
| OpenJDK Runtime Environment (build 1.8.0-builds.shipilev.net-openjdk-shenandoah-jdk8-b422-20190718-aarch64-shenandoah-jdk8u222-b10) | |
| OpenJDK 64-Bit Server VM (build 25.71-b422-20190718-aarch64-shenandoah-jdk8u222-10, mixed mode) |
| Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.halifax.co.uk/assets/css/icon-fonts/cms/Halifax/fonts/icomoon.ttf?yytztc. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). | |
| Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.halifax.co.uk/assets/fonts/Agenda-Regular/agendaRegular.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). | |
| Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.halifax.co.uk/assets/fonts/Agenda-Bold/agendaBold.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). | |
| Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.halifax.co.uk/assets/fonts/Helvetica-Neue-Condensed/helveticaNeueCondensedBlack.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). | |
| Cross-Origin Request Blocked: The Same Origin Policy disallows rea |
| { | |
| "components" : { | |
| "schemas" : { | |
| "test.io.smallrye.openapi.runtime.scanner.entities.KitchenSink" : { | |
| "description" : "This is the kitchen sink description!", | |
| "required" : [ "booking", "ccList", "creditCardMap", "fooArray", "fuzzListWildcard", "seatPreference", "unsafeList" ], | |
| "properties" : { | |
| "array" : { | |
| "type" : "array", | |
| "items" : { |
| /* | |
| * (non-Javadoc) | |
| * @see io.apiman.gateway.engine.policies.AbstractMappedPolicy#doProcessFailure(io.apiman.gateway.engine.beans.PolicyFailure, io.apiman.gateway.engine.policy.IPolicyContext, java.lang.Object, io.apiman.gateway.engine.policy.IPolicyFailureChain) | |
| */ | |
| @Override | |
| protected void doProcessFailure(PolicyFailure failure, IPolicyContext context, CorsConfigBean config, | |
| IPolicyFailureChain chain) { | |
| System.out.println("In process failure"); | |
| failure.getHeaders().put("X-FROM-PROCESS-FAILURE", "Hello!"); |
| diff --git a/pom.xml b/pom.xml | |
| index 2e7287d..8de48bf 100644 | |
| --- a/pom.xml | |
| +++ b/pom.xml | |
| @@ -307,20 +307,21 @@ | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>nexus-staging-maven-plugin</artifactId> |