-
Notifications
You must be signed in to change notification settings - Fork 3.6k
HHH-17404 : Add support of reading/writing from/to special source/target in FormatMapper #9629
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
Changes from all commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
601bdc6
HHH-17404 : Support reading/writing from/to special source/target in …
ejannett 2cf095a
HHH-17404: Jakarta annotation souuport for Jackson
BidyadharM 2ae32e5
HHH-17404: align JDBC dependencies version
ejannett 98fa356
HHH-17404 : use OsonEvent to deal with temporal
ejannett c5b7440
HHH-17404 : fix Boolean convertion
ejannett 578bbd4
HHH-17404 : fix UUID deserialization
ejannett 77a7fc6
HHH-17404 : move to OracleJSONParser
ejannett 02f52ea
HHH-17404 : implement array csae in embeddable deserialization
ejannett e85f51b
HHH-17404 : fix NPE while parsing DECIMAL
ejannett efbe98b
HHH-17404 : fix dates and URLs
ejannett 8652de9
HHH-17404 : fix handle of VALUE_INTERVALYM
ejannett 3ef01dc
HHH-17404: Add serializer for Embeddable and OracleDurationJdbcType
BidyadharM 0579559
HHH-17404 : move to fromString() in case of string event received
ejannett da63314
HHH-17404 : Add OSON document handler for embeddabe processing
ejannett a01918c
HHH-17404: More fixes
BidyadharM bdcad4e
HHH-17404: Serialization for additional types
BidyadharM d8b0288
HHH-17404 : add more date related types to document handler
ejannett fd64169
HHH-17404 : use of BigDecimal in case of DECIMAL OSON event received …
ejannett e2e9607
HHH-17404 : fix toString in mapper
ejannett 4ce35d5
HHH-17404 InternalDS Support for duration
BidyadharM 7c1c121
HHH-17404-Replace the embeddable serialization approach.
BidyadharM e2b8ae5
HHH-17404 : fix issue with sub-embeddables
ejannett aad86be
HHH-17404 : remove creation of ObjectMapper in the Oson type to rely …
ejannett 6b14f82
HHH-17404 : fix OsonFactory for extaction
ejannett 3518b1b
HHH-17404 : fix OracleDurationJdbcType
ejannett 6cac337
HHH-17404 - Fix Nested Embeddable Tests
BidyadharM 3a3f9c4
HHH-17404- Fix Array Embeddables.
BidyadharM 5ae7838
HHH-17404- Additional Fixes for Duration.
BidyadharM 9dcf37d
HHH-17404 - Add JSON_ARRAY serializer
BidyadharM 4a001e2
HHH-17404- Fix duration types
BidyadharM 5824d23
HHH-17404 : add JSON document handler for serialization
ejannett bb606ec
HHH-17404 - Fix extractor
BidyadharM ee559bc
HHH-17404- UUID fix
BidyadharM 3dfbbcc
HHH-17404 : remove unwanted committed settings
ejannett 7ee81ba
HHH-17404 : remove unused methods
ejannett 3dc18c0
HHH-17404 : Rollback Test Entity changes and JsonMapping tests fix.
BidyadharM 51cbd5d
HHH-17404 : general cleanup before PR
ejannett 9a3b85c
HHH-17404- Rollback OracleUserDefinedTypeExporter changes
BidyadharM 0548022
HHH-17404- Aggregate instance creation fix.
BidyadharM 5181de9
HHH-17404 : fix aggregatesupport for "no-extension" case
ejannett eeec7c3
HHH-17404 : fix condition on aggregate support load
ejannett e3205ca
HHH-17404 : refactor OSON formatMapper to align on JSON one.
ejannett 29ad797
HHH-17404 : applies some review comments
ejannett c1f149a
HHH-17404 : implement JSON document readers and writers for OSON exte…
ejannett 77ade6a
HHH-17404 : removed dead code
ejannett 4592c41
HHH-17404- Remove DURATION mapping to INTERVALDS
BidyadharM e938fda
HHH-17404- Remove DURATION mapping to INTERVALDS (2)
BidyadharM 0182f5d
HHH-17404: Undo Test Skips
BidyadharM 1f947db
HHH-17404 : applied eview comment
ejannett fd04e1c
HHH-17404 : applied review comments. removed use of valueIsAString
ejannett 9598bd2
HHH-17404 : fix build after merge
ejannett 941c8e7
HHH-17404 : refactor StringJsonDocumentReader to remove usage of Char…
ejannett 8015c49
HHH-17404 : Address review comment to remove try-catch for SqlTypes.T…
BidyadharM 32cfdfc
HHH-17404 add flag to disable OSON extension
ejannett 13f45eb
HHH-17404 : Since thhe UUID is stored as string , retrieve it accordi…
BidyadharM 1071b76
HHH-17404 remove use of reflection
ejannett c1e27c5
HHH-17404 : add schema compatibility test
ejannett 16e751a
HHH-17404 : Removed Duration mapping to intervalDS misssed during pre…
BidyadharM 8727f6e
HHH-17404 rename oson flag in oracle dialect
ejannett 564e136
HHH-17404 add array of embeddable support
ejannett cabbed6
HHH-17404 Fix compile errors
beikov a95a6e1
HHH-17404 Address dialect and aggregate support comments
beikov 44048c3
HHH-17404 Address issues in StringJsonDocumentReader
beikov b6f711a
HHH-17404 Cleanup JsonHelper and fix nested parsing
beikov c70daed
HHH-17404 Cleanup JdbcTypes and Jackson/OSON availability detection
beikov ebf2fd0
HHH-17404 Parameterize DDL type for tests
beikov 33c699c
HHH-17404 add compatibility test
ejannett 96cd77d
HHH-17404 Oson compatibility test fixes
mbellade e3132d0
HHH-17404 Apply code-style to OracleOsonJdbcType and misc cleanups
mbellade 38da5fa
HHH-17404 rebase with upstream
ejannett 6ec53e2
HHH-14707 fix code style
ejannett e9c0d2d
HHH-14707 Fix xml embeddable aggregate array support
mbellade d8dfee5
HHH-17404 code style
ejannett fcfee69
HHH-17404 fix code scna warning about switch default case
ejannett 40ebb50
HHH-17404 enhance compatibility test on type chakcing
ejannett 4b0b76e
HHH-17404 add comment in the what's new doc
ejannett 9f4a5ad
HHH-17404 add test claeanup phase
ejannett 520cf75
HHH-17404 rebase with upstream
ejannett 8d56bfe
HHH-17404 add new contributor to AUTHORS list
ejannett 288683e
HHH-17404 fix merge regresssion about struct support
ejannett b2e7730
HHH-17404 fix regression on OracleDialect on timeouts
ejannett 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Corporate contributors | ||
|
||
Red Hat, Inc. | ||
Oracle, Corporation. | ||
|
||
# Individual contributors | ||
|
||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.