Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
189d4dd
DATAMONGO-1514 - SpringDataMongodbQuery needs to be public.
LinkedList Oct 27, 2016
cb90bfc
DATAMONGO-1514 - Polishing.
odrotbohm Oct 27, 2016
f782338
DATAMONGO-1513 - Fixed identifier population for event listener gener…
odrotbohm Oct 30, 2016
9c20da3
DATAMONGO-1504 - Assert compatibility with MongoDB 3.4.
christophstrobl Oct 5, 2016
2ae75a4
DATAMONGO-1500 - Fix JSON serialization error in derived queries with…
christophstrobl Nov 2, 2016
6a9823f
DATAMONGO-1521 - Added Aggregation.skip(…) overload to support longs.
odrotbohm Nov 3, 2016
255d325
DATAMONGO-1502 - Updated changelog.
odrotbohm Nov 3, 2016
ea9b402
DATAMONGO-1525 - Improved creation of empty collections, esp. EnumSet.
odrotbohm Nov 7, 2016
da5289f
DATAMONGO-1448 - Prepare 2.0 development.
mp911de Jun 9, 2016
4371760
DATAMONGO-1461 - Upgrade Hibernate/Validator/JPA dependencies to matc…
mp911de Jul 12, 2016
30b7b40
DATAMONGO-1176 - Switch to new mongo-java-driver API.
christophstrobl Apr 5, 2016
96eb2b3
DATAMONGO-1176 - Switch to Document API.
christophstrobl Apr 4, 2016
ac9e9ea
DATAMONGO-1176 - Polishing.
mp911de Jun 13, 2016
b9e02b2
DATAMONGO-1176 - Cleanup.
christophstrobl Oct 28, 2016
5610077
DATAMONGO-1176 - Cleanup.
mp911de Nov 3, 2016
4732e2a
DATAMONGO-1176 - Test code cleanup.
mp911de Nov 4, 2016
c5ac30d
DATAMONGO-1444 - Investigate reactive support in Spring Data MongoDB.
mp911de Jun 1, 2016
e021678
DATAMONGO-1444 - Add support for RxJava wrapper types and slice queries.
mp911de Mar 3, 2016
0f96a88
DATAMONGO-1444 - Polishing.
christophstrobl Oct 28, 2016
9ab9621
DATAMONGO-1444 - Adopt changes in Spring Data Commons.
christophstrobl Nov 7, 2016
8f75faf
DATAMONGO-1444 - Update bulk insert operations.
christophstrobl Nov 7, 2016
0711607
DATAMONGO-1444 - Make Project Reactor dependency no longer required f…
mp911de Nov 8, 2016
d69cbda
DATAMONGO-1444 - Polishing.
odrotbohm Nov 13, 2016
1c77a64
DATAMONGO-1444 - Adapt to new changes in reactive repository configur…
odrotbohm Nov 14, 2016
d952a65
DATAMONGO-1444 - Moved to new base class for reactive repository fact…
odrotbohm Nov 14, 2016
655dea4
DATAMONGO-1444 - Accept Collection and subtypes in ReactiveMongoOpera…
mp911de Nov 14, 2016
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
Prev Previous commit
Next Next commit
DATAMONGO-1514 - Polishing.
Extended license years in copyright header. Original pull request: #401.
  • Loading branch information
odrotbohm committed Oct 27, 2016
commit cb90bfc6a6745cdb968c95d889436a4fa7997a0f
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down