Christoph Strobl
5c19801648
done
2 years ago
Mark Paluch
994a10006e
Restructure content a bit.
2 years ago
Mark Paluch
161ec9aacb
Polishing.
...
Move examples into test source root to ensure proper compilation. Remove lingering asciidoc resources.
Merge entity callbacks into lifecycle events. Add links from MongoDB overview.
2 years ago
Christoph Strobl
300ea4d332
update observability section
2 years ago
Christoph Strobl
2c9acd5eff
update metrics and stuff
2 years ago
Christoph Strobl
3dcd0a3ca2
move session and transactions into one
2 years ago
Christoph Strobl
d7094416a4
next on list is transactions
2 years ago
Christoph Strobl
4994b04b52
move over gridfs and remove the remaining bits of reactive mongo
2 years ago
Christoph Strobl
fc4e7f8ad4
fix collection management and move on to gridfs support
2 years ago
Christoph Strobl
6094bd1480
rework aggregation framework
2 years ago
Christoph Strobl
ddc8843fc1
query operations
2 years ago
Christoph Strobl
ab4773931b
update crud operations
2 years ago
Christoph Strobl
0a44a2d028
Update template config section
2 years ago
Christoph Strobl
4921c9376e
update samples an anchors in template API
2 years ago
Christoph Strobl
823e0d02fc
make it beautiful
2 years ago
Christoph Strobl
59052bd8ef
first time a site that can actually be viewed
2 years ago
Christoph Strobl
4f8d420b43
moar movement
2 years ago
Christoph Strobl
c08176ac85
move execution callbacks to main API section
2 years ago
Christoph Strobl
da0d49d261
move counting and query options
2 years ago
Christoph Strobl
e2326618a1
move geospatial and full text to query ops
2 years ago
Christoph Strobl
678b0a65b2
move fluent template API and distinct queries
2 years ago
Christoph Strobl
ac82885697
done with template curd ops. next: -> template query api
2 years ago
Christoph Strobl
f052ae1794
template configuration, done. next: -> template crud operations
2 years ago
Christoph Strobl
2f1777e2fb
Done with configuration -> next: template
2 years ago
Christoph Strobl
5c1d5abaf7
workding on the configuration section right now
2 years ago
Christoph Strobl
f5d70ca8bb
start editing
2 years ago
Christoph Strobl
73050198c5
Enable Section Summary TOC for small pages
2 years ago
Christoph Strobl
ab804d5041
Fix cross references
2 years ago
Christoph Strobl
8cc3d466d8
Remove includes
2 years ago
Christoph Strobl
f289404079
Generate a default navigation
2 years ago
Christoph Strobl
c5c8c41879
Split files
2 years ago
Christoph Strobl
38e5e1dfb4
Fix indentation for all pages
2 years ago
Christoph Strobl
099213bbf2
Copy default antora files
2 years ago
Christoph Strobl
1749f9b485
Insert explicit ids for headers
2 years ago
Christoph Strobl
4f71a78302
Migrate Structure
2 years ago
Christoph Strobl
492f09fbdf
Add isReadable method to UnwrappedMongoPersistentProperty.
...
Closes : #4489
2 years ago
Julia
e3e73f5351
Fix `#self` @DocumentReference resolution when used in constructor.
...
This commit enables document reference lookup to use `DocumentReferenceSource` to properly instantiate an entity containig a @DocumentReference `#self` property.
Closes #4484
Original Pull Request: #4486
2 years ago
Mark Paluch
e5aff2645b
Polishing.
...
Refactor duplicate code into callback.
See #4481
2 years ago
Mark Paluch
b3c0fbb02d
Guard command completion listener against unsupported observation context.
...
We now no longer attempt to complete the Observation if the context is not a MongoDB one. For commands that target the admin database and run within a parent observation, we still might have an Observation but that one points to the parent invocation and not the MongoDB one as we do not record commands for the admin database.
Closes #4481
2 years ago
Julia Lee
51de522e88
After release cleanups.
...
See #4450
2 years ago
Julia Lee
d2842b246f
Prepare next development iteration.
...
See #4450
2 years ago
Julia Lee
1f954f45b4
Release version 4.2 M2 (2023.1.0).
...
See #4450
2 years ago
Julia Lee
c14d7bf616
Prepare 4.2 M2 (2023.1.0).
...
See #4450
2 years ago
Mark Paluch
ec7cfa3b8e
Polishing.
...
Update since tags. Add missing Override annotation.
See #4070
Original pull request: #4242
2 years ago
Christoph Strobl
f1cff3cdaa
Introduce AggregationVariable type.
...
This commit introduces a new AggregationVariable type that is intended to better identify variables within a pipeline to avoid mapping failures caused by invalid field names.
Closes #4070
Original pull request: #4242
2 years ago
Christoph Strobl
0fd1273ed9
Update documentation regarding java.time type conversion.
...
Closes #3482
Original pull request: #4460
2 years ago
Julia Lee
16798cb3c2
Update CI properties.
...
See #4450
2 years ago
Julia Lee
963072ec0a
Upgrade to Maven Wrapper 3.9.4.
...
See #4470
2 years ago
Julia
7f64c020b4
Polishing for formatting
...
Original Pull Request: #4455
2 years ago
Julia
a93854fb09
Add integration test to ensure schema validation fails when domain type property values are not encrypted as expected.
...
Closes #4454
Original Pull Request: #4455
2 years ago