Cosmin Victor Celea
09/02/2020, 9:58 AMPath.of("system", "The target system ") / "/feed"
.
Exception in thread "main" java.lang.IllegalArgumentException: Fixed path segments cannot contain /. Use the "a / b" form.
Any ideas?dave
09/02/2020, 9:59 AMCosmin Victor Celea
09/02/2020, 10:00 AMdave
09/02/2020, 10:01 AMCosmin Victor Celea
09/02/2020, 10:02 AMreturn Path.of("system", "The target system ") / "feed" meta {
dave
09/02/2020, 10:10 AMCosmin Victor Celea
09/02/2020, 10:18 AMdave
09/02/2020, 10:23 AMCosmin Victor Celea
09/02/2020, 10:25 AMdave
09/02/2020, 10:25 AMCosmin Victor Celea
09/02/2020, 10:25 AMdave
09/02/2020, 10:26 AMCosmin Victor Celea
09/02/2020, 10:26 AMdave
09/02/2020, 10:27 AMCosmin Victor Celea
09/02/2020, 10:29 AMdave
09/02/2020, 10:37 AM