Skip to content

Commit

Permalink
feat: update jnosql-mapping-column
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Mar 2, 2024
1 parent 2ef5eea commit 9befc3b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import static org.eclipse.jnosql.mapping.DatabaseType.COLUMN;

@EnableAutoWeld
@AddPackages(value = {Converters.class, EntityConverter.class})
@AddPackages(value = {Converters.class, EntityConverter.class, ColumnTemplate.class})
@AddPackages(MockProducer.class)
@AddPackages(Reflections.class)
@AddExtensions({EntityMetadataExtension.class, ColumnExtension.class})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ void shouldUseDefaultConfiguration() {
assertThat(manager).isInstanceOf(ColumnConfigurationMock2.ColumnManagerMock.class);
}

@Test
void shouldReturnErrorWhenThereIsNotDatabase() {
Assertions.assertThrows(MappingException.class, () -> supplier.get());
}

@Test
void shouldClose(){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.eclipse.jnosql.mapping.metadata.EntitiesMetadata;

@Default
@Database(DatabaseType.COLUMN)
@ApplicationScoped
class DefaultSemistructuredTemplate extends AbstractSemistructuredTemplate {

Expand Down

This file was deleted.

0 comments on commit 9befc3b

Please sign in to comment.