Incompatible changes

slick

305 changes since 3.6.1

Code changes

Incompatibility Symbol Problem
Binary slick.ast.Aggregate.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Aggregate does not have a correspondent in current version

Binary slick.ast.Aggregate.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Aggregate does not have a correspondent in current version

Binary slick.ast.Aggregate$ MissingTypesProblem

the type hierarchy of object slick.ast.Aggregate is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.Bind.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Bind does not have a correspondent in current version

Binary slick.ast.Bind.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Bind does not have a correspondent in current version

Binary slick.ast.Bind$ MissingTypesProblem

the type hierarchy of object slick.ast.Bind is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.CollectionCast.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.CollectionCast does not have a correspondent in current version

Binary slick.ast.CollectionCast.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.CollectionCast does not have a correspondent in current version

Binary slick.ast.CollectionCast$ MissingTypesProblem

the type hierarchy of object slick.ast.CollectionCast is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.CollectionType.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.CollectionType does not have a correspondent in current version

Binary slick.ast.CollectionType.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.CollectionType does not have a correspondent in current version

Binary slick.ast.CollectionType$ MissingTypesProblem

the type hierarchy of object slick.ast.CollectionType is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.CompiledStatement.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.CompiledStatement does not have a correspondent in current version

Binary slick.ast.CompiledStatement.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.CompiledStatement does not have a correspondent in current version

Binary slick.ast.CompiledStatement$ MissingTypesProblem

the type hierarchy of object slick.ast.CompiledStatement is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.Comprehension.<init>$default$11 IncompatibleResultTypeProblem

synthetic static method <default>11()Boolean in class slick.ast.Comprehension has a different result type in current version, where it is scala.Option rather than Boolean

Binary slick.ast.Comprehension.unapply IncompatibleSignatureProblem

static method unapply(slick.ast.Comprehension)scala.Option in class slick.ast.Comprehension has a different generic signature in current version, where it is <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/LockStrength;>;>;>; rather than <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Ljava/lang/Object;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.ast.Comprehension.apply$default$11 IncompatibleResultTypeProblem

synthetic static method apply$default$11()Boolean in class slick.ast.Comprehension has a different result type in current version, where it is scala.Option rather than Boolean

Binary slick.ast.Comprehension.apply IncompatibleMethTypeProblem

static method apply(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension in class slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension

Binary slick.ast.Comprehension.forUpdate DirectMissingMethodProblem

method forUpdate()Boolean in class slick.ast.Comprehension does not have a correspondent in current version

Binary slick.ast.Comprehension.copy IncompatibleMethTypeProblem

method copy(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension in class slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension

Binary slick.ast.Comprehension.copy$default$11 IncompatibleResultTypeProblem

synthetic method copy$default$11()Boolean in class slick.ast.Comprehension has a different result type in current version, where it is scala.Option rather than Boolean

Binary slick.ast.Comprehension.this IncompatibleMethTypeProblem

method this(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)Unit in class slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)Unit instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)Unit

Binary slick.ast.Comprehension.<init>$default$11 IncompatibleResultTypeProblem

synthetic method <default>11()Boolean in object slick.ast.Comprehension has a different result type in current version, where it is scala.Option rather than Boolean

Binary slick.ast.Comprehension.apply IncompatibleMethTypeProblem

