Skip to content

Sync master into querydsl-7.0#1219

Merged
velo merged 3 commits intoquerydsl-7.0from
master
Jun 9, 2025
Merged

Sync master into querydsl-7.0#1219
velo merged 3 commits intoquerydsl-7.0from
master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jun 9, 2025

This PR syncs changes from master into querydsl-7.0

chadongmin and others added 3 commits June 9, 2025 11:10
…g in Querydsl Aggregations (#1181)

* Introduce TypeWrapper to wrap Expression results into custom types

- Implement TypeWrapper<S, T> as a FactoryExpression
- Allows converting a source Expression (e.g. BigDecimal) to a domain type (e.g. Money)
- Prepares QueryDSL core to support custom aggregation projections without core API changes

* Add JPAQueryCustomTypeWrapperTest covering success and failure scenarios

- Verify IllegalArgumentException for unsupported custom types without wrapper
- Verify sum-and-wrap to Money via TypeWrapper in both direct and DTO projection use cases
- Ensure both positive and negative paths are exercised
…`@Converter` to basic types (#1199)

* Fix: Early error for .contains() on @converter mapped JPA collections

* Test : add test code

* Add test cases to improve test coverage

* style: revert formatting change based on review feedback for consistency
* fix: correct escape & anchor handling in likeToRegex/regexToLike
- treat \% \_ as literals, escape regex metachars, strip outer ^/$ only
- add unit tests to guarantee accurate LIKE ↔ regex round-trips

* Fix code format

Signed-off-by: Marvin Froeder <[email protected]>

---------

Signed-off-by: Marvin Froeder <[email protected]>
Co-authored-by: Marvin Froeder <[email protected]>
@velo velo merged commit eb4b8a1 into querydsl-7.0 Jun 9, 2025
6 checks passed
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.

3 participants