|
Change Parameter Type sessionFactories : ImmutableMap<String,SessionFactory> to sessionFactories : Map<String,SessionFactory> in method public newAspect(sessionFactories Map<String,SessionFactory>) : UnitOfWorkAspect in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory |
From |
To |
|
Change Parameter Type params : ImmutableMultimap<String,String> to params : Map<String,List<String>> in method public executeTask(params Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.servlets.tasks.TaskServlet.TimedTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.testing.app.DropwizardTestApplication.EchoTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.testing.DropwizardTestSupportTest.HelloTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.testing.DropwizardTestSupportTest.EchoTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.servlets.tasks.PostBodyTask |
From |
To |
|
Change Parameter Type entities : ImmutableList<Class<?>> to entities : List<Class<?>> in method protected HibernateBundle(entities List<Class<?>>, sessionFactoryFactory SessionFactoryFactory) in class io.dropwizard.hibernate.HibernateBundle |
From |
To |
|
Change Parameter Type builder : CacheBuilder<Object,Object> to builder : Caffeine<Object,Object> in method public CachingAuthorizer(metricRegistry MetricRegistry, authorizer Authorizer<P>, builder Caffeine<Object,Object>) in class io.dropwizard.auth.CachingAuthorizer |
From |
To |
|
Change Parameter Type matchExpressions : ImmutableSet<String> to matchExpressions : Set<String> in method public containsMatch(matchExpressions Set<String>, metricName String) : boolean in class io.dropwizard.metrics.SubstringMatchingStrategy |
From |
To |
|
Change Parameter Type appenders : ImmutableList<AppenderFactory<ILoggingEvent>> to appenders : List<AppenderFactory<ILoggingEvent>> in method public setAppenders(appenders List<AppenderFactory<ILoggingEvent>>) : void in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.servlets.tasks.LogConfigurationTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.sslreload.SslReloadTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method private parseRuns(parameters Map<String,List<String>>) : int in class io.dropwizard.servlets.tasks.GarbageCollectionTask |
From |
To |
|
Change Parameter Type params : ImmutableMultimap<String,String> to params : Map<String,List<String>> in method public executeTask(params Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.servlets.tasks.TaskServlet.ExceptionMeteredTask |
From |
To |
|
Change Parameter Type params : ImmutableMultimap<String,String> to params : Map<String,List<String>> in method public executeTask(params Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.servlets.tasks.TaskServlet.MeteredTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.servlets.tasks.GarbageCollectionTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public abstract execute(parameters Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.servlets.tasks.PostBodyTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, body String, output PrintWriter) : void in class com.example.helloworld.tasks.EchoTask |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.testing.app.DropwizardTestApplication.HelloTask |
From |
To |
|
Change Parameter Type matchExpressions : ImmutableSet<String> to matchExpressions : Set<String> in method public containsMatch(matchExpressions Set<String>, metricName String) : boolean in class io.dropwizard.metrics.StringMatchingStrategy |
From |
To |
|
Change Parameter Type authFilterMap : ImmutableMap<Class<? extends T>,ContainerRequestFilter> to authFilterMap : Map<Class<? extends T>,ContainerRequestFilter> in method public PolymorphicAuthDynamicFeature(authFilterMap Map<Class<? extends T>,ContainerRequestFilter>) in class io.dropwizard.auth.PolymorphicAuthDynamicFeature |
From |
To |
|
Change Parameter Type cacheSpec : CacheBuilderSpec to cacheSpec : CaffeineSpec in method public CachingAuthorizer(metricRegistry MetricRegistry, authorizer Authorizer<P>, cacheSpec CaffeineSpec) in class io.dropwizard.auth.CachingAuthorizer |
From |
To |
|
Change Parameter Type appenders : ImmutableList<AppenderFactory<IAccessEvent>> to appenders : List<AppenderFactory<IAccessEvent>> in method public setAppenders(appenders List<AppenderFactory<IAccessEvent>>) : void in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory |
From |
To |
|
Change Parameter Type errors : ImmutableList<String> to errors : List<String> in method public ValidationErrorMessage(errors List<String>) in class io.dropwizard.jersey.validation.ValidationErrorMessage |
From |
To |
|
Change Parameter Type headerNames : ImmutableSortedSet<String> to headerNames : SortedSet<String> in method package RemoveHttpHeadersWrapper(request HttpServletRequest, headerNames SortedSet<String>) in class io.dropwizard.jetty.BiDiGzipHandler.RemoveHttpHeadersWrapper |
From |
To |
|
Change Parameter Type builder : CacheBuilder<Object,Object> to builder : Caffeine<Object,Object> in method public CachingAuthenticator(metricRegistry MetricRegistry, authenticator Authenticator<C,P>, builder Caffeine<Object,Object>) in class io.dropwizard.auth.CachingAuthenticator |
From |
To |
|
Change Parameter Type message : Optional<String> to message : String in method public MessageView(message String) in class io.dropwizard.testing.app.DropwizardTestApplication.MessageView |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public abstract execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.servlets.tasks.Task |
From |
To |
|
Change Parameter Type cacheSpec : CacheBuilderSpec to cacheSpec : CaffeineSpec in method public CachingAuthenticator(metricRegistry MetricRegistry, authenticator Authenticator<C,P>, cacheSpec CaffeineSpec) in class io.dropwizard.auth.CachingAuthenticator |
From |
To |
|
Change Parameter Type matchExpressions : ImmutableSet<String> to matchExpressions : Set<String> in method public containsMatch(matchExpressions Set<String>, metricName String) : boolean in class io.dropwizard.metrics.DefaultStringMatchingStrategy |
From |
To |
|
Change Parameter Type params : ImmutableMultimap<String,String> to params : Map<String,List<String>> in method public executeTask(params Map<String,List<String>>, body String, output PrintWriter) : void in class io.dropwizard.servlets.tasks.TaskServlet.TaskExecutor |
From |
To |
|
Change Parameter Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public execute(parameters Map<String,List<String>>, output PrintWriter) : void in class io.dropwizard.server.SimpleServerFactoryTest.TestTask |
From |
To |
|
Change Return Type ImmutableList<ReporterFactory> to List<ReporterFactory> in method public getReporters() : List<ReporterFactory> in class io.dropwizard.metrics.MetricsFactory |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public findAllUniqueNames() : Set<String> in class io.dropwizard.jdbi.PersonDAO |
From |
To |
|
Change Return Type ImmutableList<String> to Collection<String> in method public formatUntyped(violations Set<ConstraintViolation<?>>) : Collection<String> in class io.dropwizard.validation.ConstraintViolations |
From |
To |
|
Change Return Type ImmutableSet<AccessAttribute> to Set<AccessAttribute> in method public getIncludes() : Set<AccessAttribute> in class io.dropwizard.logging.json.layout.AccessJsonLayout |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public getExcludes() : Set<String> in class io.dropwizard.metrics.BaseReporterFactory |
From |
To |
|
Change Return Type ImmutableMap<String,JsonNode> to Map<String,JsonNode> in method public getLoggers() : Map<String,JsonNode> in class io.dropwizard.logging.DefaultLoggingFactory |
From |
To |
|
Change Return Type ImmutableList<AppenderFactory<ILoggingEvent>> to List<AppenderFactory<ILoggingEvent>> in method public getAppenders() : List<AppenderFactory<ILoggingEvent>> in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory |
From |
To |
|
Change Return Type ImmutableSet<EventAttribute> to Set<EventAttribute> in method public getIncludes() : Set<EventAttribute> in class io.dropwizard.logging.json.layout.EventJsonLayout |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public getIncludesMdcKeys() : Set<String> in class io.dropwizard.logging.json.layout.EventJsonLayout |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public findAllUniqueHomeTeams() : Set<String> in class io.dropwizard.jdbi3.GameDao |
From |
To |
|
Change Return Type ImmutableList<String> to Collection<String> in method public format(violations Set<ConstraintViolation<T>>) : Collection<String> in class io.dropwizard.validation.ConstraintViolations |
From |
To |
|
Change Return Type ImmutableList<AppenderFactory<ILoggingEvent>> to List<AppenderFactory<ILoggingEvent>> in method public getAppenders() : List<AppenderFactory<ILoggingEvent>> in class io.dropwizard.logging.LoggerConfiguration |
From |
To |
|
Change Return Type ImmutableList<FilterFactory<E>> to List<FilterFactory<E>> in method public getFilterFactories() : List<FilterFactory<E>> in class io.dropwizard.logging.AbstractAppenderFactory |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public getResponseHeaders() : Set<String> in class io.dropwizard.logging.json.layout.AccessJsonLayout |
From |
To |
|
Change Return Type ImmutableList<AppenderFactory<IAccessEvent>> to List<AppenderFactory<IAccessEvent>> in method public getAppenders() : List<AppenderFactory<IAccessEvent>> in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory |
From |
To |
|
Change Return Type ImmutableList<AppenderFactory<ILoggingEvent>> to List<AppenderFactory<ILoggingEvent>> in method public getAppenders() : List<AppenderFactory<ILoggingEvent>> in class io.dropwizard.logging.DefaultLoggingFactory |
From |
To |
|
Change Return Type ImmutableList<Class<?>> to List<Class<?>> in method public getDiscoveredSubtypes() : List<Class<?>> in class io.dropwizard.jackson.DiscoverableSubtypeResolver |
From |
To |
|
Change Return Type ImmutableSet<ConstraintViolation<?>> to Set<ConstraintViolation<?>> in method public copyOf(violations Set<ConstraintViolation<T>>) : Set<ConstraintViolation<?>> in class io.dropwizard.validation.ConstraintViolations |
From |
To |
|
Change Return Type ImmutableMultimap<String,String> to Map<String,List<String>> in method private getParams(req HttpServletRequest) : Map<String,List<String>> in class io.dropwizard.servlets.tasks.TaskServlet |
From |
To |
|
Change Return Type ImmutableList<String> to List<String> in method public findAllNames() : List<String> in class io.dropwizard.jdbi.PersonDAO |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public getRequestHeaders() : Set<String> in class io.dropwizard.logging.json.layout.AccessJsonLayout |
From |
To |
|
Change Return Type ImmutableList<Command> to List<Command> in method public getCommands() : List<Command> in class io.dropwizard.setup.Bootstrap |
From |
To |
|
Change Return Type ImmutableList<String> to List<String> in method public getErrors() : List<String> in class io.dropwizard.jersey.validation.ValidationErrorMessage |
From |
To |
|
Change Return Type ImmutableList<Integer> to List<Integer> in method public findGameIds() : List<Integer> in class io.dropwizard.jdbi3.GameDao |
From |
To |
|
Change Return Type ImmutableList<Person> to List<Person> in method public getPersonList(name String) : List<Person> in class io.dropwizard.testing.app.PersonResource |
From |
To |
|
Change Return Type ImmutableList<Class<?>> to List<Class<?>> in method public findEntityClassesFromDirectory(pckgs String[]) : List<Class<?>> in class io.dropwizard.hibernate.ScanningHibernateBundle |
From |
To |
|
Change Return Type ImmutableList<ByteRange> to List<ByteRange> in method private parseRangeHeader(rangeHeader String, resourceLength int) : List<ByteRange> in class io.dropwizard.servlets.assets.AssetServlet |
From |
To |
|
Change Return Type ImmutableSet<ConstraintViolation<?>> to Set<ConstraintViolation<?>> in method public getConstraintViolations() : Set<ConstraintViolation<?>> in class io.dropwizard.configuration.ConfigurationValidationException |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public getIncludes() : Set<String> in class io.dropwizard.metrics.BaseReporterFactory |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public testCurrentFileNameErrorWhenArchiveIsNotEnabled() : void in class io.dropwizard.logging.FileAppenderFactoryTest |
From |
To |
|
Change Variable Type appenders : ArrayList<Appender<ILoggingEvent>> to appenders : List<Appender<ILoggingEvent>> in method public stop() : void in class io.dropwizard.logging.DefaultLoggingFactory |
From |
To |
|
Change Variable Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public testRunsTimedTask() : void in class io.dropwizard.servlets.tasks.TaskServletTest |
From |
To |
|
Change Variable Type filterFactories : ImmutableList<FilterFactory<ILoggingEvent>> to filterFactories : List<FilterFactory<ILoggingEvent>> in method public canParseNewLoggerFormat() : void in class io.dropwizard.logging.DefaultLoggingFactoryTest |
From |
To |
|
Change Variable Type runs : ImmutableList<String> to runs : List<String> in method private parseRuns(parameters Map<String,List<String>>) : int in class io.dropwizard.servlets.tasks.GarbageCollectionTask |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public isValidForInfiniteRolledFiles() : void in class io.dropwizard.logging.FileAppenderFactoryTest |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public complainsAboutMethodsWhichReturnFalse() : void in class io.dropwizard.validation.MethodValidatorTest |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public hasMaxFileSizeValidation() : void in class io.dropwizard.logging.FileAppenderFactoryTest |
From |
To |
|
Change Variable Type builder : ImmutableList.Builder<EndpointLogLine> to methodLines : List<EndpointLogLine> in method private logMethodLines(resource Resource, contextPath String) : List<EndpointLogLine> in class io.dropwizard.jersey.DropwizardResourceConfig.ComponentLoggingListener |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public hasArchivedLogFilenamePattern() : void in class io.dropwizard.logging.FileAppenderFactoryTest |
From |
To |
|
Change Variable Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public addsATaskServlet() : void in class io.dropwizard.setup.AdminEnvironmentTest |
From |
To |
|
Change Variable Type errors : Set<String> to errors : SortedSet<String> in method public format(violations Set<ConstraintViolation<T>>) : Collection<String> in class io.dropwizard.validation.ConstraintViolations |
From |
To |
|
Change Variable Type properties : ImmutableMap<String,String> to properties : Map<String,String> in method public setUp() : void in class io.dropwizard.hibernate.SessionFactoryFactoryTest |
From |
To |
|
Change Variable Type sessionFactories : ImmutableMap<String,SessionFactory> to sessionFactories : Map<String,SessionFactory> in method public testCanBeConfiguredWithACustomAspect() : void in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactoryTest |
From |
To |
|
Change Variable Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public testRunsExceptionMeteredTask() : void in class io.dropwizard.servlets.tasks.TaskServletTest |
From |
To |
|
Change Variable Type parameters : ImmutableMultimap<String,String> to parameters : Map<String,List<String>> in method public testRunsMeteredTask() : void in class io.dropwizard.servlets.tasks.TaskServletTest |
From |
To |
|
Change Variable Type errors : Set<String> to errors : SortedSet<String> in method public formatUntyped(violations Set<ConstraintViolation<?>>) : Collection<String> in class io.dropwizard.validation.ConstraintViolations |
From |
To |
|
Change Variable Type values : String[] to values : List<String> in method private getParams(req HttpServletRequest) : Map<String,List<String>> in class io.dropwizard.servlets.tasks.TaskServlet |
From |
To |
|
Change Variable Type dryRun : Boolean to dryRun : boolean in method public run(namespace Namespace, liquibase Liquibase) : void in class io.dropwizard.migrations.DbRollbackCommand |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public testCurrentFileNameCanBeNullWhenArchiveIsEnabled() : void in class io.dropwizard.logging.FileAppenderFactoryTest |
From |
To |
|
Change Variable Type builder : ImmutableList.Builder<EndpointLogLine> to resourceLines : List<EndpointLogLine> in method private logResourceLines(resource Resource, contextPath String) : List<EndpointLogLine> in class io.dropwizard.jersey.DropwizardResourceConfig.ComponentLoggingListener |
From |
To |
|
Change Variable Type findEntityClassesFromDirectory : ImmutableList<Class<?>> to findEntityClassesFromDirectory : List<Class<?>> in method public testFindEntityClassesFromDirectory() : void in class io.dropwizard.hibernate.ScanningHibernateBundleTest |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public returnsASetOfErrorsForAnObject() : void in class io.dropwizard.validation.DurationValidatorTest |
From |
To |
|
Change Variable Type errors : ImmutableList<String> to errors : Collection<String> in method public isValidForMaxFileSize() : void in class io.dropwizard.logging.FileAppenderFactoryTest |
From |
To |
|
Change Variable Type findEntityClassesFromDirectory : ImmutableList<Class<?>> to findEntityClassesFromDirectory : List<Class<?>> in method public testFindEntityClassesFromMultipleDirectories() : void in class io.dropwizard.hibernate.ScanningHibernateBundleTest |
From |
To |
|
Change Attribute Type requestHeaders : ImmutableSet<String> to requestHeaders : SortedSet<String> in class io.dropwizard.logging.json.layout.AccessJsonLayout |
From |
To |
|
Change Attribute Type constraintViolations : ImmutableSet<ConstraintViolation<?>> to constraintViolations : Set<ConstraintViolation<?>> in class io.dropwizard.configuration.ConfigurationValidationException |
From |
To |
|
Change Attribute Type appenders : ImmutableList<AppenderFactory<ILoggingEvent>> to appenders : List<AppenderFactory<ILoggingEvent>> in class io.dropwizard.logging.LoggerConfiguration |
From |
To |
|
Change Attribute Type appenders : ImmutableList<AppenderFactory<IAccessEvent>> to appenders : List<AppenderFactory<IAccessEvent>> in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory |
From |
To |
|
Change Attribute Type cacheBuilderSpec : CacheBuilderSpec to cacheBuilderSpec : CaffeineSpec in class io.dropwizard.configuration.BaseConfigurationFactoryTest.ExampleWithDefaults |
From |
To |
|
Change Attribute Type message : Optional<String> to message : String in class io.dropwizard.testing.app.DropwizardTestApplication.MessageView |
From |
To |
|
Change Attribute Type SUFFIXES : ImmutableSortedMap<String,SizeUnit> to SUFFIXES : SortedMap<String,SizeUnit> in class io.dropwizard.util.Size |
From |
To |
|
Change Attribute Type discoveredSubtypes : ImmutableList<Class<?>> to discoveredSubtypes : List<Class<?>> in class io.dropwizard.jackson.DiscoverableSubtypeResolver |
From |
To |
|
Change Attribute Type entities : ImmutableList<Class<?>> to entities : List<Class<?>> in class io.dropwizard.hibernate.HibernateBundleTest |
From |
To |
|
Change Attribute Type DEFAULT_MEDIA_TYPE : MediaType to DEFAULT_MEDIA_TYPE : String in class io.dropwizard.servlets.assets.AssetServlet |
From |
To |
|
Change Attribute Type includes : ImmutableSet<String> to includes : Set<String> in class io.dropwizard.metrics.BaseReporterFactoryTest |
From |
To |
|
Change Attribute Type appenders : ImmutableList<AppenderFactory<ILoggingEvent>> to appenders : List<AppenderFactory<ILoggingEvent>> in class io.dropwizard.logging.DefaultLoggingFactory |
From |
To |
|
Change Attribute Type INCLUDES : ImmutableSet<String> to INCLUDES : Set<String> in class io.dropwizard.metrics.BaseReporterFactoryTest |
From |
To |
|
Change Attribute Type EXCLUDES : ImmutableSet<String> to EXCLUDES : Set<String> in class io.dropwizard.metrics.BaseReporterFactoryTest |
From |
To |
|
Change Attribute Type excludes : ImmutableSet<String> to excludes : Set<String> in class io.dropwizard.metrics.BaseReporterFactoryTest |
From |
To |
|
Change Attribute Type appenders : ImmutableList<AppenderFactory<ILoggingEvent>> to appenders : List<AppenderFactory<ILoggingEvent>> in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory |
From |
To |
|
Change Attribute Type task : Task to task : GarbageCollectionTask in class io.dropwizard.servlets.tasks.GarbageCollectionTaskTest |
From |
To |
|
Change Attribute Type includes : ImmutableSet<String> to includes : Set<String> in class io.dropwizard.metrics.BaseReporterFactory |
From |
To |
|
Change Attribute Type responseHeaders : ImmutableSet<String> to responseHeaders : SortedSet<String> in class io.dropwizard.logging.json.layout.AccessJsonLayout |
From |
To |
|
Change Attribute Type headerNames : ImmutableSortedSet<String> to headerNames : SortedSet<String> in class io.dropwizard.jetty.BiDiGzipHandler.RemoveHttpHeadersWrapper |
From |
To |
|
Change Attribute Type excludes : ImmutableSet<String> to excludes : Set<String> in class io.dropwizard.metrics.BaseReporterFactory |
From |
To |
|
Change Attribute Type SUFFIXES : ImmutableMap<String,TimeUnit> to SUFFIXES : Map<String,TimeUnit> in class io.dropwizard.util.Duration |
From |
To |
|
Change Attribute Type loggers : ImmutableMap<String,JsonNode> to loggers : Map<String,JsonNode> in class io.dropwizard.logging.DefaultLoggingFactory |
From |
To |
|
Change Attribute Type reporters : ImmutableList<ReporterFactory> to reporters : List<ReporterFactory> in class io.dropwizard.metrics.MetricsFactory |
From |
To |
|
Change Attribute Type EMPTY : ImmutableSet<String> to EMPTY : Set<String> in class io.dropwizard.metrics.BaseReporterFactoryTest |
From |
To |
|
Change Attribute Type includes : ImmutableSet<EventAttribute> to includes : Set<EventAttribute> in class io.dropwizard.logging.json.layout.EventJsonLayout |
From |
To |
|
Change Attribute Type authFilterMap : ImmutableMap<Class<? extends T>,ContainerRequestFilter> to authFilterMap : Map<Class<? extends T>,ContainerRequestFilter> in class io.dropwizard.auth.PolymorphicAuthDynamicFeature |
From |
To |
|
Change Attribute Type filterFactories : ImmutableList<FilterFactory<E>> to filterFactories : List<FilterFactory<E>> in class io.dropwizard.logging.AbstractAppenderFactory |
From |
To |
|
Change Attribute Type FORMATTERS : ImmutableMap<String,DateTimeFormatter> to FORMATTERS : Map<String,DateTimeFormatter> in class io.dropwizard.logging.json.layout.TimestampFormatter |
From |
To |
|
Change Attribute Type entities : ImmutableList<Class<?>> to entities : List<Class<?>> in class io.dropwizard.hibernate.HibernateBundle |
From |
To |
|
Change Attribute Type includes : ImmutableSet<AccessAttribute> to includes : Set<AccessAttribute> in class io.dropwizard.logging.json.layout.AccessJsonLayout |
From |
To |
|
Change Attribute Type errors : ImmutableList<String> to errors : List<String> in class io.dropwizard.jersey.validation.ValidationErrorMessage |
From |
To |
|
Change Attribute Type DEFAULT_ALLOWED_METHODS : ImmutableSet<String> to DEFAULT_ALLOWED_METHODS : Set<String> in class io.dropwizard.jersey.filter.AllowedMethodsFilter |
From |
To |
|
Change Attribute Type includesMdcKeys : ImmutableSet<String> to includesMdcKeys : Set<String> in class io.dropwizard.logging.json.layout.EventJsonLayout |
From |
To |
|
Change Attribute Type allowedMethods : ImmutableSet<String> to allowedMethods : Set<String> in class io.dropwizard.jersey.filter.AllowedMethodsFilter |
From |
To |
|
Change Attribute Type ATTRIBUTE_NAMES : ImmutableList<String> to ATTRIBUTE_NAMES : List<String> in class io.dropwizard.migrations.DbDumpCommandTest |
From |
To |
|
Change Attribute Type sessionFactories : ImmutableMap<String,SessionFactory> to sessionFactories : Map<String,SessionFactory> in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory |
From |
To |