Commit Graph

237 Commits

Author SHA1 Message Date
Jan-Willem Gmelig Meyling
ff3d0c8a17 Fix various issues caused by invalid constant assumptions
Reverts #2354
Fixes #2326
Fixes #2816
Fixes #1413
Fixes #1429
Closes #2000
2021-06-08 16:34:06 +02:00
dependabot[bot]
8e19c59688 Bump easymock from 3.0 to 4.3
Bumps [easymock](https://github.com/easymock/easymock) from 3.0 to 4.3.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/easymock/easymock/compare/easymock-3.0...easymock-4.3)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 19:14:23 +02:00
Jan-Willem Gmelig Meyling
725acde46e Compile under Java 11 2021-02-24 16:20:46 +01:00
Jan-Willem Gmelig Meyling
0af1bc9aae Get rid of javax-inject dependency in jpa and sql 2021-01-24 13:31:37 +01:00
Jan-Willem Gmelig Meyling
d489638f9e Switch from Slf4j to JUL to reduce transitive dependencies 2021-01-17 15:54:11 +01:00
Jan-Willem Gmelig Meyling
0fb26e84c8 [#2479] Migrate off of JSR305 2020-12-31 17:52:35 +01:00
Jan-Willem Gmelig Meyling
d1d3f9dfe5 Subtree merge Mysema Codegen module 2020-12-28 13:38:41 +01:00
Jan-Willem Gmelig Meyling
93875879cb Removed Guava Multimap occurrences 2020-12-24 13:20:07 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d Removed Guava Collection occurrences 2020-12-23 23:38:21 +01:00
Jan-Willem Gmelig Meyling
73e8305049 Eliminate more Guava API's 2020-11-15 20:46:10 +01:00
Jan-Willem Gmelig Meyling
36f1299abc Replace Guava API's with Java 8 ones 2020-10-31 23:35:47 +01:00
Jan-Willem Gmelig Meyling
5abd478fc3 Add Fetchable#stream method 2020-10-27 16:07:26 +01:00
Jan-Willem Gmelig Meyling
9f859baccc Java 6/7/8 performance upgrades and migrations 2020-10-26 22:59:40 +01:00
Jan-Willem Gmelig Meyling
15c325f57b Fix Datanucleus properties 2020-10-26 21:01:38 +01:00
Jan-Willem Gmelig Meyling
dfc50ac0d9 Target Java 8 for compilation 2020-10-26 19:49:27 +01:00
Pavel Polívka
383236b3c9
Hibernate 5 3 fix proper solution (#2354)
* Fix: Hibernate compatibility issues (up to at least 5.4)
2020-02-29 17:31:53 +02:00
Zoltán Reegn
3a74aaeabc Explicitly declare NonUniqueResultException for fetchOne
Fetchable.fetchOne() declares in it's javadoc that it throws
NonUniqueResultException. It should therefore be explicitly declared in
the method signature as well.
All implementations must also declare in their signature that they throw.

This also has the desirable side-effect of the javadoc of all of the
implementors inheriting the @throws section from the javadoc of the
interface as well.

Fixes #2232
2018-01-16 14:03:05 +01:00
Timo Westkämper
04a3d2149d Ignore unreliable test 2016-03-15 20:01:08 +02:00
Ruben Dijkstra
e6f2410a54 Normalize line endings to lf 2015-12-13 22:55:32 +01:00
Timo Westkämper
c0e279c3e9 Improve JDO tests 2015-12-02 19:48:15 +02:00
Timo Westkämper
2c195ffa62 Get rid of capitalized test method names 2015-11-30 20:05:56 +02:00
Ruben Dijkstra
89d0948454 Case insensitive like operator 2015-11-13 22:08:22 +01:00
Tillerino
44e551bf4e Fixed detach for Collections. 2015-10-25 21:49:25 +01:00
Ruben Dijkstra
18fd0ad71d Remove compiler warnings
SuppressWarnings moved to smaller scope
Generic array creations avoided
A lot of rawtypes warnings removed
Suppress more warnings in generated code - `all` is an Eclipse extension
2015-10-21 19:03:00 +02:00
John Tims
74af3a5cef Merge pull request #1601 from querydsl/i1572
Improve alias serialization
2015-10-17 10:30:47 -04:00
Timo Westkämper
76c3cd3fa7 Improve alias serialization 2015-10-07 22:44:32 +03:00
John Tims
457539b2e6 Create test databases in target directory 2015-10-03 19:31:21 -04:00
Ruben Dijkstra
aa8ac919c9 Move adding objects to MDC inside the isDebugEnabled block 2015-09-21 22:07:23 +02:00
Timo Westkämper
9f20855f72 Remove metadata reset usage 2015-09-03 19:04:26 +03:00
John Tims
57c44ac58b Merge pull request #1484 from querydsl/i1482
Improve precedence mappings
2015-08-31 15:20:17 -04:00
John Tims
b0c60d009d Suppress warnings on methods 2015-08-27 21:26:40 -04:00
Timo Westkämper
7c72de81ea Improve precedence mappings 2015-08-18 00:12:18 +03:00
Ruben Dijkstra
f47157e476 Merge pull request #1412 from querydsl/assertions
Add more assertions
2015-06-30 11:12:18 +02:00
Ruben Dijkstra
79bdc9a524 Merge pull request #1420 from querydsl/query-results
Rename SearchResults to QueryResults in javadocs and test names
2015-06-29 10:07:04 +02:00
Timo Westkämper
7bece645f5 Replace tabs with spaces 2015-06-26 23:48:20 +03:00
Timo Westkämper
d5261c3319 Rename SearchResults to QueryResults in javadocs and test names 2015-06-26 21:37:14 +03:00
Timo Westkämper
2a6e23d573 Reduce System.out usage 2015-06-26 21:12:09 +03:00
Timo Westkämper
0084ab5365 Add more assertions 2015-06-23 21:42:59 +03:00
Timo Westkämper
ed91c7ca74 Unify package-info contents 2015-05-14 17:36:00 +03:00
Timo Westkämper
b23eb5bc26 Fix whitespace for querydsl-jdo 2015-05-13 23:08:24 +03:00
Timo Westkämper
6b18460a75 Fix braces 2015-05-13 23:07:06 +03:00
Timo Westkämper
dc0a4d0d1b Extend Checkstyle checks 2015-05-13 23:07:05 +03:00
Timo Westkämper
bb64b6f764 Remove unnecessary unboxing 2015-05-10 18:45:21 +03:00
Timo Westkämper
3fbb04a3a5 Remove unnecessary boxing 2015-05-10 12:49:04 +03:00
Timo Westkämper
ea42efbd03 Extend Checkstyle checks for tests 2015-05-10 00:39:35 +03:00
Timo Westkämper
059148d2c4 Extend Checkstyle checks 2015-05-09 23:08:31 +03:00
John Tims
ef1f8ee605 Remove trailing whitespace in querydsl-jdo 2015-05-09 00:56:32 -04:00
John Tims
aedfb672c1 Optimize imports in querydsl-jdo 2015-05-08 23:36:25 -04:00
Timo Westkämper
bf881bebef Add Override annotation 2015-05-08 22:06:48 -04:00
Timo Westkämper
01e2a718cf Update copyright 2015-05-08 19:05:24 +03:00