Migrate from jackson to micronaut serde
This commit is contained in:
parent
d53a54b8c3
commit
c654786978
16 changed files with 127 additions and 8 deletions
5
src/it/log-json-from-env-serde-missing/postbuild.bsh
Normal file
5
src/it/log-json-from-env-serde-missing/postbuild.bsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
// verify log
|
||||
|
||||
return org.codehaus.plexus.util.FileUtils
|
||||
.fileRead(basedir + "/build.log")
|
||||
.contains("Failed to get object mapper from micronaut, please check your classpath");
|
Loading…
Add table
Add a link
Reference in a new issue