Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[hibernate-search] Part 1: Remove custom ElasticSearch integration #6209
[hibernate-search] Part 1: Remove custom ElasticSearch integration #6209
Changes from all commits
177c25b
6b617e4
094e528
59b47a8
580f8e1
f39dab0
d2a4bd1
c5cbf18
5c00c6e
e6dc1a5
35e29c0
645277a
e793f1e
9fccf2c
f42fa94
22e8263
bff6815
2cc1890
797f7a4
77ba25a
14dbdc8
290b4c5
62f9258
0b4b0ac
fba94b8
242a716
a94925a
e85bfbd
e74d0b2
7c55721
a0d46d1
62483ef
c7662e7
083da3f
39aa1d5
2203bd5
2cec534
5dec368
a01f5ef
94d90bb
8b7954c
fffa9f2
ec798ed
64abe9e
1c421e1
ca21607
9bc0a2f
7cf612d
4f932d0
cb7a766
cdd6648
78b6227
9391168
702016b
d15477d
0d9f297
113c688
67c1ad1
77555b9
4e82549
0384232
8a1d662
a93454b
26306d2
33698c9
a10ae69
e2092b2
9b8ec03
9a2ec8a
7b60533
c36a79a
af5d869
1c968d6
6f4711a
603d1da
beae6dd
b8ef32b
f3e280d
7949012
b82684c
48315cb
30605c9
832785c
c187360
4c24341
54f61dd
cf34cd3
c2e7506
b8bf393
4b77e73
2b79481
8db32d6
9eac939
25660ee
0746141
9054880
fd3f550
8889434
c11840c
8d89d88
1d2d758
db8dc63
9b0782f
050daa4
cfd88bf
84b3fd4
427a0fa
bc85dab
e064a5f
0e8cfbf
29d415d
24b727a
6de51d7
eeef5b0
884d6a9
843028f
762b8f2
e833f3c
0b415cf
80758ba
395b1b4
f30ce43
dfdaf4e
d690db2
129adb3
16cb9e8
202814e
6791ec9
10fefe8
37ff351
caacaf9
46cb05c
1da6055
f7d6b69
9ad9e37
a1eba7f
b4ca455
c9a585e
fe5a1d0
d05701d
a258548
3dc3095
95ba719
ec2cfb4
570b965
5f6e8e2
1be06c3
c553a77
6d51303
be3ea8e
85fb140
cbed65f
17d883d
05679d9
806b5a7
1ff02f1
07ba672
2d9b488
6bcb523
ca462e3
6460da1
3b50723
cc9c3e6
a84ca16
30d2efa
7491f7f
b5469c0
66c6b04
74e5b2d
4da1012
436ec64
02670bc
220605f
2dba023
b5ec8d2
385a6e2
71706d5
d5a847f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛈 I use SpotBugs Annotations to mark special properties in the code, for example whether parameters or function results can be
null
or not, and especially withBaseBean.merge()
, that the return value must be used. Of course, one could also just document this in the Javadoc, but this way it can be used by the FindBugs engine to check whether the condition is met and produce (more precise) reports.<scope>provided</scope>
means that this jar file will not be packed into the application war. (It is not needed at runtime.)This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛈 These lists (via cross tables) already exist in reverse, they are just missing here. This does not involve any database changes.