I followed the steps 'verbatim' (i.e. not in Eclipse) of the Microservices tutorial. I get error 404 /microservice/index.html not found.

Using:
- Java 17
- bnd 6.4.0 (latest)
I have seen there used to be a similar issue #183 in the Quickstart tutorial which was solved by PR #184. I tried to follow the same steps and added @HttpWhiteboardContextSelect("(osgi.http.whiteboard.context.name=org.osgi.service.http)") in the rest-service, but it didn't help.