Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused code related to SingletonConfig #1192

Merged
merged 2 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public IdGenerationConfig(Config config, EntityType<?> entityType) {
this(config, entityType, new UnavailableIdProvider());
}

@Deprecated
public IdGenerationConfig(Config config, EntityType<?> entityType, IdProvider idProvider) {
assertNotNull(config, entityType, idProvider);
this.config = config;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@

public class DaoMetaFactory implements TypeElementMetaFactory<DaoMeta> {

private static final String SINGLETON_CONFIG_FIELD_NAME = "INSTANCE";

private final Context ctx;

private final List<BiFunction<TypeElement, ExecutableElement, QueryMetaFactory>> providers =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContex
invocationContext(SQLXMLFactoryDao.class),
invocationContext(Issue82Dao.class),
invocationContext(ResultStreamDao.class),
invocationContext(PlainSingletonConfigDao.class),
invocationContext(SqlProcessorDao.class),
invocationContext(OnlyDefaultMethodsExtendsDao.class),
invocationContext(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.