John Blum
|
f5d146cdea
|
DATAGEODE-319 - Improve @LocatorApplication to configure the Apache Geode locators property.
|
2020-03-30 20:40:41 -07:00 |
|
Mark Paluch
|
4e305aa28a
|
DATAGEODE-305 - After release cleanups.
|
2020-03-25 10:58:27 +01:00 |
|
Mark Paluch
|
bf1e1670a5
|
DATAGEODE-305 - Prepare next development iteration.
|
2020-03-25 10:58:26 +01:00 |
|
Mark Paluch
|
9869c7154c
|
DATAGEODE-305 - Release version 2.2.6 (Moore SR6).
|
2020-03-25 10:46:02 +01:00 |
|
Mark Paluch
|
93ff47a60a
|
DATAGEODE-305 - Prepare 2.2.6 (Moore SR6).
|
2020-03-25 10:45:35 +01:00 |
|
Mark Paluch
|
e6a620a8d8
|
DATAGEODE-305 - Updated changelog.
|
2020-03-25 10:45:29 +01:00 |
|
John Blum
|
fe08a0c18d
|
DATAGEODE-314 - Replace remaining uses of Apache Geode's PoolManager API with PoolResolver.
|
2020-03-24 19:16:49 -07:00 |
|
John Blum
|
38f600d655
|
DATAGEODE-314 - Introduce new BeanFactoryPoolResolver implementation.
The BeanFactoryPoolResolver implementation resolves a managed, named Pool object (bean) from the Spring BeanFactory (container).
|
2020-03-24 18:58:55 -07:00 |
|
John Blum
|
a97c3a78d3
|
DATAGEODE-311 - Allow Security configuration applied by Annotations to be used in LocatorApplications.
|
2020-03-19 14:44:25 -07:00 |
|
John Blum
|
ce4a6aa2e3
|
DATAGEODE-310 - Use Environment accessible properties to enable/disable Apache Shiro and Authentication Auto-configuration.
|
2020-03-19 14:28:27 -07:00 |
|
John Blum
|
5d2bec1dc7
|
DATAGEODE-309 - Apply Spring bean ClassLoader to Thread context ClassLoader in LocatorApplications.
|
2020-03-19 14:25:36 -07:00 |
|
John Blum
|
dc2ab304c5
|
DATAGEODE-297 - Fix test failures in JSON Region auto-proxying support.
Originally DATAGEODE-277.
|
2020-03-11 12:34:39 -07:00 |
|
John Blum
|
51afb9ab6b
|
DATAGEODE-287 - Correct copyright years and format.
|
2020-03-11 12:30:18 -07:00 |
|
John Blum
|
7c2914b025
|
DATAGEODE-297 - Reduce usage of Apache Geode internal APIs.
This also avoids the compiler issue requiring compile-time dependencies on 'geode-logging' and 'geode-serialization'.
Originally DATAGEODE-277.
|
2020-03-11 12:17:26 -07:00 |
|
Jens Schauder
|
34914efe6c
|
DATAGEODE-301 - Updated changelog.
|
2020-03-11 09:59:36 +01:00 |
|
Mark Paluch
|
f05037d72b
|
DATAGEODE-290 - After release cleanups.
|
2020-02-26 11:54:09 +01:00 |
|
Mark Paluch
|
ea305ceec7
|
DATAGEODE-290 - Prepare next development iteration.
|
2020-02-26 11:54:08 +01:00 |
|
Mark Paluch
|
2089e5ec84
|
DATAGEODE-290 - Release version 2.2.5 (Moore SR5).
|
2020-02-26 11:38:17 +01:00 |
|
Mark Paluch
|
22ac2b0638
|
DATAGEODE-290 - Prepare 2.2.5 (Moore SR5).
|
2020-02-26 11:37:58 +01:00 |
|
Mark Paluch
|
c4c27a1c76
|
DATAGEODE-290 - Updated changelog.
|
2020-02-26 11:37:53 +01:00 |
|
Mark Paluch
|
b2d74f2316
|
DATAGEODE-289 - Updated changelog.
|
2020-02-26 11:31:50 +01:00 |
|
Mark Paluch
|
3c519e6fc3
|
DATAGEODE-293 - Updated changelog.
|
2020-02-12 15:05:04 +01:00 |
|
Mark Paluch
|
7ea2f92aff
|
DATAGEODE-292 - Updated changelog.
|
2020-01-17 09:58:37 +01:00 |
|
Mark Paluch
|
7882890b5c
|
DATAGEODE-235 - Updated changelog.
|
2020-01-16 16:12:40 +01:00 |
|
Mark Paluch
|
4be553c505
|
DATAGEODE-279 - After release cleanups.
|
2020-01-15 12:48:23 +01:00 |
|
Mark Paluch
|
cfe4445d95
|
DATAGEODE-279 - Prepare next development iteration.
|
2020-01-15 12:48:22 +01:00 |
|
Mark Paluch
|
ac18e0024e
|
DATAGEODE-279 - Release version 2.2.4 (Moore SR4).
|
2020-01-15 12:37:44 +01:00 |
|
Mark Paluch
|
42bb46e483
|
DATAGEODE-279 - Prepare 2.2.4 (Moore SR4).
|
2020-01-15 12:37:18 +01:00 |
|
Mark Paluch
|
cf8b4c9a8b
|
DATAGEODE-279 - Updated changelog.
|
2020-01-15 12:37:12 +01:00 |
|
Mark Paluch
|
f51209da6c
|
DATAGEODE-278 - Updated changelog.
|
2020-01-15 10:36:38 +01:00 |
|
John Blum
|
5e7dea10d2
|
DATAGEODE-283 - Polish.
Resolves gh-32.
|
2020-01-14 19:12:53 -08:00 |
|
Jacob Barrett
|
d39b1e2a49
|
DATAGEODE-283 - Parse standard "host:port" format.
Resolves gh-32.
Adds support for standard "host:port" format when parsing
ConnectionEndpoints while preserving "host[port]" support.
|
2020-01-14 19:10:03 -08:00 |
|
John Blum
|
02f417f363
|
DATAGEODE-282 - Refactor PoolFactoryBean to use PoolResolver.
|
2020-01-14 19:04:02 -08:00 |
|
John Blum
|
61910e17f0
|
DATAGEODE-280 - Refactor ContinuousQueryListenerContainer to use PoolResolver.
|
2020-01-14 18:54:28 -08:00 |
|
John Blum
|
1ffc427c2d
|
DATAGEODE-281 - Introduce a PoolResolver strategy interface to resolve Pool instances and provide a layer of indirection between SDG and Apache Geode's static PoolManager class.
|
2020-01-14 18:22:16 -08:00 |
|
Mark Paluch
|
ee88cdd3ab
|
DATAGEODE-287 - Update copyright year to 2020.
|
2020-01-14 18:21:07 -08:00 |
|
Jens Schauder
|
eb31bf6074
|
DATAGEODE-275 - After release cleanups.
|
2019-12-04 14:29:17 +01:00 |
|
Jens Schauder
|
18a4acf437
|
DATAGEODE-275 - Prepare next development iteration.
|
2019-12-04 14:29:15 +01:00 |
|
Jens Schauder
|
13d1797af5
|
DATAGEODE-275 - Release version 2.2.3 (Moore SR3).
|
2019-12-04 14:12:24 +01:00 |
|
Jens Schauder
|
02c6064e22
|
DATAGEODE-275 - Prepare 2.2.3 (Moore SR3).
|
2019-12-04 14:11:44 +01:00 |
|
Jens Schauder
|
a64203d100
|
DATAGEODE-275 - Updated changelog.
|
2019-12-04 14:11:38 +01:00 |
|
Jens Schauder
|
238eaa24c0
|
DATAGEODE-274 - Updated changelog.
|
2019-12-04 12:09:51 +01:00 |
|
Mark Paluch
|
e98ac149d2
|
DATAGEODE-260 - After release cleanups.
|
2019-11-18 12:42:05 +01:00 |
|
Mark Paluch
|
e80612ce7c
|
DATAGEODE-260 - Prepare next development iteration.
|
2019-11-18 12:42:04 +01:00 |
|
Mark Paluch
|
45af24cb5d
|
DATAGEODE-260 - Release version 2.2.2 (Moore SR2).
|
2019-11-18 12:32:12 +01:00 |
|
Mark Paluch
|
fb4272661d
|
DATAGEODE-260 - Prepare 2.2.2 (Moore SR2).
|
2019-11-18 12:31:53 +01:00 |
|
Mark Paluch
|
f5de76140e
|
DATAGEODE-260 - Updated changelog.
|
2019-11-18 12:31:49 +01:00 |
|
Mark Paluch
|
a5c7f339fe
|
DATAGEODE-259 - Updated changelog.
|
2019-11-18 12:16:29 +01:00 |
|
John Blum
|
597a6d5914
|
DATAGEODE-211 - Add warning in the 'Configuring the Embedded Redis Server' documentation explaining to users that the 'org.apache.geode:geode-redis' module must be explicitly declared on the Spring [Boot] application classpath when usign the @EnableRedisServer annotation.
|
2019-11-13 23:21:03 -08:00 |
|
John Blum
|
c7350fa116
|
DATAGEODE-152 - Fix Javadoc HTTP URL reference; switch to HTTPS.
Resolves gh-27.
|
2019-11-13 21:23:23 -08:00 |
|