Francesco Chicchiriccò
4279df5e73
[maven-release-plugin] prepare for next development iteration
2024-09-19 12:48:41 +02:00
Francesco Chicchiriccò
4c5a46e8b1
[maven-release-plugin] prepare release 4.0.1
2024-09-19 12:48:40 +02:00
Maxim Solodovnik
80a8b7712f
[OPENJPA-2926] Dependencies are updated ( #119 )
2024-08-28 14:18:46 +07:00
Mark Struberg
96005fcd25
[maven-release-plugin] prepare for next development iteration
2024-02-02 14:30:55 +01:00
Mark Struberg
5b49d5351c
[maven-release-plugin] prepare release 4.0.0
2024-02-02 14:30:55 +01:00
Maxim Solodovnik
33372a718e
[OPENJPA-2915] properties of type Duration can be set as expected ( #114 )
2023-10-11 15:09:37 +07:00
Mark Struberg
0729141c31
OPENJPA-2911 finish Serp removal
2023-07-25 12:02:44 +02:00
Mark Struberg
0a81c3de7b
OPENJPA-2911 move PCEnhancer off Serp
2023-07-19 13:14:16 +02:00
Mark Struberg
86c266df7a
OPENJPA-2911 openjpa-lib without Serp
2023-07-17 22:32:23 +02:00
Mark Struberg
bcb00d8909
OPENJPA-2911 move BytecodeWriter to openjpa-kernel
...
had no usage in openjpa-lib but introduced dependeny to Serp over there
2023-07-17 10:08:39 +02:00
Mark Struberg
3a667fe78a
OPENJPA-2911 copyFields via ASM
2023-06-09 20:01:44 +02:00
Mark Struberg
b51d003ed9
OPENJPA-2911 start migrating away from Serp
...
This introduces 2 methods to tronsform
Serp BCClass -> ASM ClassWriter
and
ASM ClassWriter -> Serp BCClass
2023-05-22 15:40:32 +02:00
Mark Struberg
6fc05e14d0
OPENJPA-2908 fix delayed collection proxies
...
some new methods in base interfaces did not get handled correctly
2023-04-25 16:16:46 +02:00
Mark Struberg
d9ceb44526
OPENJPA-2908 Jakarta-3.0 API - WIP!
...
This is not yet finished!
Have to commit in parts as to create decently reviewable steps
2023-04-24 09:19:43 +02:00
Francesco Chicchiriccò
c3da147fc9
[maven-release-plugin] prepare for next development iteration
2022-03-16 09:25:57 +01:00
Francesco Chicchiriccò
e5933d6aee
[maven-release-plugin] prepare release 3.2.2
2022-03-16 09:25:56 +01:00
Romain Manni-Bucau
68b77e1ae7
[maven-release-plugin] prepare for next development iteration
2022-02-03 11:08:53 +01:00
Romain Manni-Bucau
000c065dbe
[maven-release-plugin] prepare release 3.2.1
2022-02-03 11:08:53 +01:00
Maxim Solodovnik
468a4538fa
[OPENJPA-2896] automatic module name is set for bundles ( #92 )
...
* [OPENJPA-2896] automatic module name is set for bundles
* Automatic-module-names for fat jars only
* 'org.apache.openjpa.jakarta' is dropped
* auto-module-name is dropped from openjpa-all
2021-12-23 22:52:23 +07:00
Mark Struberg
ba985ac8c7
[maven-release-plugin] prepare for next development iteration
2021-05-10 19:19:33 +02:00
Mark Struberg
6f721f69c9
[maven-release-plugin] prepare release 3.2.0
2021-05-10 19:19:33 +02:00
Mark Struberg
f72f3ca7e0
OPENJPA-2873 add persistence_2_2.xsd handling
2021-05-08 22:39:43 +02:00
Mark Struberg
adf5ad393d
update poms to 3.2.0-SNAPSHOT
...
as discussed on the list - the next release will be 3.2.0
2021-04-24 11:39:25 +02:00
Mark Struberg
1fb5234574
OPENJPA-2665 use modern for loops
...
no functional change, just java lang updates
2021-04-05 08:47:46 +02:00
Mark Struberg
d73e2e72f0
collapse Exceptions and use Diamond style
2021-04-04 18:32:35 +02:00
Mark Struberg
a7708636e3
remove unecessary boxing/unboxing - no functional change
2021-04-04 17:54:25 +02:00
Mark Struberg
b0ba9c3e60
code cleanup without functional change
...
* remove unecessary valueOf
* remove ;;
* remove unused imports
* remove unnecessary casts
* etc
2021-04-04 17:09:04 +02:00
Mark Struberg
61b30777d4
OPENJPA-2842 log4j vs log4j2 logging fixed
...
* introduce new 'log4j2' LogFactory
* switch back old 'log4j' LogFactory to log4j-1.x
2020-12-01 11:35:29 +01:00
Romain Manni-Bucau
440cdb3771
[OPENJPA-2838] jul log factory
2020-11-16 14:11:14 +01:00
Romain Manni-Bucau
049c2ef163
Merge pull request #71 from eolivelli/fix/OPENJPA-2820-delim
...
OPENJPA-2820 Track when a DBIdentifier is already delimited in order to save memory allocations and cpu
2020-09-30 12:24:21 +02:00
Romain Manni-Bucau
33fc72ac85
[OPENJPA-2831] import [collections4] used classes and drop the dependency
2020-09-16 12:17:13 +02:00
Mark Struberg
589d7755d2
detect newer java versions as well
2020-07-23 14:06:52 +02:00
Enrico Olivelli
bc63cd2e45
OPENJPA-2820
2020-07-23 10:14:46 +02:00
Mark Struberg
f18f28b633
[maven-release-plugin] prepare for next development iteration
2020-07-07 11:19:15 +02:00
Mark Struberg
66d2a72cb2
[maven-release-plugin] prepare release 3.1.2
2020-07-07 11:19:15 +02:00
Mark Struberg
ff2a1e6c1f
OPENJPA-2807 trim spaces from column names
...
@Index(columnList="a, b, c") used to not trim the spaces.
Thus it was looking for a column "a ", "b " and "c " which obviously could
not be found.
2020-04-25 20:11:04 +02:00
Maxim Solodovnik
44c4d8dc02
[OPENJPA-2798] Automatic-Module-Name is added
2020-03-15 15:59:45 +07:00
Mark Struberg
962cbbc624
Revert "[OPENJPA-2798] java11 friendly ( #57 )"
...
this introduces a dependency which requires attribution. No need to imo
This reverts commit 7ec0015edf
.
2020-02-29 16:05:56 +01:00
Mark Struberg
fd9585839a
[maven-release-plugin] prepare for next development iteration
2020-02-14 12:12:11 +01:00
Mark Struberg
1440702eec
[maven-release-plugin] prepare release 3.1.1
2020-02-14 12:12:01 +01:00
Maxim Solodovnik
7ec0015edf
[OPENJPA-2798] java11 friendly ( #57 )
...
* [OPENJPA-2798] geronimo-jpa_2.2_spec is replaced with jakarta.persistence, Automatic module names are added
2020-01-16 20:00:56 +07:00
Romain Manni-Bucau
ef98e18480
OPENJPA-2743 skip AttributeConverter when loading the Metamodel and preparing the broker to avoid to fail if it was registered in persistent classes (allowed in JPA to bypass scanning but enable converters)
2019-07-29 17:40:09 +02:00
Joe Grassel
d381f3f62c
[master] OPENJPA-2790: Convert build from SVN to GIT
...
This change ensures that git hashes have a length of 7 (observed different default lengths between different versions of git), and restores the "M" at the end of the revision number to signify "dirty" OpenJPA builds.
Signed-off-by: Joe Grassel <jgrassel@apache.org>
2019-06-21 11:56:37 -05:00
Will Dazey
99a5a10218
Update org.apache.openjpa.revision.properties from SVN to GIT ( #50 )
...
Signed-off-by: Will Dazey <dazeydev.3@gmail.com>
2019-06-13 10:10:50 -05:00
Mark Struberg
9f26ed29bf
[maven-release-plugin] prepare for next development iteration
2019-04-10 20:13:15 +02:00
Mark Struberg
afcec21a1d
[maven-release-plugin] prepare release 3.1.0
2019-04-10 20:13:04 +02:00
Mark Struberg
11cfff3f78
move to 3.1.0-SNAPSHOT as we upped the jpa-spec API to 2.2
2019-03-31 22:32:56 +02:00
Maxim Solodovnik
8c0b843f6e
[OPENJPA-2781] persistence_2_1.xsd is bundled for offline processing
2019-03-24 20:32:47 +07:00
Mark Struberg
80736f6e9d
OPENJPA-2733 subquery parameters are incorrectly assigned
...
patch submitted by Pawel Veselov - thanks!
2019-02-14 14:29:11 +01:00
Mark Struberg
b484ee1f22
add missing delegate method for Java8 support
2019-02-14 10:03:04 +01:00