phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Apache Phoenix / Hbase Spring Boot Microservices

Results 3 phoenix issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.8 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.8&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.4.0.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies

``` Caused by: java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper at org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.build(Jackson2ObjectMapperBuilder.java:588) ~[spring-web-4.3.2.RELEASE.jar:4.3.2.RELEASE] at org.springframework.http.converter.json.MappingJackson2HttpMessageConverter.(MappingJackson2HttpMessageConverter.java:57) ~[spring-web-4.3.2.RELEASE.jar:4.3.2.RELEASE] at org.springframework.social.oauth1.AbstractOAuth1ApiBinding.getJsonMessageConverter(AbstractOAuth1ApiBinding.java:158) ~[spring-social-core-1.1.4.RELEASE.jar:1.1.4.RELEASE] at org.springframework.social.twitter.api.impl.TwitterTemplate.getJsonMessageConverter(TwitterTemplate.java:162) ~[spring-social-twitter-1.1.2.RELEASE.jar:1.1.2.RELEASE] at org.springframework.social.oauth1.AbstractOAuth1ApiBinding.getMessageConverters(AbstractOAuth1ApiBinding.java:126) ~[spring-social-core-1.1.4.RELEASE.jar:1.1.4.RELEASE] at org.springframework.social.oauth1.AbstractOAuth1ApiBinding.createRestTemplateWithCulledMessageConverters(AbstractOAuth1ApiBinding.java:217) ~[spring-social-core-1.1.4.RELEASE.jar:1.1.4.RELEASE] at org.springframework.social.oauth1.AbstractOAuth1ApiBinding.createRestTemplate(AbstractOAuth1ApiBinding.java:175) ~[spring-social-core-1.1.4.RELEASE.jar:1.1.4.RELEASE] at org.springframework.social.oauth1.AbstractOAuth1ApiBinding.(AbstractOAuth1ApiBinding.java:71) ~[spring-social-core-1.1.4.RELEASE.jar:1.1.4.RELEASE] at...