generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Migration Guide for CAP Java 3.0 #892
Merged
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
adc39ac
Migration Guide for CAP Java 3.0 (#890)
beckermarc 8987d74
Changes in cds-maven-plugin (#893)
mofterdinger 7627561
Update migration.md
mofterdinger 6671eac
Merge branch 'main' into cap-java-3.0
mofterdinger c75f147
Update java/migration.md
mofterdinger 9c4303b
Fix typo
beckermarc 4fc2a51
Update migration.md
mofterdinger 47dd561
Fixed wrong property order (#935)
mofterdinger a437877
Merge branch 'main' into cap-java-3.0
beckermarc 41ca6a9
[CAP Java 3.0] Explain removal of classic MTX in migration guide (#942)
beckermarc d12b265
Added table for removed properties (#936)
mofterdinger 05a8f94
Update migration.md
agoerler 1a8580c
Update java/migration.md
renejeglinsky a65d87d
describing new semantics of `cds.outbox.persistent.enabled` (#987)
t-bonk 9b22651
Describe changes of goal generate (#993)
mofterdinger 0848cfc
cds.sql.hana.optimizationMode: hex
MattSchur cbf1925
Java 3 Migration: CqnSearchTermPredicate (#1015)
MattSchur e1396d8
[3.0] Removal of `cds-feature-xsuaa` (#918)
StefanHenke 95b48e9
Merge remote-tracking branch 'origin/main' into cap-java-3.0
beckermarc c4b476d
Add removed property
beckermarc fe7214b
cqn(String) methods
MattSchur 45c9825
$user.tenant
MattSchur 9acb1e8
Merge branch 'main' into cap-java-3.0
beckermarc 120aa0e
3.0: Lazy localization by default (#1023)
beckermarc 5fc2882
Merge branch 'main' into cap-java-3.0
beckermarc 6a7ce06
$user.tenant deprecation
MattSchur a2b18c2
document cds.auditLog.personalData.throwOnMissingDataSubject change
beckermarc e5a5f02
Update migration.md
beckermarc e6d4d9d
CqnSearchPredicate
MattSchur 18e6256
Session Context Variables
MattSchur 72c0fe4
Prohibit star-expand and inline-all (#1039)
vmikhailenko cbf8639
Apply suggestions from code review
beckermarc 993eda3
Remove warning
beckermarc 0da0d0b
Update minimum versions in general docs
beckermarc 68494d3
[3.0] IAS support in Remote Services and IAS migration guide (#1047)
StefanHenke 97e5327
Merge branch 'main' into cap-java-3.0
smahati 80b9d04
Update java/migration.md
BraunMatthias ced65c9
added new default value of message service structured flag
t-bonk 4265fe7
changed default value in java messaging docs
t-bonk 063b1e0
fixed link
t-bonk f130c8f
Update migration.md
beckermarc a7850c1
Update java/migration.md
beckermarc a04b33c
Merge branch 'main' into cap-java-3.0
renejeglinsky c3458aa
Update java/migration.md
renejeglinsky 7cad927
Update java/migration.md
renejeglinsky ea3e64e
Merge branch 'main' into cap-java-3.0
renejeglinsky 94ecf98
cosmetics
smahati 4d2ccc2
Merge branch 'main' into cap-java-3.0
smahati File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
@smahati "readiness probe" and "liveness probe" are fixed terms in the Kyma/Kubernetes world: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/. I don't know if you were aware of that, but I think it might make sense to keep those terms.
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.
hmm yes, adding an article there would have been better, I'll write that on main.