Closed dependabot[bot] closed 2 years ago
This version of jackson-databind is not backwards compatible and will require code changes. Here is the exception:
⏚ [:~/Documents/ … /json-generator/ … /json-data-generator-1.4.2-SNAPSHOT] master(+3/-3)+ ± java -jar json-data-generator-1.4.2-SNAPSHOT.jar exampleSimConfig.json
2022-05-09 08:46:19,922 INFO n.a.d.j.g.JsonDataGenerator [main] Overriding Simulation Config file from command line to use [ exampleSimConfig.json ]
2022-05-09 08:46:19,924 DEBUG n.a.d.j.g.JsonDataGenerator [main] Creating Simulation Runner using Simulation Config [ exampleSimConfig.json ]
Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/util/JacksonFeature
at com.fasterxml.jackson.databind.ObjectMapper.<init>(ObjectMapper.java:655)
at com.fasterxml.jackson.databind.ObjectMapper.<init>(ObjectMapper.java:558)
at net.acesinc.data.json.generator.config.JSONConfigReader.readConfig(JSONConfigReader.java:41)
at net.acesinc.data.json.generator.JsonDataGenerator.getSimConfig(JsonDataGenerator.java:132)
at net.acesinc.data.json.generator.JsonDataGenerator.<init>(JsonDataGenerator.java:37)
at net.acesinc.data.json.generator.JsonDataGenerator.main(JsonDataGenerator.java:146)
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.core.util.JacksonFeature
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
... 6 more
Superseded by #86.
Bumps jackson-databind from 2.9.10.8 to 2.12.6.1.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/everwatchsolutions/json-data-generator/network/alerts).