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

Compilation errors and app failed to start when using Micronaut + R2DBC #5011

Closed
3 of 4 tasks
jamil-kafi opened this issue Feb 8, 2021 · 3 comments · Fixed by #5015
Closed
3 of 4 tasks

Compilation errors and app failed to start when using Micronaut + R2DBC #5011

jamil-kafi opened this issue Feb 8, 2021 · 3 comments · Fixed by #5015
Assignees
Labels
priority: high High priority status: pr submitted A pull request has been submitted for the issue
Milestone

Comments

@jamil-kafi
Copy link

Task List

  • Steps to reproduce provided
  • Stacktrace (if present) provided
  • Example that reproduces the problem uploaded to Github
  • Full description of the issue provided (see below)

Steps to Reproduce

  1. Create a new project.
  2. Annotate repository interface.
  3. Perform a Gradle run: ./gradlew run

Expected Behaviour

The application should be started without problems.

Actual Behaviour

Application startup failed due to a strange error :

Task :compileGroovy FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
> BUG! exception in phase 'semantic analysis' in source unit '/home/jk/code/workspace/bidbattle/api/bid/src/main/groovy/com/example/data/repo/UserRepository.groovy' null

Environment Information

  • Operating System: Ubuntu 20.04.1 LTS
  • Micronaut Version: micronautVersion=2.3.2-SNAPSHOT
  • JDK Version:
     openjdk version "11.0.9.1" 2020-11-04
     OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
     OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
    

Example Application

Example App on Github

@jamil-kafi
Copy link
Author

Hello,
Any news about this issue ?

Thank you.

@graemerocher
Copy link
Contributor

Working on it now

@graemerocher graemerocher transferred this issue from micronaut-projects/micronaut-r2dbc Feb 26, 2021
@graemerocher graemerocher self-assigned this Feb 26, 2021
@graemerocher graemerocher added the priority: high High priority label Feb 26, 2021
@graemerocher graemerocher added this to the 2.3.4 milestone Feb 26, 2021
graemerocher added a commit that referenced this issue Feb 27, 2021
@graemerocher graemerocher added the status: pr submitted A pull request has been submitted for the issue label Feb 27, 2021
@jamilkafi
Copy link

Hello, i have tested the fix and everything works fine. thank you @graemerocher .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high High priority status: pr submitted A pull request has been submitted for the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants