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

Conversation

dstepanov
Copy link
Contributor

No description provided.

sdelamo and others added 10 commits September 3, 2024 15:20
* 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
* Regression issue with criteria inList failing to compile

* Fix IN predicate

---------

Co-authored-by: Denis Stepanov <[email protected]>
# 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 dstepanov marked this pull request as ready for review September 9, 2024 15:18
@radovanradic
Copy link
Contributor

Something got lost in the merge process

/home/runner/work/micronaut-data/micronaut-data/data-processor/src/main/java/io/micronaut/data/processor/model/criteria/impl/SourcePersistentAssociationPath.java:25: error: cannot find symbol 
import io.micronaut.data.model.jpa.criteria.impl.predicate.PersistentPropertyInPredicate;

@dstepanov dstepanov changed the title Merge 4.9 int o4.10 Merge 4.9 into 4.10 Sep 9, 2024
Copy link

sonarcloud bot commented Sep 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
25.9% Duplication on New Code (required ≤ 10%)

See analysis details on SonarCloud

@dstepanov dstepanov merged commit 70dbd43 into 4.10.x Sep 9, 2024
52 of 53 checks passed
@dstepanov dstepanov deleted the merge49 branch September 9, 2024 18:52
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.

4 participants