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

Merge 4.9 into 4.10 #3112

Merged
merged 12 commits into from
Sep 9, 2024
Merged

Merge 4.9 into 4.10 #3112

merged 12 commits into from
Sep 9, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    30da792 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Use io.asyncer:r2dbc-mysql as default r2dbc mysql library (#2388)

    * Testing r2dbc mysql asyncer 1.0.3-SNAPSHOT
    
    * Use mysql io asyncer 1.0.4 to test r2dbc
    
    * Don't use snapshot dependency
    
    * Use timezone to verify asyncer mysql lib in tests
    
    * Trying to create minimal repro for issue with r2dbc mysql asyncer
    
    * Use asyncer 1.1.1, date fields issue still present
    
    * Remove duplicated test and custom mariadb docker image override
    
    * Test with datetime fields and custom zone
    
    * Use asyncer 1.1.2
    
    * Use latest micronaut-r2dbc
    
    * Use hard-coded latest asyncer mysql version
    
    * Update AbstractRepositorySpec.groovy
    
    * Update AbstractRepositorySpec.groovy
    
    * Try latest asyncer lib
    
    * Use io.asyncer:r2dbc-mysql
    
    * Add back entry removed by mistake
    radovanradic committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0921009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a638b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1a6fdd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    250a2e1 View commit details
    Browse the repository at this point in the history
  2. Regression issue with criteria inList failing to compile (#3108)

    * Regression issue with criteria inList failing to compile
    
    * Fix IN predicate
    
    ---------
    
    Co-authored-by: Denis Stepanov <[email protected]>
    radovanradic and dstepanov committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    eafdc4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6415506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c53743 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7c1b660 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/4.9.x' into merge49

    # Conflicts:
    #	data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2RepositorySpec.groovy
    #	data-processor/src/main/java/io/micronaut/data/processor/model/criteria/impl/SourcePersistentAssociationPath.java
    #	gradle.properties
    dstepanov committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cc62bff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67c5cfe View commit details
    Browse the repository at this point in the history
  4. Correct merge

    dstepanov committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e50f3a0 View commit details
    Browse the repository at this point in the history