micronaut-sql icon indicating copy to clipboard operation
micronaut-sql copied to clipboard

Projects to support SQL Database access in Micronaut

Results 71 micronaut-sql issues
Sort by recently updated
recently updated
newest added

We don't need to load datasources in our web app, or tests. We need it only if app is loaded from the command line. Unfortunately there is no way to...

I have a controller method that returns a JPA result stream. It looks like: ```java @Get("/") @Transactional public Flowable findAll() { Stream all = repository.findAll(); // JPA resultStream Flowable flow...

http://jdbdt.org/ JDBDT: Java Database Delta Testing We are using this library instead of DbUnit with Spring Boot. https://github.com/JDBDT/jdbdt

type: enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.microsoft.sqlserver:mssql-jdbc](https://togithub.com/Microsoft/mssql-jdbc) | `12.6.3.jre11` -> `12.8.0.jre11` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.microsoft.sqlserver:mssql-jdbc/12.8.0.jre11?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

This is followup for https://github.com/micronaut-projects/micronaut-sql/pull/1323 and slight change how datasources can be disabled. Using global `datasources.enabled` was problematic because actually datasource configuration named `enabled` was being created in the context...

### Issue description Currently, there are graalvm metadata for some modules in micronaut-sql. It would be good to add them to https://github.com/oracle/graalvm-reachability-metadata and once published there, then remove it from...

type: enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.test:micronaut-test-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-test)) | `4.3.0` -> `4.4.0` |...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.micrometer:micronaut-micrometer-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-micrometer)) | `5.6.0` -> `5.7.1` |...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.simpleflatmapper:sfm-reflect](http://github.com/arnaudroger/SimpleFlatMapper/sfm-reflect) ([source](https://togithub.com/arnaudroger/SimpleFlatMapper)) | `8.2.3` -> `9.0.2` |...

type: dependency-upgrade

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.mysql:mysql-connector-j](http://dev.mysql.com/doc/connector-j/en/) ([source](https://redirect.github.com/mysql/mysql-connector-j)) | `8.4.0` -> `9.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.mysql:mysql-connector-j/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency-upgrade