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

Hibernate7 update #217

Open
wants to merge 163 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
163 commits
Select commit Hold shift + click to select a range
45e4da6
Initial commit to update Hibernate from 3.3.2 to 6.0 Alpha 5 (compiling
FJBDev Aug 11, 2020
14c6a34
Switching to jba persistence
FJBDev Aug 11, 2020
6d4bf32
Useless
FJBDev Aug 11, 2020
eca9155
Switching to Hibernate 5.4.20 as 6 Alpha 5 still has issues
FJBDev Aug 11, 2020
2dd56d0
Cleaning. Still having this issue No Persistence provider for
FJBDev Aug 11, 2020
68320d1
Updates
FJBDev Aug 11, 2020
3996ed5
Renaming net.tourbook.ext.ejb3* to net.tourbook.ext.jpa
FJBDev Aug 11, 2020
2a11957
Misc
FJBDev Aug 11, 2020
a1fa096
Broke everyhting and MT doesn't even start : Plug-in net.tourbook was
FJBDev Aug 11, 2020
29b4777
Misc
FJBDev Aug 11, 2020
6daa89e
Previous issue apparently fixed because I had Alpha5 instead of Final!
FJBDev Aug 12, 2020
302a1be
So weird I am again getting No Persistence provider for EntityManager
FJBDev Aug 12, 2020
a0b80ad
That might have been the culprit ?
FJBDev Aug 12, 2020
35dc9f4
It works with a 20.8 database ! Now, warnings need to be addressed
FJBDev Aug 12, 2020
1656bfb
1 less warning
FJBDev Aug 12, 2020
0d4a3da
Hibernate 6 Alpha6. I am seeing the following error :
FJBDev Sep 15, 2020
e8d2f3e
Merge remote-tracking branch 'Wolfgang/main' into main
FJBDev Nov 27, 2020
64cde16
Fix for GPX tests
FJBDev Nov 27, 2020
3e6ab90
Fix as using assert doesn't work but the JUnit 5 asserts work
FJBDev Nov 27, 2020
0986eee
Setting a different order so that the tests is sure to fail until I find
FJBDev Nov 27, 2020
9cf8462
Using JSONUnit as it looks more robust and flexible
FJBDev Nov 27, 2020
fd22f3a
Maybe we should go back to xml...
FJBDev Nov 27, 2020
2e0ad1c
Trying to use XML but not much success
FJBDev Nov 27, 2020
49e6c2d
Now blocked with this javax.xml.bind.JAXBException: ClassCastException:
FJBDev Nov 27, 2020
72527b9
Merge remote-tracking branch 'wolfgang/main' into main
FJBDev Nov 29, 2020
dfd4c4c
Revert "Now blocked with this javax.xml.bind.JAXBException: ClassCast…
FJBDev Nov 29, 2020
cb6d0d5
Revert "Trying to use XML but not much success"
FJBDev Nov 29, 2020
7814131
Revert "Maybe we should go back to xml..."
FJBDev Nov 29, 2020
5496fa5
Revert "Using JSONUnit as it looks more robust and flexible"
FJBDev Nov 29, 2020
673fff6
Using the sorted tour markers instead of the set that can have random
FJBDev Nov 29, 2020
f66f5b1
Removing the JsonIgnore from TourData and ignoring the appropriate
FJBDev Nov 29, 2020
9c8290a
Removing code smells for more efficiency ( The time complexity of any
FJBDev Nov 29, 2020
d4593da
Merge remote-tracking branch 'wolfgang/main' into main
FJBDev Nov 30, 2020
cba8677
Method names should always start with lowercase
FJBDev Nov 30, 2020
f082d91
Package updates
FJBDev Nov 30, 2020
d4e073d
Comment
FJBDev Nov 30, 2020
d00d222
Merge remote-tracking branch 'Wolfgang/main' into main
FJBDev Nov 30, 2020
804a060
Suunto9: Pauses less than 1sec should not be imported
FJBDev Nov 30, 2020
96b4958
When computing the cadence zone times, we prevent from re-importing the
FJBDev Nov 30, 2020
4cd93e1
Displyaing the errors when the tests fail
FJBDev Nov 30, 2020
d5facb0
Replacing .size() == 0 with .isEmpty() and .size() < 1 with .isEmpty()
FJBDev Dec 1, 2020
7084e28
Replacing .size() > 0 with .isEmpty() == false
FJBDev Dec 1, 2020
c2292af
Replacing .size() <= 0 with .isEmpty()
FJBDev Dec 1, 2020
2d82b11
French translation
FJBDev Dec 2, 2020
8ac3224
Merge remote-tracking branch 'origin/main-s1155-codesmellremoval' int…
FJBDev Dec 2, 2020
ec723c5
Merge remote-tracking branch 'Wolfgang/FJBDev' into main
FJBDev Dec 2, 2020
fa492f7
Misc
FJBDev Dec 3, 2020
a61bf7d
Merge remote-tracking branch 'Wolfgang/FJBDev' into main
FJBDev Dec 3, 2020
0e0fe1d
Using net.tourbook.common.ui
FJBDev Dec 3, 2020
4052910
Merge remote-tracking branch 'Wolfgang/main' into main
FJBDev Dec 4, 2020
26e7422
Merge remote-tracking branch 'Wolfgang/main' into main
FJBDev Dec 4, 2020
88e7dc3
Merge remote-tracking branch 'wolfgang/main' into main
FJBDev Dec 6, 2020
8585caa
TourMarker View bugfix : The time difference, average pace and average
FJBDev Dec 6, 2020
86ada97
Misc
FJBDev Dec 6, 2020
ea4020d
Merge remote-tracking branch 'wolfgang/main' into main
FJBDev Dec 6, 2020
4cc31d5
Worldwind 2.2.0 Update (#29)
FJBDev Dec 7, 2020
661d8ba
Using the Java 11 feature Files.readString
FJBDev Dec 7, 2020
8759744
Merge remote-tracking branch 'wolfgang/main' into main
FJBDev Dec 8, 2020
6332ce9
Removing unused parameters and misc
FJBDev Dec 9, 2020
893dfb2
Merge remote-tracking branch 'Wolfgang/main' into main
FJBDev Dec 10, 2020
e3fe59e
Bugfix: Printing a tour when using Java11 is resulting in exceptions
FJBDev Dec 10, 2020
c171260
Not needed
FJBDev Dec 10, 2020
e7f9ae4
Markers not tags
FJBDev Dec 10, 2020
05572ae
Readme update
FJBDev Dec 10, 2020
c279b95
Typo
FJBDev Dec 10, 2020
588a1ec
Code improvements
FJBDev Dec 10, 2020
edfed0f
More readable code
FJBDev Dec 10, 2020
af5a6ec
Merge remote-tracking branch 'Wolfgang/main' into main
FJBDev Dec 11, 2020
6a524c0
Merge part2
FJBDev Dec 11, 2020
b858ef1
Merge remote-tracking branch 'origin/main' into hibernate6-update
FJBDev Dec 11, 2020
7365b3b
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev May 5, 2023
89f2189
more
FJBDev May 5, 2023
3b59f4c
wip
FJBDev May 5, 2023
4f13331
wip
FJBDev May 5, 2023
1e422e7
wip
FJBDev May 5, 2023
af7155e
wip
FJBDev May 5, 2023
43e8712
wip
FJBDev May 5, 2023
75bb298
better
FJBDev May 5, 2023
60cc4d6
wip
FJBDev May 5, 2023
a4c42bb
wip
FJBDev May 5, 2023
f3c62a0
update
FJBDev May 5, 2023
5d4fbb8
wip
FJBDev May 5, 2023
d7c0f1a
what i learned the hard way
FJBDev May 5, 2023
c9c035c
java.lang.NoClassDefFoundError: Could not initialize class
FJBDev May 5, 2023
00fb678
wip
FJBDev May 5, 2023
104de38
it works locally!!!
FJBDev May 5, 2023
b36e414
wip
FJBDev May 5, 2023
c1c3e24
6.2.2
FJBDev May 5, 2023
8bb8b7e
wip
FJBDev May 5, 2023
10e4bba
revert
FJBDev May 5, 2023
5d14472
cleanup
FJBDev May 5, 2023
cded65d
fix
FJBDev May 5, 2023
bf7b47a
wip
FJBDev May 5, 2023
e892ec9
it works locally!!!
FJBDev May 5, 2023
468dda3
Java 11
FJBDev May 5, 2023
ca29032
revert
FJBDev May 5, 2023
de2dd0e
wip
FJBDev May 5, 2023
b544ddb
version
FJBDev May 5, 2023
177f005
forgot
FJBDev May 5, 2023
a32e63c
not useful
FJBDev May 5, 2023
9aa4e88
misc
FJBDev May 5, 2023
8bb5bb3
misc
FJBDev May 5, 2023
e8b3de8
update
FJBDev May 5, 2023
d732bc1
Revert "misc"
FJBDev May 5, 2023
0a2ab3c
Revert "misc"
FJBDev May 5, 2023
aad75e7
update
FJBDev May 5, 2023
f09836e
not sure
FJBDev May 5, 2023
419f111
revert
FJBDev May 5, 2023
eaa402e
Not needed
FJBDev May 5, 2023
4a5df30
Revert to the last files for which the build was successful
FJBDev May 5, 2023
0824f0e
misc
FJBDev May 5, 2023
4c4698d
un par un
FJBDev May 5, 2023
714bb6f
un de plus
FJBDev May 5, 2023
c660efe
3 de plus
FJBDev May 5, 2023
31ff330
un de plus
FJBDev May 5, 2023
9b5ae2b
reorg
FJBDev May 5, 2023
fb36388
Update feature.xml
FJBDev May 7, 2023
75128e8
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev Aug 4, 2023
069bea2
Java 17
FJBDev Aug 4, 2023
c9c08df
better
FJBDev Aug 4, 2023
09ead24
Merge remote-tracking branch 'Wolfgang/main' into fb-misc
FJBDev Sep 8, 2023
0804e5f
Hibernate 6.3.0
FJBDev Sep 8, 2023
78855dc
fix
FJBDev Sep 8, 2023
9641168
6.3.0
FJBDev Sep 8, 2023
51dff2e
6.3.0
FJBDev Sep 8, 2023
07d12b6
more
FJBDev Sep 8, 2023
af68b97
wip but still not working
FJBDev Sep 8, 2023
3f149d2
update
FJBDev Sep 8, 2023
ee09766
cleanup
FJBDev Sep 8, 2023
726a3d0
revert
FJBDev Sep 8, 2023
46810f7
It works!
FJBDev Sep 8, 2023
dd54548
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev Nov 29, 2023
7ce4da2
Hibernate 6.4.0
FJBDev Nov 30, 2023
7cea525
remove
FJBDev Nov 30, 2023
92f6dc0
refactoring
FJBDev Nov 30, 2023
c3f9bf7
better
FJBDev Nov 30, 2023
021cb15
6.4.0
FJBDev Nov 30, 2023
4f0aeab
Dialects
FJBDev Nov 30, 2023
87cd126
dialects
FJBDev Nov 30, 2023
be79cd6
better
FJBDev Nov 30, 2023
8ee4498
test
FJBDev Nov 30, 2023
b0d97bf
possible fix
FJBDev Nov 30, 2023
05f8aa7
revert
FJBDev Nov 30, 2023
5352835
revert
FJBDev Nov 30, 2023
f0eaf15
6.4.0
FJBDev Nov 30, 2023
2b50b08
more
FJBDev Nov 30, 2023
73b905c
fix
FJBDev Nov 30, 2023
5cdf8a5
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev Nov 30, 2023
e2d3b37
Fix
FJBDev Nov 30, 2023
4f525ec
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev Dec 19, 2023
3a8b93e
merge part 2
FJBDev Dec 19, 2023
65d7ccd
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev Jun 11, 2024
3bde7fd
merge part 2
FJBDev Jun 11, 2024
0c3fb87
revert
FJBDev Jun 11, 2024
dcf294a
merge
FJBDev Jun 11, 2024
f8cc5f0
merge
FJBDev Jun 11, 2024
4a8cd50
merge
FJBDev Jun 11, 2024
5446d1f
Merge remote-tracking branch 'Wolfgang/main' into hibernate6-update
FJBDev Aug 7, 2024
1aaab0d
Hibernate 7!
FJBDev Aug 7, 2024
6c0072a
more
FJBDev Aug 7, 2024
2beadfb
test
FJBDev Aug 7, 2024
50bcccd
still not working
FJBDev Aug 7, 2024
887768a
better?
FJBDev Aug 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/build.net.tourbook.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
version="0.0.0"/>

<includes
id="feature.net.tourbook.ext.ejb3"
id="feature.net.tourbook.ext.jpa"
version="0.0.0"/>

<includes
Expand Down
2 changes: 1 addition & 1 deletion build/build.net.tourbook.product/net.tourbook.product
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
<feature id="feature.net.tourbook.ext.eclipse" installMode="root"/>
<feature id="feature.net.tourbook.ext.eclipse.nl" installMode="root"/>
<feature id="feature.net.tourbook.ext.derby" installMode="root"/>
<feature id="feature.net.tourbook.ext.ejb3" installMode="root"/>
<feature id="feature.net.tourbook.ext.jars" installMode="root"/>
<feature id="feature.net.tourbook.ext.jpa" installMode="root"/>
<feature id="feature.net.tourbook.ext.rxtx" installMode="root"/>
<feature id="feature.net.tourbook.ext.vtm" installMode="root"/>
<feature id="feature.net.tourbook.ext.worldwind" installMode="root"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<feature id="feature.net.tourbook.ext.eclipse" installMode="root"/>
<feature id="feature.net.tourbook.ext.eclipse.nl" installMode="root"/>
<feature id="feature.net.tourbook.ext.derby" installMode="root"/>
<feature id="feature.net.tourbook.ext.ejb3" installMode="root"/>
<feature id="feature.net.tourbook.ext.jpa" installMode="root"/>
<feature id="feature.net.tourbook.ext.jars" installMode="root"/>
<feature id="feature.net.tourbook.ext.rxtx" installMode="root"/>
<feature id="feature.net.tourbook.ext.vtm" installMode="root"/>
Expand Down
25 changes: 0 additions & 25 deletions bundles/net.tourbook.ext.ejb3_3.4.0/.classpath

This file was deleted.

165 changes: 0 additions & 165 deletions bundles/net.tourbook.ext.ejb3_3.4.0/META-INF/MANIFEST.MF

This file was deleted.

20 changes: 0 additions & 20 deletions bundles/net.tourbook.ext.ejb3_3.4.0/build.properties

This file was deleted.

Loading
Loading