8000 [DE-453] #250 Spring Boot 3 by aburmeis · Pull Request #280 · arangodb/spring-data · GitHub
[go: up one dir, main page]

Skip to content

[DE-453] #250 Spring Boot 3 #280

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

Merged
merged 49 commits into from
Sep 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
d1bb4d0
#250 keep arango repo compatible for spring data 3
aburmeis Feb 7, 2023
b82f516
#250 replace deprecated usage
aburmeis Feb 7, 2023
082f54d
#250 adapt error handling for delete: throw OptimisticLockingFailureE…
aburmeis Feb 7, 2023
c98ca63
#250 implement and use exception translator as expected
aburmeis Aug 2, 2023
9e5aaed
#250 special handling of write-write conflicts
aburmeis Aug 2, 2023
71352a7
#250 upgrade dependencies, replace deprecated and change java version
aburmeis Aug 2, 2023
03ab9b2
#250 adjust last three db server versions
aburmeis Aug 2, 2023
c671b02
#250 fix construction of auditing handler
aburmeis Aug 2, 2023
042d58a
#250 fix handling of generic without bound
aburmeis Aug 2, 2023
51a147c
#250 fix maven parent path
aburmeis Aug 2, 2023
75b3b0d
#250 http client is out for boot 3.1 and not needed for boot 3.0
aburmeis Aug 2, 2023
e0bb6d3
#250 add change
aburmeis Aug 2, 2023
0e94acf
move to junit 5
aburmeis Aug 2, 2023
6f8f8e7
remove unused travis setup
aburmeis Aug 3, 2023
00dd98a
small cleanup
aburmeis Aug 3, 2023
07228b8
#250 cleanup dependencies
aburmeis Aug 3, 2023
8c7df04
#250 fix missing exception translation for query
aburmeis Aug 4, 2023
ab16652
#250 drop joda time support
aburmeis Aug 6, 2023
494fea9
#250 fix merge errors
aburmeis Aug 6, 2023
a6b0318
#250 replace deprecated matchers
aburmeis Aug 6, 2023
d3af179
#250 replace deprecated annotation
aburmeis Aug 6, 2023
a6cc0b1
how to contribute
aburmeis Aug 6, 2023
682c69e
#250 mark fulltext index api deprecated
aburmeis Aug 7, 2023
cfa06b6
#250 remove deprecated class
aburmeis Aug 7, 2023
0e327a6
#250 converters are never called with null value
aburmeis Aug 7, 2023
f1a077b
#250 better error handling for resolvers, fix missing limit handling …
aburmeis Aug 7, 2023
614b1b2
#250 use required persistent entity if possible and improve null hand…
aburmeis Aug 7, 2023
2f4019d
#250 use language improvements
aburmeis Aug 7, 2023
433429b
#250 clarify module naming
aburmeis Aug 7, 2023
c52e0cd
#250 make configuration use dependency injection
aburmeis Aug 7, 2023
b7ba570
#250 update plugin versions
aburmeis Aug 7, 2023
762276c
#250 deleteById by contract must not throw an exception for unknown id
aburmeis Aug 7, 2023
abac07d
#250 more changes
aburmeis Aug 7, 2023
339ee25
upgrade checkout action
aburmeis Aug 24, 2023
f1b6492
use latest server versions
aburmeis Aug 24, 2023
7a533cb
#242 fix default of persistent index deduplicate
aburmeis Aug 24, 2023
3a665b6
less ensure index calls
aburmeis Aug 23, 2023
9bcfb63
declare util package non null api
aburmeis Aug 25, 2023
17ee122
reverted docker scripts
rashtao Aug 31, 2023
2df839a
updated docker images
rashtao Aug 31, 2023
5992478
reverted errors handling changes
rashtao Sep 1, 2023
ad35a56
updated Spring Boot versions
rashtao Sep 1, 2023
5f5a958
Revert "#250 make configuration use dependency injection"
rashtao Sep 1, 2023
d8bcfa4
removed unused imports
rashtao Sep 1, 2023
4311728
updated ChangeLog.md
rashtao Sep 1, 2023
4fcd0a0
Revert "less ensure index calls"
rashtao Sep 1, 2023
a2b7bce
avoid resolving actualType twice
rashtao Sep 1, 2023
de34048
Revert "#250 deleteById by contract must not throw an exception for u…
rashtao Sep 1, 2023
6360ed1
updated ChangeLog.md
rashtao Sep 1, 2023
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
Prev Previous commit
Next Next commit
#250 add change
  • Loading branch information
aburmeis authored and rashtao committed Aug 31, 2023
commit e0bb6d362dc614a1c0f11a82ab29ac03f5266021
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

- upgraded dependency Spring 6 and Spring Data 3 (as from Spring Boot 3) including JDK 17 (#250)

## [3.10.0] - 2023-05-17

- fixed merge AQL options from `@QueryOptions` annotation and `AqlQueryOptions` parameter (#276)
Expand Down
0