- POST
- sling/distribution/service/exporter
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "$id": "http://sling.apache.org/Feature/1.0.0", | |
| "type": "object", | |
| "properties": { | |
| "model-version": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "type": "string", |
| $ ./bin/jtm-web run -v | |
| 2018-08-31 12:17:48,107 [INFO] jtm-server v0.1-SNAPSHOT (built on 2018-08-31T12:14:32+0000) | |
| 2018-08-31 12:17:48,111 [INFO] Java version: 1.8.0_152, vendor: Oracle Corporation | |
| 2018-08-31 12:17:48,111 [INFO] Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/jre | |
| 2018-08-31 12:17:48,112 [INFO] Default locale: en_CH, platform encoding: UTF-8 | |
| 2018-08-31 12:17:48,112 [INFO] Default Time Zone: sun.util.calendar.ZoneInfo[id="UTC",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null] | |
| 2018-08-31 12:17:48,112 [INFO] OS name: "Mac OS X", version: "10.13.6", arch: "x86_64", family: "mac" | |
| 2018-08-31 12:17:48,135 [INFO] Logging initialized @710ms to org.eclipse.jetty.util.log.Slf4jLog | |
| 2018-08-31 12:17:48,218 [INFO] jetty-9.4.12.v20180830; built: 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 1.8.0_152-b16 | |
| 2018-08-31 12:17:48,255 [INFO] Started o.e.j.s.ServletContextHandler@5d20e46{/,null,AVAILABLE} |
| sling-org-apache-sling-distribution-core stripodi$ tree target/docgen/ | |
| target/docgen/ | |
| ├── metatype | |
| │ └── org | |
| │ └── apache | |
| │ └── sling | |
| │ └── distribution | |
| │ ├── agent | |
| │ │ └── impl | |
| │ │ ├── ForwardDistributionAgentFactory.md |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.apache.tika.embedder.ExternalEmbedderTest | |
| Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 sec - in org.apache.tika.embedder.ExternalEmbedderTest | |
| Running org.apache.tika.parser.jdbc.SQLite3ParserTest | |
| log4j: reset attribute= "false". | |
| log4j: Threshold ="null". | |
| log4j: Retreiving an instance of org.apache.log4j.Logger. | |
| log4j: Setting [ProgressAppender] additivity to [false]. |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.apache.oltu.oauth2.as.MD5GeneratorTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.apache.oltu.oauth2.as.MD5GeneratorTest | |
| Running org.apache.oltu.oauth2.as.OAuthIssuerImplTest | |
| Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.oltu.oauth2.as.OAuthIssuerImplTest | |
| Running org.apache.oltu.oauth2.as.OAuthRequestTest | |
| Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.apache.oltu.oauth2.as.OAuthRequestTest | |
| Running org.apache.oltu.oauth2.as.OAuthUnauthenticatedRequestTest |
I hereby claim:
To claim this, I am signing this object:
| Index: src/main/java/org/apache/oltu/jose/jws/JwsConstants.java | |
| =================================================================== | |
| --- src/main/java/org/apache/oltu/jose/jws/JwsConstants.java (revision 1605704) | |
| +++ src/main/java/org/apache/oltu/jose/jws/JwsConstants.java (working copy) | |
| @@ -23,4 +23,9 @@ | |
| public static final String RS384 = "RS384"; | |
| public static final String RS512 = "RS512"; | |
| + | |
| + private JwsConstants() { |
| INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Apache Onami Persistence 1.0.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.onami.persist --- | |
| [INFO] Deleting /Users/stripodi/Documents/apache-workspace/onami/sandbox/persist/target | |
| [INFO] | |
| [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ org.apache.onami.persist --- |