Branch: refs/heads/mazz/hawkular-581-websocket-auth
Home:
https://github.com/hawkular/hawkular-bus
Commit: 627f1db66adbb73f6428a82f9c3b7a8cc1563102
https://github.com/hawkular/hawkular-bus/commit/627f1db66adbb73f6428a82f9...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-08-28 (Fri, 28 Aug 2015)
Changed paths:
M hawkular-feed-comm/feed-comm-api/pom.xml
A hawkular-feed-comm/feed-comm-api/src/main/resources/schema/AuthMessage.schema.json
M hawkular-feed-comm/feed-comm-api/src/main/resources/schema/EchoRequest.schema.json
Log Message:
-----------
add AuthMessage schema
Commit: cb4ba514eae2e2ce3848e447a24557c6ff6ab074
https://github.com/hawkular/hawkular-bus/commit/cb4ba514eae2e2ce3848e447a...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-08-28 (Fri, 28 Aug 2015)
Changed paths:
M hawkular-feed-comm/feed-comm-api/src/main/resources/schema/EchoRequest.schema.json
M
hawkular-feed-comm/feed-comm-api/src/test/java/org/hawkular/feedcomm/api/ApiDeserializerTest.java
Log Message:
-----------
There is a bug in the json2pojo maven plugin. Can't use:
"$ref": "AuthMessage.schema.json"
because it generates bad Java code. Instead, we just have it extend
the known class that our AuthMessage schema will generate.
This adds a unit test to make sure it works.
Commit: 779058f5ad2ac37d973aabc81e45f37c3504ff0f
https://github.com/hawkular/hawkular-bus/commit/779058f5ad2ac37d973aabc81...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-08-28 (Fri, 28 Aug 2015)
Changed paths:
M hawkular-feed-comm/feed-comm-api/src/main/resources/schema/AuthMessage.schema.json
M
hawkular-feed-comm/feed-comm-api/src/test/java/org/hawkular/feedcomm/api/ApiDeserializerTest.java
Log Message:
-----------
credentials in json schema
Commit: f46c87b221f9f3a1b32a4a7d0fe5afe4849cd649
https://github.com/hawkular/hawkular-bus/commit/f46c87b221f9f3a1b32a4a7d0...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-08-28 (Fri, 28 Aug 2015)
Changed paths:
M hawkular-feed-comm/feed-comm-api/src/main/resources/schema/AuthMessage.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/DeployApplicationRequest.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/DeployApplicationResponse.schema.json
M hawkular-feed-comm/feed-comm-api/src/main/resources/schema/EchoResponse.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/ExecuteOperationRequest.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/ExecuteOperationResponse.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/GenericErrorResponse.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/GenericSuccessResponse.schema.json
M
hawkular-feed-comm/feed-comm-api/src/main/resources/schema/NotificationMessage.schema.json
Log Message:
-----------
all messages should extend AuthMessage since all messages should be able to authenticate
themselves
Compare:
https://github.com/hawkular/hawkular-bus/compare/627f1db66adb^...f46c87b2...