-
Notifications
You must be signed in to change notification settings - Fork 18
Addspringbootwebsocket #54
base: master
Are you sure you want to change the base?
Conversation
Reviewed 1 of 27 files at r1. README.md, line 37 [r1] (raw file):
This is inconsistent with the other spring microservices that put the Application class in application.spring and then the tech specific ones in the application.spring.tech package. Comments from Reviewable |
Reviewed 8 of 27 files at r1. starter-microservice-springboot-websocket/repository/0.0.1/provided-pom.xml, line 44 [r1] (raw file):
Are we missing websocket dependencies here? Comments from Reviewable |
Reviewed 2 of 27 files at r1. starter-microservice-springboot-websocket/repository/0.0.1/compile-pom.xml, line 39 [r1] (raw file):
What is this dependency for? Comments from Reviewable |
Reviewed 2 of 27 files at r1. starter-microservice-springboot-websocket/src/main/java/com/ibm/liberty/starter/service/springboot/websocket/api/v1/ProviderEndpoint.java, line 40 [r1] (raw file):
This string is not being used and should be removed. Comments from Reviewable |
Reviewed 3 of 27 files at r1. starter-microservice-springboot-websocket/src/main/webapp/sample/myProject-application/src/main/java/application/springboot/Application.java, line 26 [r1] (raw file):
The location of this file is incorrectly referenced in the readme, the readme should be updated to use the correct package. Comments from Reviewable |
Reviewed 4 of 27 files at r1. Comments from Reviewable |
Reviewed 1 of 27 files at r1. starter-microservice-springboot-websocket/src/test/java/com/ibm/liberty/starter/service/springboot/websocket/api/v1/it/TestApplication.java, line 78 [r1] (raw file):
The string in the assert should say "7 files were expected for sample". Comments from Reviewable |
Reviewed 2 of 27 files at r1. starter-microservice-springboot-websocket/src/main/webapp/WEB-INF/classes/description.html, line 22 [r1] (raw file):
This file lives in the application.springboot package. The description should be updated to reflect this. Comments from Reviewable |
Review status: 23 of 27 files reviewed at latest revision, 8 unresolved discussions. README.md, line 44 [r1] (raw file):
We shouldn't link to the Spring guides, instead we should link to guides about how to use Spring with Liberty as the given link does not explain how to write Spring apps to run on Liberty. Comments from Reviewable |
Reviewed 5 of 8 files at r2. Comments from Reviewable |
Reviewed 1 of 8 files at r2. Comments from Reviewable |
Reviewed 1 of 8 files at r2. Comments from Reviewable |
Reviewed 1 of 8 files at r2. Comments from Reviewable |
Reviewed 1 of 27 files at r1. Comments from Reviewable |
Review status: all files reviewed at latest revision, 8 unresolved discussions. README.md, line 37 [r1] (raw file):
|
This will be pulled into a branch rather than accepting this pull request. I will close the request when we have the code in a branch. |
Add spring websocket technology to Liberty Starter
This change is