Phillip Krüger
Phillip Krüger
@cescoffier @geoand - I think we are good to to for the initial version: - Only dev-ui internal json-rpc methods has been exposed as mcp (by adding a description) -...
Also /cc @mkouba
Hi @NfNitLoop - none of the main contributors know Kotlin. SmallRye GraphQL has no intention w.r.t Kotlin, we do what we can with supporting Kotlin. If currently data class constructor...
The test will have to change, index.html is not available in test scope anymore. The test will have to provide it's own page to test against
The dynamic page is only available in Dev Mode. So if your test is not a dev mode test, it should return 404. If it's a dev mode test you...
Any basic HTML file will do, it does not have to be the one from before
Related to #178
@cescoffier yes I don't know why. The tests that breaks in CI runs fine on localhost. Maybe @maxandersen can comment ?
The test broke because of Remove Dev. This is now fixed, let's see what CI does