method apply(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension in object slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension

Binary slick.ast.Comprehension.apply$default$11 IncompatibleResultTypeProblem

synthetic method apply$default$11()Boolean in object slick.ast.Comprehension has a different result type in current version, where it is scala.Option rather than Boolean

Binary slick.ast.Comprehension.unapply IncompatibleSignatureProblem

method unapply(slick.ast.Comprehension)scala.Option in object slick.ast.Comprehension has a different generic signature in current version, where it is <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/LockStrength;>;>;>; rather than <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Ljava/lang/Object;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.ast.Distinct.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Distinct does not have a correspondent in current version

Binary slick.ast.Distinct.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Distinct does not have a correspondent in current version

Binary slick.ast.Distinct$ MissingTypesProblem

the type hierarchy of object slick.ast.Distinct is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.Drop.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Drop does not have a correspondent in current version

Binary slick.ast.Drop.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Drop does not have a correspondent in current version

Binary slick.ast.Drop$ MissingTypesProblem

the type hierarchy of object slick.ast.Drop is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.ElementSymbol.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.ElementSymbol does not have a correspondent in current version

Binary slick.ast.ElementSymbol.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.ElementSymbol does not have a correspondent in current version

Binary slick.ast.ElementSymbol$ MissingTypesProblem

the type hierarchy of object slick.ast.ElementSymbol is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.First.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.First does not have a correspondent in current version

Binary slick.ast.First.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.First does not have a correspondent in current version

Binary slick.ast.First$ MissingTypesProblem

the type hierarchy of object slick.ast.First is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.ForUpdate MissingClassProblem

class slick.ast.ForUpdate does not have a correspondent in current version

Binary slick.ast.ForUpdate$ MissingClassProblem

object slick.ast.ForUpdate does not have a correspondent in current version

Binary slick.ast.GetOrElse.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.GetOrElse does not have a correspondent in current version

Binary slick.ast.GetOrElse.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.GetOrElse does not have a correspondent in current version

Binary slick.ast.GetOrElse$ MissingTypesProblem

the type hierarchy of object slick.ast.GetOrElse is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.GroupBy.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.GroupBy does not have a correspondent in current version

Binary slick.ast.GroupBy.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.GroupBy does not have a correspondent in current version

Binary slick.ast.GroupBy$ MissingTypesProblem

the type hierarchy of object slick.ast.GroupBy is different in current version. Missing types {scala.runtime.AbstractFunction4}

Binary slick.ast.IfThenElse.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.IfThenElse does not have a correspondent in current version

Binary slick.ast.IfThenElse.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.IfThenElse does not have a correspondent in current version

Binary slick.ast.IfThenElse$ MissingTypesProblem

the type hierarchy of object slick.ast.IfThenElse is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.Insert.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Insert does not have a correspondent in current version

Binary slick.ast.Insert.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Insert does not have a correspondent in current version

Binary slick.ast.Insert$ MissingTypesProblem

the type hierarchy of object slick.ast.Insert is different in current version. Missing types {scala.runtime.AbstractFunction4}

Binary slick.ast.InsertColumn.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.InsertColumn does not have a correspondent in current version

Binary slick.ast.InsertColumn.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.InsertColumn does not have a correspondent in current version

Binary slick.ast.InsertColumn$ MissingTypesProblem

the type hierarchy of object slick.ast.InsertColumn is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.Join.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Join does not have a correspondent in current version

Binary slick.ast.Join.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Join does not have a correspondent in current version

Binary slick.ast.Join$ MissingTypesProblem

the type hierarchy of object slick.ast.Join is different in current version. Missing types {scala.runtime.AbstractFunction6}

Binary slick.ast.MappedScalaType$Mapper$ MissingTypesProblem

the type hierarchy of object slick.ast.MappedScalaType#Mapper is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.NominalType.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.NominalType does not have a correspondent in current version

Binary slick.ast.NominalType.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.NominalType does not have a correspondent in current version

Binary slick.ast.NominalType$ MissingTypesProblem

the type hierarchy of object slick.ast.NominalType is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.OptionApply.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.OptionApply does not have a correspondent in current version

Binary slick.ast.OptionApply.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.OptionApply does not have a correspondent in current version

Binary slick.ast.OptionApply$ MissingTypesProblem

the type hierarchy of object slick.ast.OptionApply is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.OptionFold.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.OptionFold does not have a correspondent in current version

Binary slick.ast.OptionFold.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.OptionFold does not have a correspondent in current version

Binary slick.ast.OptionFold$ MissingTypesProblem

the type hierarchy of object slick.ast.OptionFold is different in current version. Missing types {scala.runtime.AbstractFunction4}

Binary slick.ast.ParameterSwitch.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.ParameterSwitch does not have a correspondent in current version

Binary slick.ast.ParameterSwitch.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.ParameterSwitch does not have a correspondent in current version

Binary slick.ast.ParameterSwitch$ MissingTypesProblem

the type hierarchy of object slick.ast.ParameterSwitch is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.ProductNode.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.ProductNode does not have a correspondent in current version

Binary slick.ast.ProductNode.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.ProductNode does not have a correspondent in current version

Binary slick.ast.ProductNode$ MissingTypesProblem

the type hierarchy of object slick.ast.ProductNode is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.ProductType.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.ProductType does not have a correspondent in current version

Binary slick.ast.ProductType.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.ProductType does not have a correspondent in current version

Binary slick.ast.ProductType$ MissingTypesProblem

the type hierarchy of object slick.ast.ProductType is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.Pure.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Pure does not have a correspondent in current version

Binary slick.ast.Pure.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Pure does not have a correspondent in current version

Binary slick.ast.Pure$ MissingTypesProblem

the type hierarchy of object slick.ast.Pure is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.RangeFrom.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.RangeFrom does not have a correspondent in current version

Binary slick.ast.RangeFrom.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.RangeFrom does not have a correspondent in current version

Binary slick.ast.RangeFrom$ MissingTypesProblem

the type hierarchy of object slick.ast.RangeFrom is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.RebuildOption.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.RebuildOption does not have a correspondent in current version

Binary slick.ast.RebuildOption.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.RebuildOption does not have a correspondent in current version

Binary slick.ast.RebuildOption$ MissingTypesProblem

the type hierarchy of object slick.ast.RebuildOption is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.Ref.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.Ref does not have a correspondent in current version

Binary slick.ast.Ref.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.Ref does not have a correspondent in current version

Binary slick.ast.Ref$ MissingTypesProblem

the type hierarchy of object slick.ast.Ref is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.ResultSetMapping.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.ResultSetMapping does not have a correspondent in current version

Binary slick.ast.ResultSetMapping.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.ResultSetMapping does not have a correspondent in current version

Binary slick.ast.ResultSetMapping$ MissingTypesProblem

the type hierarchy of object slick.ast.ResultSetMapping is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.RowNumber.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.RowNumber does not have a correspondent in current version

Binary slick.ast.RowNumber.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.RowNumber does not have a correspondent in current version

Binary slick.ast.RowNumber$ MissingTypesProblem

the type hierarchy of object slick.ast.RowNumber is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.Select.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Select does not have a correspondent in current version

Binary slick.ast.Select.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Select does not have a correspondent in current version

Binary slick.ast.Select$ MissingTypesProblem

the type hierarchy of object slick.ast.Select is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.SimpleTableIdentitySymbol.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.SimpleTableIdentitySymbol does not have a correspondent in current version

Binary slick.ast.SimpleTableIdentitySymbol.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.SimpleTableIdentitySymbol does not have a correspondent in current version

Binary slick.ast.SimpleTableIdentitySymbol$ MissingTypesProblem

the type hierarchy of object slick.ast.SimpleTableIdentitySymbol is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.SortBy.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.SortBy does not have a correspondent in current version

Binary slick.ast.SortBy.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.SortBy does not have a correspondent in current version

Binary slick.ast.SortBy$ MissingTypesProblem

the type hierarchy of object slick.ast.SortBy is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.StructNode.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.StructNode does not have a correspondent in current version

Binary slick.ast.StructNode.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.StructNode does not have a correspondent in current version

Binary slick.ast.StructNode$ MissingTypesProblem

the type hierarchy of object slick.ast.StructNode is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.StructType.andThen DirectMissingMethodProblem

static method andThen(scala.Function1)scala.Function1 in class slick.ast.StructType does not have a correspondent in current version

Binary slick.ast.StructType.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.ast.StructType does not have a correspondent in current version

Binary slick.ast.StructType$ MissingTypesProblem

the type hierarchy of object slick.ast.StructType is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.ast.TableExpansion.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.TableExpansion does not have a correspondent in current version

Binary slick.ast.TableExpansion.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.TableExpansion does not have a correspondent in current version

Binary slick.ast.TableExpansion$ MissingTypesProblem

the type hierarchy of object slick.ast.TableExpansion is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.Take.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Take does not have a correspondent in current version

Binary slick.ast.Take.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Take does not have a correspondent in current version

Binary slick.ast.Take$ MissingTypesProblem

the type hierarchy of object slick.ast.Take is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.ast.TypeMapping.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.TypeMapping does not have a correspondent in current version

Binary slick.ast.TypeMapping.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.TypeMapping does not have a correspondent in current version

Binary slick.ast.TypeMapping$ MissingTypesProblem

the type hierarchy of object slick.ast.TypeMapping is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.ast.Union.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.ast.Union does not have a correspondent in current version

Binary slick.ast.Union.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.ast.Union does not have a correspondent in current version

Binary slick.ast.Union$ MissingTypesProblem

the type hierarchy of object slick.ast.Union is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.compiler.UsedFeatures.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.compiler.UsedFeatures does not have a correspondent in current version

Binary slick.compiler.UsedFeatures.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.compiler.UsedFeatures does not have a correspondent in current version

Binary slick.compiler.UsedFeatures$ MissingTypesProblem

the type hierarchy of object slick.compiler.UsedFeatures is different in current version. Missing types {scala.runtime.AbstractFunction4}

Binary slick.dbio.FailureAction.compose DirectMissingMethodProblem

static method compose(scala.Function1)scala.Function1 in class slick.dbio.FailureAction does not have a correspondent in current version

Binary slick.dbio.FailureAction$ MissingTypesProblem

the type hierarchy of object slick.dbio.FailureAction is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.jdbc.DB2Profile#DB2QueryBuilder.buildForUpdateClause DirectMissingMethodProblem

method buildForUpdateClause(Boolean)Unit in class slick.jdbc.DB2Profile#DB2QueryBuilder does not have a correspondent in current version

Binary slick.jdbc.DB2Profile$DB2SequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.DB2Profile#DB2SequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder}

Binary slick.jdbc.DerbyProfile#DerbyQueryBuilder.buildForUpdateClause DirectMissingMethodProblem

method buildForUpdateClause(Boolean)Unit in class slick.jdbc.DerbyProfile#DerbyQueryBuilder does not have a correspondent in current version

Binary slick.jdbc.DerbyProfile$DerbySequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.DerbyProfile#DerbySequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder}

Binary slick.jdbc.HsqldbProfile$HsqldbSequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.HsqldbProfile#HsqldbSequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder}

Binary slick.jdbc.JdbcBackend$StatementParameters$ MissingTypesProblem

the type hierarchy of object slick.jdbc.JdbcBackend#StatementParameters is different in current version. Missing types {scala.runtime.AbstractFunction5}

Binary slick.jdbc.JdbcStatementBuilderComponent#QueryBuilder.buildForUpdateClause DirectMissingMethodProblem

method buildForUpdateClause(Boolean)Unit in class slick.jdbc.JdbcStatementBuilderComponent#QueryBuilder does not have a correspondent in current version

Binary slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder IncompatibleTemplateDefProblem

declaration of class slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder is interface slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder in current version; changing class to interface breaks client code

Binary slick.jdbc.MySQLProfile$MySQLSequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.MySQLProfile#MySQLSequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder}

Binary slick.jdbc.MySQLProfile$RowNum$ MissingTypesProblem

the type hierarchy of object slick.jdbc.MySQLProfile#RowNum is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.jdbc.MySQLProfile$RowNumGen$ MissingTypesProblem

the type hierarchy of object slick.jdbc.MySQLProfile#RowNumGen is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.jdbc.OracleProfile$ColumnOption$AutoIncSequenceName$ MissingTypesProblem

the type hierarchy of object slick.jdbc.OracleProfile#ColumnOption#AutoIncSequenceName is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.jdbc.OracleProfile$ColumnOption$AutoIncTriggerName$ MissingTypesProblem

the type hierarchy of object slick.jdbc.OracleProfile#ColumnOption#AutoIncTriggerName is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.jdbc.OracleProfile$OracleSequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.OracleProfile#OracleSequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder}

Binary slick.jdbc.SQLServerProfile#SQLServerQueryBuilder.buildForUpdateClause DirectMissingMethodProblem

method buildForUpdateClause(Boolean)Unit in class slick.jdbc.SQLServerProfile#SQLServerQueryBuilder does not have a correspondent in current version

Binary slick.jdbc.SQLiteProfile#SQLiteModelBuilder#SQLiteColumnBuilder.TypePattern DirectMissingMethodProblem

method TypePattern()scala.util.matching.Regex in class slick.jdbc.SQLiteProfile#SQLiteModelBuilder#SQLiteColumnBuilder does not have a correspondent in current version

Binary slick.jdbc.SQLiteProfile#SQLiteModelBuilder#SQLiteColumnBuilder.extractTypeProps DirectMissingMethodProblem

method extractTypeProps(java.lang.String)scala.Tuple2 in class slick.jdbc.SQLiteProfile#SQLiteModelBuilder#SQLiteColumnBuilder does not have a correspondent in current version

Binary slick.jdbc.SQLiteProfile#SQLiteModelBuilder#SQLiteColumnBuilder.dbType DirectMissingMethodProblem

method dbType()scala.Some in class slick.jdbc.SQLiteProfile#SQLiteModelBuilder#SQLiteColumnBuilder does not have a correspondent in current version

Binary slick.jdbc.meta.MColumn.unapply IncompatibleSignatureProblem

static method unapply(slick.jdbc.meta.MColumn)scala.Option in class slick.jdbc.meta.MColumn has a different generic signature in current version, where it is (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple17<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>; rather than (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple16<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.jdbc.meta.MColumn.apply DirectMissingMethodProblem

static method apply(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option)slick.jdbc.meta.MColumn in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Binary slick.jdbc.meta.MColumn.copy DirectMissingMethodProblem

method copy(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option)slick.jdbc.meta.MColumn in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Binary slick.jdbc.meta.MColumn.this DirectMissingMethodProblem

method this(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option)Unit in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Binary slick.jdbc.meta.MColumn.apply DirectMissingMethodProblem

method apply(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option)slick.jdbc.meta.MColumn in object slick.jdbc.meta.MColumn does not have a correspondent in current version

Binary slick.jdbc.meta.MColumn.unapply IncompatibleSignatureProblem

method unapply(slick.jdbc.meta.MColumn)scala.Option in object slick.jdbc.meta.MColumn has a different generic signature in current version, where it is (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple17<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>; rather than (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple16<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.lifted.PrimaryKey.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.lifted.PrimaryKey does not have a correspondent in current version

Binary slick.lifted.PrimaryKey.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.lifted.PrimaryKey does not have a correspondent in current version

Binary slick.lifted.PrimaryKey$ MissingTypesProblem

the type hierarchy of object slick.lifted.PrimaryKey is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.lifted.Shape.primitiveShape IncompatibleSignatureProblem

static method primitiveShape(slick.ast.TypedType)slick.lifted.Shape in class slick.lifted.Shape has a different generic signature in current version, where it is <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/Rep$TypedRep<TT;>;>; rather than <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/ConstColumn<TT;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.lifted.Shape.primitiveShape IncompatibleSignatureProblem

method primitiveShape(slick.ast.TypedType)slick.lifted.Shape in object slick.lifted.Shape has a different generic signature in current version, where it is <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/Rep$TypedRep<TT;>;>; rather than <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/ConstColumn<TT;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.lifted.SingleColumnQueryExtensionMethods.avg$extension IncompatibleSignatureProblem

extension static method avg$extension(slick.lifted.Query,slick.ast.TypedType)slick.lifted.Rep in class slick.lifted.SingleColumnQueryExtensionMethods has a different generic signature in current version, where it is <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<Ljava/lang/Object;>;>;)Lslick/lifted/Rep<Lscala/Option<Ljava/lang/Object;>;>; rather than <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<TB1;>;>;)Lslick/lifted/Rep<Lscala/Option<TB1;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.lifted.SingleColumnQueryExtensionMethods.avg IncompatibleSignatureProblem

method avg(slick.ast.TypedType)slick.lifted.Rep in class slick.lifted.SingleColumnQueryExtensionMethods has a different generic signature in current version, where it is (Lslick/ast/TypedType<Lscala/Option<Ljava/lang/Object;>;>;)Lslick/lifted/Rep<Lscala/Option<Ljava/lang/Object;>;>; rather than (Lslick/ast/TypedType<Lscala/Option<TB1;>;>;)Lslick/lifted/Rep<Lscala/Option<TB1;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.lifted.SingleColumnQueryExtensionMethods.avg$extension IncompatibleSignatureProblem

extension method avg$extension(slick.lifted.Query,slick.ast.TypedType)slick.lifted.Rep in object slick.lifted.SingleColumnQueryExtensionMethods has a different generic signature in current version, where it is <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<Ljava/lang/Object;>;>;)Lslick/lifted/Rep<Lscala/Option<Ljava/lang/Object;>;>; rather than <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<TB1;>;>;)Lslick/lifted/Rep<Lscala/Option<TB1;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Binary slick.memory.DistributedProfile$Distribute$Scope$ MissingTypesProblem

the type hierarchy of object slick.memory.DistributedProfile#Distribute#Scope is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.memory.ProfileComputation.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.memory.ProfileComputation does not have a correspondent in current version

Binary slick.memory.ProfileComputation.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.memory.ProfileComputation does not have a correspondent in current version

Binary slick.memory.ProfileComputation$ MissingTypesProblem

the type hierarchy of object slick.memory.ProfileComputation is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.memory.QueryInterpreter.unwrapSingleColumn DirectMissingMethodProblem

method unwrapSingleColumn(scala.collection.Iterable,slick.ast.Type)scala.Tuple2 in class slick.memory.QueryInterpreter does not have a correspondent in current version

Binary slick.memory.QueryInterpreter.reduceOptionIt DirectMissingMethodProblem

method reduceOptionIt(scala.collection.Iterator,Boolean,scala.Function1,scala.Function2)scala.Option in class slick.memory.QueryInterpreter does not have a correspondent in current version

Binary slick.model.Column.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.Column does not have a correspondent in current version

Binary slick.model.Column.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.Column does not have a correspondent in current version

Binary slick.model.Column$ MissingTypesProblem

the type hierarchy of object slick.model.Column is different in current version. Missing types {scala.runtime.AbstractFunction5}

Binary slick.model.ForeignKey.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.ForeignKey does not have a correspondent in current version

Binary slick.model.ForeignKey.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.ForeignKey does not have a correspondent in current version

Binary slick.model.ForeignKey$ MissingTypesProblem

the type hierarchy of object slick.model.ForeignKey is different in current version. Missing types {scala.runtime.AbstractFunction8}

Binary slick.model.Index.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.Index does not have a correspondent in current version

Binary slick.model.Index.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.Index does not have a correspondent in current version

Binary slick.model.Index$ MissingTypesProblem

the type hierarchy of object slick.model.Index is different in current version. Missing types {scala.runtime.AbstractFunction5}

Binary slick.model.Model.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.Model does not have a correspondent in current version

Binary slick.model.Model.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.Model does not have a correspondent in current version

Binary slick.model.Model$ MissingTypesProblem

the type hierarchy of object slick.model.Model is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.model.PrimaryKey.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.PrimaryKey does not have a correspondent in current version

Binary slick.model.PrimaryKey.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.PrimaryKey does not have a correspondent in current version

Binary slick.model.PrimaryKey$ MissingTypesProblem

the type hierarchy of object slick.model.PrimaryKey is different in current version. Missing types {scala.runtime.AbstractFunction4}

Binary slick.model.QualifiedName.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.QualifiedName does not have a correspondent in current version

Binary slick.model.QualifiedName.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.QualifiedName does not have a correspondent in current version

Binary slick.model.QualifiedName$ MissingTypesProblem

the type hierarchy of object slick.model.QualifiedName is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary slick.model.Table.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.model.Table does not have a correspondent in current version

Binary slick.model.Table.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.model.Table does not have a correspondent in current version

Binary slick.model.Table$ MissingTypesProblem

the type hierarchy of object slick.model.Table is different in current version. Missing types {scala.runtime.AbstractFunction6}

Binary slick.relational.CompiledMapping.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class slick.relational.CompiledMapping does not have a correspondent in current version

Binary slick.relational.CompiledMapping.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class slick.relational.CompiledMapping does not have a correspondent in current version

Binary slick.relational.CompiledMapping$ MissingTypesProblem

the type hierarchy of object slick.relational.CompiledMapping is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.relational.RelationalProfile$ColumnOption$Length$ MissingTypesProblem

the type hierarchy of object slick.relational.RelationalProfile#ColumnOption#Length is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary slick.sql.SqlProfile$ColumnOption$SqlType$ MissingTypesProblem

the type hierarchy of object slick.sql.SqlProfile#ColumnOption#SqlType is different in current version. Missing types {scala.runtime.AbstractFunction1}

Binary slick.util.SQLBuilder$Result$ MissingTypesProblem

the type hierarchy of object slick.util.SQLBuilder#Result is different in current version. Missing types {scala.runtime.AbstractFunction2}

Source slick.ast.Comprehension.<init>$default$11 IncompatibleResultTypeProblem

synthetic static method <default>11()scala.Option in class slick.ast.Comprehension has a different result type in current version, where it is Boolean rather than scala.Option

Source slick.ast.Comprehension.unapply IncompatibleSignatureProblem

static method unapply(slick.ast.Comprehension)scala.Option in class slick.ast.Comprehension has a different generic signature in current version, where it is <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Ljava/lang/Object;>;>; rather than <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/LockStrength;>;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.ast.Comprehension.apply$default$11 IncompatibleResultTypeProblem

synthetic static method apply$default$11()scala.Option in class slick.ast.Comprehension has a different result type in current version, where it is Boolean rather than scala.Option

Source slick.ast.Comprehension.apply IncompatibleMethTypeProblem

static method apply(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension in class slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension

Source slick.ast.Comprehension.locking DirectMissingMethodProblem

method locking()scala.Option in class slick.ast.Comprehension does not have a correspondent in current version

Source slick.ast.Comprehension.copy IncompatibleMethTypeProblem

method copy(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension in class slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension

Source slick.ast.Comprehension.copy$default$11 IncompatibleResultTypeProblem

synthetic method copy$default$11()scala.Option in class slick.ast.Comprehension has a different result type in current version, where it is Boolean rather than scala.Option

Source slick.ast.Comprehension.this IncompatibleMethTypeProblem

method this(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)Unit in class slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)Unit instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)Unit

Source slick.ast.Comprehension.<init>$default$11 IncompatibleResultTypeProblem

synthetic method <default>11()scala.Option in object slick.ast.Comprehension has a different result type in current version, where it is Boolean rather than scala.Option

Source slick.ast.Comprehension.apply IncompatibleMethTypeProblem

method apply(slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension in object slick.ast.Comprehension’s type is different in current version, where it is (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,Boolean)slick.ast.Comprehension instead of (slick.ast.TermSymbol,slick.ast.Node,slick.ast.Node,scala.Option,scala.Option,slick.util.ConstArray,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.ast.Comprehension

Source slick.ast.Comprehension.apply$default$11 IncompatibleResultTypeProblem

synthetic method apply$default$11()scala.Option in object slick.ast.Comprehension has a different result type in current version, where it is Boolean rather than scala.Option

Source slick.ast.Comprehension.unapply IncompatibleSignatureProblem

method unapply(slick.ast.Comprehension)scala.Option in object slick.ast.Comprehension has a different generic signature in current version, where it is <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Ljava/lang/Object;>;>; rather than <Fetch:Lscala/Option<Lslick/ast/Node;>;>(Lslick/ast/Comprehension<TFetch;>;)Lscala/Option<Lscala/Tuple11<Lslick/ast/TermSymbol;Lslick/ast/Node;Lslick/ast/Node;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;Lslick/util/ConstArray<Lscala/Tuple2<Lslick/ast/Node;Lslick/ast/Ordering;>;>;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/Node;>;TFetch;Lscala/Option<Lslick/ast/Node;>;Lscala/Option<Lslick/ast/LockStrength;>;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.ast.LockStrength MissingClassProblem

class slick.ast.LockStrength does not have a correspondent in current version

Source slick.ast.LockStrength$ MissingClassProblem

object slick.ast.LockStrength does not have a correspondent in current version

Source slick.ast.LockStrength$ForShare$ MissingClassProblem

object slick.ast.LockStrength#ForShare does not have a correspondent in current version

Source slick.ast.LockStrength$ForUpdate$ MissingClassProblem

object slick.ast.LockStrength#ForUpdate does not have a correspondent in current version

Source slick.ast.Locking MissingClassProblem

class slick.ast.Locking does not have a correspondent in current version

Source slick.ast.Locking$ MissingClassProblem

object slick.ast.Locking does not have a correspondent in current version

Source slick.jdbc.DB2Profile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.DB2Profile does not have a correspondent in current version

Source slick.jdbc.DB2Profile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.DB2Profile does not have a correspondent in current version

Source slick.jdbc.DB2Profile#DB2QueryBuilder.buildLockingClause DirectMissingMethodProblem

method buildLockingClause(scala.Option)Unit in class slick.jdbc.DB2Profile#DB2QueryBuilder does not have a correspondent in current version

Source slick.jdbc.DB2Profile$DB2SequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.DB2Profile#DB2SequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport}

Source slick.jdbc.DB2Profile#DB2SequenceDDLBuilder.startClause DirectMissingMethodProblem

method startClause(java.lang.Object)java.lang.String in class slick.jdbc.DB2Profile#DB2SequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.DB2Profile#DB2SequenceDDLBuilder.incrementClause DirectMissingMethodProblem

method incrementClause(java.lang.Object)java.lang.String in class slick.jdbc.DB2Profile#DB2SequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.DB2Profile#DB2SequenceDDLBuilder.asClause DirectMissingMethodProblem

method asClause()java.lang.String in class slick.jdbc.DB2Profile#DB2SequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.DB2Profile$DB2TableDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.DB2Profile#DB2TableDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$TableDDLBuilder$UniqueIndexAsConstraint}

Source slick.jdbc.DerbyProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.DerbyProfile does not have a correspondent in current version

Source slick.jdbc.DerbyProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.DerbyProfile does not have a correspondent in current version

Source slick.jdbc.DerbyProfile#DerbyQueryBuilder.buildLockingClause DirectMissingMethodProblem

method buildLockingClause(scala.Option)Unit in class slick.jdbc.DerbyProfile#DerbyQueryBuilder does not have a correspondent in current version

Source slick.jdbc.DerbyProfile$DerbySequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.DerbyProfile#DerbySequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport,slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport$OverrideActualStart}

Source slick.jdbc.DerbyProfile#DerbySequenceDDLBuilder.startClause DirectMissingMethodProblem

method startClause(java.lang.Object)java.lang.String in class slick.jdbc.DerbyProfile#DerbySequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.DerbyProfile#DerbySequenceDDLBuilder.incrementClause DirectMissingMethodProblem

method incrementClause(java.lang.Object)java.lang.String in class slick.jdbc.DerbyProfile#DerbySequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.DerbyProfile$DerbyTableDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.DerbyProfile#DerbyTableDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$TableDDLBuilder$UniqueIndexAsConstraint}

Source slick.jdbc.H2Profile.createTableDDLBuilder NewMixinForwarderProblem

in current version, classes mixing slick.jdbc.H2Profile need be recompiled to wire to the new static mixin forwarder method all super calls to method createTableDDLBuilder(slick.relational.RelationalTableComponent#Table)slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder

Source slick.jdbc.H2Profile.createSequenceDDLBuilder NewMixinForwarderProblem

in current version, classes mixing slick.jdbc.H2Profile need be recompiled to wire to the new static mixin forwarder method all super calls to method createSequenceDDLBuilder(slick.relational.RelationalSequenceComponent#Sequence)slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder

Source slick.jdbc.H2Profile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.H2Profile does not have a correspondent in current version

Source slick.jdbc.H2Profile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.H2Profile does not have a correspondent in current version

Source slick.jdbc.H2Profile$H2SequenceDDLBuilder MissingClassProblem

class slick.jdbc.H2Profile#H2SequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.H2Profile$H2TableDDLBuilder MissingClassProblem

class slick.jdbc.H2Profile#H2TableDDLBuilder does not have a correspondent in current version

Source slick.jdbc.HsqldbProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.HsqldbProfile does not have a correspondent in current version

Source slick.jdbc.HsqldbProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.HsqldbProfile does not have a correspondent in current version

Source slick.jdbc.HsqldbProfile$HsqldbSequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.HsqldbProfile#HsqldbSequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport,slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport$OverrideActualStart}

Source slick.jdbc.HsqldbProfile#HsqldbSequenceDDLBuilder.incrementClause DirectMissingMethodProblem

method incrementClause(java.lang.Object)java.lang.String in class slick.jdbc.HsqldbProfile#HsqldbSequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.HsqldbProfile#HsqldbSequenceDDLBuilder.startClause DirectMissingMethodProblem

method startClause(java.lang.Object)java.lang.String in class slick.jdbc.HsqldbProfile#HsqldbSequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.HsqldbProfile$HsqldbTableDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.HsqldbProfile#HsqldbTableDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$TableDDLBuilder$UniqueIndexAsConstraint}

Source slick.jdbc.JdbcCapabilities.forShare DirectMissingMethodProblem

static method forShare()slick.basic.Capability in class slick.jdbc.JdbcCapabilities does not have a correspondent in current version

Source slick.jdbc.JdbcCapabilities.forShare DirectMissingMethodProblem

method forShare()slick.basic.Capability in object slick.jdbc.JdbcCapabilities does not have a correspondent in current version

Source slick.jdbc.JdbcModelBuilder#ColumnBuilder.generated DirectMissingMethodProblem

method generated()Boolean in class slick.jdbc.JdbcModelBuilder#ColumnBuilder does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent#QueryBuilder.buildLockingClause DirectMissingMethodProblem

method buildLockingClause(scala.Option)Unit in class slick.jdbc.JdbcStatementBuilderComponent#QueryBuilder does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder IncompatibleTemplateDefProblem

declaration of interface slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder is class slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder in current version; changing interface to class breaks client code

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$ MissingClassProblem

object slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport MissingClassProblem

class slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder#BuiltInSupport does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport$ MissingClassProblem

object slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder#BuiltInSupport does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport$IncrementBy MissingClassProblem

interface slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder#BuiltInSupport#IncrementBy does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport$OverrideActualStart MissingClassProblem

class slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder#BuiltInSupport#OverrideActualStart does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport$StartWith MissingClassProblem

interface slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder#BuiltInSupport#StartWith does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder.addIndexColumnList DirectMissingMethodProblem

method addIndexColumnList(scala.collection.immutable.IndexedSeq,java.lang.String)java.lang.String in class slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$TableDDLBuilder$ MissingClassProblem

object slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder does not have a correspondent in current version

Source slick.jdbc.JdbcStatementBuilderComponent$TableDDLBuilder$UniqueIndexAsConstraint MissingClassProblem

interface slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder#UniqueIndexAsConstraint does not have a correspondent in current version

Source slick.jdbc.MySQLProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.MySQLProfile does not have a correspondent in current version

Source slick.jdbc.MySQLProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.MySQLProfile does not have a correspondent in current version

Source slick.jdbc.MySQLProfile$MySQLSequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.MySQLProfile#MySQLSequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder}

Source slick.jdbc.OracleProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.OracleProfile does not have a correspondent in current version

Source slick.jdbc.OracleProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.OracleProfile does not have a correspondent in current version

Source slick.jdbc.OracleProfile$OracleSequenceDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.OracleProfile#OracleSequenceDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$SequenceDDLBuilder$BuiltInSupport}

Source slick.jdbc.OracleProfile#OracleSequenceDDLBuilder.startClause DirectMissingMethodProblem

method startClause(java.lang.Object)java.lang.String in class slick.jdbc.OracleProfile#OracleSequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.OracleProfile#OracleSequenceDDLBuilder.incrementClause DirectMissingMethodProblem

method incrementClause(java.lang.Object)java.lang.String in class slick.jdbc.OracleProfile#OracleSequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.OracleProfile#OracleSequenceDDLBuilder.cycleClause DirectMissingMethodProblem

method cycleClause()java.lang.String in class slick.jdbc.OracleProfile#OracleSequenceDDLBuilder does not have a correspondent in current version

Source slick.jdbc.OracleProfile$OracleTableDDLBuilder MissingTypesProblem

the type hierarchy of class slick.jdbc.OracleProfile#OracleTableDDLBuilder is different in current version. Missing types {slick.jdbc.JdbcStatementBuilderComponent$TableDDLBuilder$UniqueIndexAsConstraint}

Source slick.jdbc.PositionedResult.nextBooleanNonNull DirectMissingMethodProblem

method nextBooleanNonNull()Boolean in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextBigDecimalNonNull DirectMissingMethodProblem

method nextBigDecimalNonNull()scala.math.BigDecimal in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextBlobNonNull DirectMissingMethodProblem

method nextBlobNonNull()java.sql.Blob in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextByteNonNull DirectMissingMethodProblem

method nextByteNonNull()Byte in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextBytesNonNull DirectMissingMethodProblem

method nextBytesNonNull()Array[Byte] in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextClobNonNull DirectMissingMethodProblem

method nextClobNonNull()java.sql.Clob in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextDateNonNull DirectMissingMethodProblem

method nextDateNonNull()java.sql.Date in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextDoubleNonNull DirectMissingMethodProblem

method nextDoubleNonNull()Double in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextFloatNonNull DirectMissingMethodProblem

method nextFloatNonNull()Float in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextIntNonNull DirectMissingMethodProblem

method nextIntNonNull()Int in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextLongNonNull DirectMissingMethodProblem

method nextLongNonNull()Long in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextObjectNonNull DirectMissingMethodProblem

method nextObjectNonNull()java.lang.Object in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextShortNonNull DirectMissingMethodProblem

method nextShortNonNull()Short in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextStringNonNull DirectMissingMethodProblem

method nextStringNonNull()java.lang.String in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextTimeNonNull DirectMissingMethodProblem

method nextTimeNonNull()java.sql.Time in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult.nextTimestampNonNull DirectMissingMethodProblem

method nextTimestampNonNull()java.sql.Timestamp in class slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult$ MissingClassProblem

object slick.jdbc.PositionedResult does not have a correspondent in current version

Source slick.jdbc.PositionedResult$SqlNullException MissingClassProblem

class slick.jdbc.PositionedResult#SqlNullException does not have a correspondent in current version

Source slick.jdbc.PositionedResult$SqlNullException$ MissingClassProblem

object slick.jdbc.PositionedResult#SqlNullException does not have a correspondent in current version

Source slick.jdbc.PostgresProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.PostgresProfile does not have a correspondent in current version

Source slick.jdbc.PostgresProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.PostgresProfile does not have a correspondent in current version

Source slick.jdbc.SQLActionBuilder.stripMargin DirectMissingMethodProblem

method stripMargin(Char)slick.jdbc.SQLActionBuilder in class slick.jdbc.SQLActionBuilder does not have a correspondent in current version

Source slick.jdbc.SQLActionBuilder.stripMargin DirectMissingMethodProblem

method stripMargin()slick.jdbc.SQLActionBuilder in class slick.jdbc.SQLActionBuilder does not have a correspondent in current version

Source slick.jdbc.SQLServerProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.SQLServerProfile does not have a correspondent in current version

Source slick.jdbc.SQLServerProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.SQLServerProfile does not have a correspondent in current version

Source slick.jdbc.SQLServerProfile#SQLServerQueryBuilder.buildLockingClause DirectMissingMethodProblem

method buildLockingClause(scala.Option)Unit in class slick.jdbc.SQLServerProfile#SQLServerQueryBuilder does not have a correspondent in current version

Source slick.jdbc.SQLiteProfile.TableDDLBuilder DirectMissingMethodProblem

method TableDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#TableDDLBuilder# in object slick.jdbc.SQLiteProfile does not have a correspondent in current version

Source slick.jdbc.SQLiteProfile.SequenceDDLBuilder DirectMissingMethodProblem

method SequenceDDLBuilder()slick.jdbc.JdbcStatementBuilderComponent#SequenceDDLBuilder# in object slick.jdbc.SQLiteProfile does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.unapply IncompatibleSignatureProblem

static method unapply(slick.jdbc.meta.MColumn)scala.Option in class slick.jdbc.meta.MColumn has a different generic signature in current version, where it is (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple16<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>; rather than (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple17<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.jdbc.meta.MColumn.apply DirectMissingMethodProblem

static method apply(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.jdbc.meta.MColumn in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.isGenerated DirectMissingMethodProblem

method isGenerated()scala.Option in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.copy DirectMissingMethodProblem

method copy(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.jdbc.meta.MColumn in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.copy$default$17 DirectMissingMethodProblem

synthetic method copy$default$17()scala.Option in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.this DirectMissingMethodProblem

method this(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)Unit in class slick.jdbc.meta.MColumn does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.apply DirectMissingMethodProblem

method apply(slick.jdbc.meta.MQName,java.lang.String,Int,java.lang.String,scala.Option,scala.Option,Int,scala.Option,scala.Option,scala.Option,Int,Int,scala.Option,scala.Option,scala.Option,scala.Option,scala.Option)slick.jdbc.meta.MColumn in object slick.jdbc.meta.MColumn does not have a correspondent in current version

Source slick.jdbc.meta.MColumn.unapply IncompatibleSignatureProblem

method unapply(slick.jdbc.meta.MColumn)scala.Option in object slick.jdbc.meta.MColumn has a different generic signature in current version, where it is (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple16<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>; rather than (Lslick/jdbc/meta/MColumn;)Lscala/Option<Lscala/Tuple17<Lslick/jdbc/meta/MQName;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/String;>;Lscala/Option<Ljava/lang/String;>;Ljava/lang/Object;Ljava/lang/Object;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Lslick/jdbc/meta/MQName;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;Lscala/Option<Ljava/lang/Object;>;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.lifted.Query.forShare DirectMissingMethodProblem

method forShare()slick.lifted.Query in class slick.lifted.Query does not have a correspondent in current version

Source slick.lifted.Query.locking DirectMissingMethodProblem

method locking(slick.ast.LockStrength)slick.lifted.Query in class slick.lifted.Query does not have a correspondent in current version

Source slick.lifted.Shape.primitiveShape IncompatibleSignatureProblem

static method primitiveShape(slick.ast.TypedType)slick.lifted.Shape in class slick.lifted.Shape has a different generic signature in current version, where it is <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/ConstColumn<TT;>;>; rather than <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/Rep$TypedRep<TT;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.lifted.Shape.primitiveShape IncompatibleSignatureProblem

method primitiveShape(slick.ast.TypedType)slick.lifted.Shape in object slick.lifted.Shape has a different generic signature in current version, where it is <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/ConstColumn<TT;>;>; rather than <T:Ljava/lang/Object;Level::Lslick/lifted/ShapeLevel;>(Lslick/ast/TypedType<TT;>;)Lslick/lifted/Shape<TLevel;TT;TT;Lslick/lifted/Rep$TypedRep<TT;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.lifted.SingleColumnQueryExtensionMethods.avg$extension IncompatibleSignatureProblem

extension static method avg$extension(slick.lifted.Query,slick.ast.TypedType)slick.lifted.Rep in class slick.lifted.SingleColumnQueryExtensionMethods has a different generic signature in current version, where it is <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<TB1;>;>;)Lslick/lifted/Rep<Lscala/Option<TB1;>;>; rather than <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<Ljava/lang/Object;>;>;)Lslick/lifted/Rep<Lscala/Option<Ljava/lang/Object;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.lifted.SingleColumnQueryExtensionMethods.avg IncompatibleSignatureProblem

method avg(slick.ast.TypedType)slick.lifted.Rep in class slick.lifted.SingleColumnQueryExtensionMethods has a different generic signature in current version, where it is (Lslick/ast/TypedType<Lscala/Option<TB1;>;>;)Lslick/lifted/Rep<Lscala/Option<TB1;>;>; rather than (Lslick/ast/TypedType<Lscala/Option<Ljava/lang/Object;>;>;)Lslick/lifted/Rep<Lscala/Option<Ljava/lang/Object;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

Source slick.lifted.SingleColumnQueryExtensionMethods.avg$extension IncompatibleSignatureProblem

extension method avg$extension(slick.lifted.Query,slick.ast.TypedType)slick.lifted.Rep in object slick.lifted.SingleColumnQueryExtensionMethods has a different generic signature in current version, where it is <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<TB1;>;>;)Lslick/lifted/Rep<Lscala/Option<TB1;>;>; rather than <B1:Ljava/lang/Object;P1:Ljava/lang/Object;C:Ljava/lang/Object;>(Lslick/lifted/Query<Lslick/lifted/Rep<TP1;>;*TC;>;Lslick/ast/TypedType<Lscala/Option<Ljava/lang/Object;>;>;)Lslick/lifted/Rep<Lscala/Option<Ljava/lang/Object;>;>;. See https://github.com/lightbend-labs/mima#incompatiblesignatureproblem

slick-hikaricp

2 changes since 3.6.1

Dependency changes

Artifact Incompatibility Status Previous version Current version Version scheme
com.zaxxer:HikariCP Binary, Source Incompatible 6.3.0 7.0.2 Early semantic versioning

slick-testkit

15 changes since 3.6.1

Dependency changes

Artifact Incompatibility Status Previous version Current version Version scheme
com.zaxxer:HikariCP Binary, Source Incompatible 6.3.0 7.0.2 Early semantic versioning

Code changes

Incompatibility Symbol Problem
Binary com.typesafe.slick.testkit.tests.ForUpdateTest MissingClassProblem

class com.typesafe.slick.testkit.tests.ForUpdateTest does not have a correspondent in current version

Binary com.typesafe.slick.testkit.tests.ForUpdateTest$T MissingClassProblem

class com.typesafe.slick.testkit.tests.ForUpdateTest#T does not have a correspondent in current version

Binary com.typesafe.slick.testkit.tests.ForceInsertQueryTest$Person$ MissingTypesProblem

the type hierarchy of object com.typesafe.slick.testkit.tests.ForceInsertQueryTest#Person is different in current version. Missing types {scala.runtime.AbstractFunction4}

Binary com.typesafe.slick.testkit.tests.MainTest$User$ MissingTypesProblem

the type hierarchy of object com.typesafe.slick.testkit.tests.MainTest#User is different in current version. Missing types {scala.runtime.AbstractFunction3}

Binary com.typesafe.slick.testkit.tests.PlainSQLTest$User$ MissingTypesProblem

the type hierarchy of object com.typesafe.slick.testkit.tests.PlainSQLTest#User is different in current version. Missing types {scala.runtime.AbstractFunction2}

Binary com.typesafe.slick.testkit.util.TestMethod.tupled DirectMissingMethodProblem

static method tupled()scala.Function1 in class com.typesafe.slick.testkit.util.TestMethod does not have a correspondent in current version

Binary com.typesafe.slick.testkit.util.TestMethod.curried DirectMissingMethodProblem

static method curried()scala.Function1 in class com.typesafe.slick.testkit.util.TestMethod does not have a correspondent in current version

Binary com.typesafe.slick.testkit.util.TestMethod$ MissingTypesProblem

the type hierarchy of object com.typesafe.slick.testkit.util.TestMethod is different in current version. Missing types {scala.runtime.AbstractFunction4}

Source com.typesafe.slick.testkit.tests.InsertTest.testInsertAllEmptyList DirectMissingMethodProblem

method testInsertAllEmptyList()slick.dbio.DBIOAction in class com.typesafe.slick.testkit.tests.InsertTest does not have a correspondent in current version

Source com.typesafe.slick.testkit.tests.InsertTest.testInsertAllEmptyVector DirectMissingMethodProblem

method testInsertAllEmptyVector()slick.dbio.DBIOAction in class com.typesafe.slick.testkit.tests.InsertTest does not have a correspondent in current version

Source com.typesafe.slick.testkit.tests.LockingClauseTest MissingClassProblem

class com.typesafe.slick.testkit.tests.LockingClauseTest does not have a correspondent in current version

Source com.typesafe.slick.testkit.tests.LockingClauseTest$T MissingClassProblem

class com.typesafe.slick.testkit.tests.LockingClauseTest#T does not have a correspondent in current version

Source com.typesafe.slick.testkit.tests.PlainSQLTest.testGetNonNull DirectMissingMethodProblem

method testGetNonNull()slick.dbio.DBIOAction in class com.typesafe.slick.testkit.tests.PlainSQLTest does not have a correspondent in current version

The source code for this page can be found here.