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

metadata is null #54

Merged
merged 1 commit into from Jan 5, 2023
Merged

metadata is null #54

merged 1 commit into from Jan 5, 2023

Conversation

wonwoo
Copy link
Contributor

@wonwoo wonwoo commented Jan 5, 2023

Error occurred while saving

@GetMapping("/error")
suspend fun save(): Account {
    return accountReposiotry.save(Account(null, "wonwoo")).awaitSingle() //error
}



@GetMapping("/")
fun find(): Flow<Account> {
    return accountReposiotry.findAll().asFlow() // not error
}

Error log

Cannot invoke "Object.getClass()" because "obj" is null

spring boot 3.0.1
mariadb-connector-r2dbc 1.1.3

@rusher rusher merged commit ce68aed into mariadb-corporation:master Jan 5, 2023
1 check passed
rusher added a commit that referenced this pull request Jan 5, 2023
@rusher
Copy link
Collaborator

rusher commented Jan 5, 2023

Thanks for the bug fix. This will be corrected in 1.1.4

SNAPSHOT available :

<repositories>
   <repository>
      <id>sonatype-nexus-snapshots</id>
      <name>Sonatype Nexus Snapshots</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
   </repository>
</repositories>
 
<dependencies>
   <dependency>
      <groupId>org.mariadb</groupId>
      <artifactId>r2dbc-mariadb</artifactId>
      <version>1.1.4-SNAPSHOT</version>
   </dependency>
</dependencies>

@barunmishra13
Copy link

Hi @rusher - thanks for the fix!

Any idea when 1.1.4 will be generally available?

@rusher
Copy link
Collaborator

rusher commented Mar 2, 2023

normally this will be next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants