Mark Paluch
96d0a12e5a
DATACMNS-1156 - Updated changelog.
2017-10-02 11:09:08 +02:00
Oliver Gierke
a56e88d095
DATACMNS-1130 - Prepare 2.0 RC3 (Kay).
2017-09-11 17:23:51 +02:00
Oliver Gierke
09208814da
DATACMNS-1130 - Updated changelog.
2017-09-11 17:23:37 +02:00
Mark Paluch
4c66061b61
DATACMNS-1131 - Updated changelog.
2017-09-11 12:43:46 +02:00
Oliver Gierke
85fb08a797
DATACMNS-1127 - Updated changelog.
2017-07-27 00:48:48 +02:00
Oliver Gierke
22e141b62d
DATACMNS-1128 - Prepare 2.0 RC2 (Kay).
2017-07-25 15:33:32 +02:00
Oliver Gierke
1d30d1d628
DATACMNS-1128 - Updated changelog.
2017-07-25 15:33:17 +02:00
Oliver Gierke
116ae703fc
DATACMNS-1090 - Prepare 2.0 RC1 (Kay).
2017-07-25 09:48:00 +02:00
Oliver Gierke
96f0fd8e5c
DATACMNS-1090 - Updated changelog.
2017-07-25 09:47:47 +02:00
Oliver Gierke
83410752ae
DATACMNS-1084 - Updated changelog.
2017-07-24 22:20:34 +02:00
Mark Paluch
d9735a4367
DATACMNS-1060 - Prepare 2.0 M4 (Kay).
2017-06-14 17:03:00 +02:00
Mark Paluch
16def70b77
DATACMNS-1060 - Updated changelog.
2017-06-14 17:02:56 +02:00
Mark Paluch
628d71cf1f
DATACMNS-1047 - Updated changelog.
2017-06-08 11:56:19 +02:00
Mark Paluch
0af5a4f6f1
DATACMNS-1046 - Updated changelog.
2017-06-07 12:23:34 +02:00
Mark Paluch
89d4acc2aa
DATACMNS-1037 - Prepare 2.0 M3 (Kay).
2017-05-09 11:22:12 +02:00
Mark Paluch
b04cd079c9
DATACMNS-1037 - Updated changelog.
2017-05-09 11:22:00 +02:00
Oliver Gierke
713976d2a6
DATACMNS-1045 - Updated changelog.
2017-04-21 16:49:00 +02:00
Oliver Gierke
c54c45e693
DATACMNS-1044 - Updated changelog.
2017-04-21 16:49:00 +02:00
Oliver Gierke
313d0fe8ce
DATACMNS-1004 - Updated changelog.
2017-04-21 16:48:59 +02:00
Oliver Gierke
b60b087abd
DATACMNS-1003 - Updated changelog.
2017-04-21 16:48:59 +02:00
Oliver Gierke
a681795597
DATACMNS-979 - Updated changelog.
2017-04-10 13:29:26 +02:00
Oliver Gierke
55429522dc
DATACMNS-942 - Prepare 2.0 M2 (Kay).
2017-04-04 21:12:01 +02:00
Oliver Gierke
66297d026b
DATACMNS-942 - Updated changelog.
2017-04-04 21:11:52 +02:00
Oliver Gierke
4552d49c5f
DATACMNS-980 - Updated changelog.
2017-03-02 11:10:55 +01:00
Oliver Gierke
49817278b7
DATACMNS-964 - Updated changelog.
2017-01-26 12:12:28 +01:00
Oliver Gierke
e93bf75f5d
DATACMNS-965 - Updated changelog.
2017-01-26 12:12:03 +01:00
Oliver Gierke
56ec60b269
DATACMNS-932 - Updated changelog.
2016-12-21 19:35:21 +01:00
Oliver Gierke
403105f2fc
DATACMNS-889 - Updated changelog.
2016-12-21 18:42:50 +01:00
Oliver Gierke
9354800225
DATACMNS-952 - Switched from component scanning to SpringFactoriesLoader for internal extension points.
...
Both the configuration code looking up Spring Data specific Jackson modules as well as the code detecting whether we have multiple Spring Data modules on the classpath used component scanning. That can have quite significant impact on startup times.
This commit replaces the classpath scanning with the use of SpringFactoriesLoader that now requires modules that want to extend the behavior of Spring Data's web configuration or indicate a repository implementation being present by shipping a file called META-INF/spring.factories. Spring Data relies on the following keys:
- org.springframework.data.web.config.SpringDataJacksonModules - list the Spring configuration classes that will expose additional Jackson modules that are supposed to be registered for Spring Data's Jackson web support
- org.springframework.data.repository.core.support.RepositoryFactorySupport - list the Spring Data repository factory implementation class that implements repository support for your module. The general detection and configuration mechanism for user repositories is not affected by this. Currently Spring Data only uses the pure number of different entries for that key to switch into strict configuration mode in case we find more than one entry.
2016-12-05 13:55:05 +01:00
Oliver Gierke
232ab0e800
DATACMNS-933 - Prepare 2.0 M1 (Kay).
2016-11-23 10:35:08 +01:00
Oliver Gierke
aaf8d49238
DATACMNS-933 - Updated changelog.
2016-11-23 10:34:54 +01:00
Oliver Gierke
0005412383
DATACMNS-924 - Updated changelog.
2016-11-03 18:56:37 +01:00
Oliver Gierke
5bb60b6f0b
DATACMNS-914 - Updated changelog.
2016-09-29 14:42:00 +02:00
Oliver Gierke
00776d6fe9
DATACMNS-922 - Updated changelog.
2016-09-29 11:42:02 +02:00
Oliver Gierke
8e35c4e41d
DATACMNS-913 - Updated changelog.
2016-09-21 08:03:03 +02:00
Oliver Gierke
f09e0d1f71
DATACMNS-873 - Updated changelog.
2016-09-21 08:03:02 +02:00
Oliver Gierke
c6391dc7f1
DATACMNS-838 - Prepare 1.13 M1 (Ingalls).
2016-07-27 13:51:37 +02:00
Oliver Gierke
f4b16298da
DATACMNS-838 - Updated changelog.
2016-07-27 13:51:26 +02:00
Oliver Gierke
c787073357
DATACMNS-839 - Updated changelog.
2016-06-15 14:31:48 +02:00
Oliver Gierke
a842ed4e33
DATACMNS-837 - Updated changelog.
2016-04-06 23:14:22 +02:00
Oliver Gierke
f16f28f70b
DATACMNS-833 - Prepare 1.12 GA (Hopper).
2016-04-06 16:34:45 +02:00
Oliver Gierke
1ce438661f
DATACMNS-833 - Updated changelog.
2016-04-06 16:34:32 +02:00
Oliver Gierke
c2da774268
DATACMNS-823 - Prepare 1.12 RC1 (Hopper).
2016-03-18 11:06:57 +01:00
Oliver Gierke
0fdd596be5
DATACMNS-823 - Updated changelog.
2016-03-18 11:06:45 +01:00
Oliver Gierke
2b2882635a
DATACMNS-817 - Updated changelog.
2016-02-23 14:27:20 +01:00
Oliver Gierke
3667dcc81e
DATACMNS-811 - Prepare 1.12 M1 (Hopper).
2016-02-12 15:36:18 +01:00
Oliver Gierke
126aac106c
DATACMNS-811 - Updated changelog.
2016-02-12 15:36:04 +01:00
Oliver Gierke
d03ca30381
DATACMNS-797 - Updated changelog.
2015-12-18 10:50:52 +01:00
Oliver Gierke
2564e0e8b1
DATACMNS-784 - Updated changelog.
2015-11-16 08:25:50 +01:00
Oliver Gierke
896cc76fc7
DATACMNS-777 - Updated changelog.
2015-10-14 14:08:23 +02:00