|
6956 | 6956 | "old": "method java.lang.Throwable java.lang.Throwable::fillInStackTrace() @ com.fasterxml.jackson.databind.deser.UnresolvedForwardReference",
|
6957 | 6957 | "new": "method com.fasterxml.jackson.databind.deser.UnresolvedForwardReference com.fasterxml.jackson.databind.deser.UnresolvedForwardReference::fillInStackTrace()",
|
6958 | 6958 | "justification": "Upgrade jackson-databind to 2.13.4.1 to address CVEs, API change cause: https://github.com/FasterXML/jackson-databind/issues/3419"
|
| 6959 | + }, |
| 6960 | + { |
| 6961 | + "code": "java.annotation.added", |
| 6962 | + "old": "method SelfT com.datastax.oss.driver.api.core.cql.Statement<SelfT extends com.datastax.oss.driver.api.core.cql.Statement<SelfT extends com.datastax.oss.driver.api.core.cql.Statement<SelfT>>>::setNowInSeconds(int)", |
| 6963 | + "new": "method SelfT com.datastax.oss.driver.api.core.cql.Statement<SelfT extends com.datastax.oss.driver.api.core.cql.Statement<SelfT extends com.datastax.oss.driver.api.core.cql.Statement<SelfT>>>::setNowInSeconds(int)", |
| 6964 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6965 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6966 | + }, |
| 6967 | + { |
| 6968 | + "code": "java.annotation.added", |
| 6969 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::add(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>)", |
| 6970 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::add(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>)", |
| 6971 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6972 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6973 | + }, |
| 6974 | + { |
| 6975 | + "code": "java.annotation.added", |
| 6976 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>[])", |
| 6977 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>[])", |
| 6978 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6979 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6980 | + }, |
| 6981 | + { |
| 6982 | + "code": "java.annotation.added", |
| 6983 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(java.lang.Iterable<? extends com.datastax.oss.driver.api.core.cql.BatchableStatement<?>>)", |
| 6984 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(java.lang.Iterable<? extends com.datastax.oss.driver.api.core.cql.BatchableStatement<?>>)", |
| 6985 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6986 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6987 | + }, |
| 6988 | + { |
| 6989 | + "code": "java.annotation.added", |
| 6990 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::clear()", |
| 6991 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::clear()", |
| 6992 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6993 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6994 | + }, |
| 6995 | + { |
| 6996 | + "code": "java.annotation.added", |
| 6997 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setBatchType(com.datastax.oss.driver.api.core.cql.BatchType)", |
| 6998 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setBatchType(com.datastax.oss.driver.api.core.cql.BatchType)", |
| 6999 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 7000 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 7001 | + }, |
| 7002 | + { |
| 7003 | + "code": "java.annotation.added", |
| 7004 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier)", |
| 7005 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier)", |
| 7006 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 7007 | + "justification": "JAVA-2161: Annotate mutating methods with @CheckReturnValue" |
| 7008 | + }, |
| 7009 | + { |
| 7010 | + "code": "java.annotation.added", |
| 7011 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(java.lang.String)", |
| 7012 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(java.lang.String)", |
| 7013 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 7014 | + "justification": "JAVA-2161: Annotate mutating methods with @CheckReturnValue" |
6959 | 7015 | }
|
6960 | 7016 | ]
|
6961 | 7017 | }
|
|
0 commit comments