Christoph Strobl
e8971d8ef2
Release version 2.7 GA (2021.2.0).
...
See #589
2022-05-13 10:05:05 +02:00
Christoph Strobl
893a0c08e9
Prepare 2.7 GA (2021.2.0).
...
See #589
2022-05-13 10:04:19 +02:00
John Blum
9c641f4b24
Remove Docker Registry access (login).
2022-05-04 11:24:16 -07:00
John Blum
3810f53b93
Deprecate Apache Geode's embedded Redis service (server) configuration and support.
...
See #592 .
Resolves #594 .
2022-04-27 16:12:35 -07:00
John Blum
7b9aaa162f
Edit Javadoc in ClientCacheFactoryBean.
2022-04-19 10:10:10 -07:00
John Blum
8ce280ca8f
Review and refactor the ArrayUtils and CollectionUtils support classes.
...
* Annotate the API with Spring's @NonNull and @Nullable annotations.
* Edit Javadoc.
2022-04-19 10:10:03 -07:00
John Blum
cd2643711c
Edit Javadoc in the ClientCacheApplication annotation.
2022-04-19 10:09:56 -07:00
John Blum
d0660f48bf
Review and refactor the GemFireProperties class.
...
* Rename the String constant PROPERTY_NAME_PREFIX to GEMFIRE_PROPERTY_NAME_PREFIX.
* Shortcircuit the getDefaultValueAsType(:Class<T>) method in case the default value is a Class<T> type.
* Format source code.
2022-04-19 10:09:48 -07:00
Christoph Strobl
dd940b26ce
After release cleanups.
...
See #586
2022-04-19 11:21:17 +02:00
Christoph Strobl
3c0f3e0612
Prepare next development iteration.
...
See #586
2022-04-19 11:21:14 +02:00
Christoph Strobl
a4e6a95a49
Release version 2.7 RC1 (2021.2.0).
...
See #586
2022-04-19 11:10:52 +02:00
Christoph Strobl
8f39416ec6
Prepare 2.7 RC1 (2021.2.0).
...
See #586
2022-04-19 11:10:13 +02:00
John Blum
70d26db475
Remove use of Java 17 language features in SDG 2.x line of development.
2022-03-30 15:57:25 -07:00
John Blum
83ed034228
Rewview and refactor the EmbeddedServiceConfigurationSupport class.
...
Make use of Java 17 language features.
Edit Javadoc.
2022-03-30 15:53:27 -07:00
John Blum
9d4178128f
Review and refactor the AbstractAnnotationConfigSupport class.
...
* Rename the getLog() method to getLogger().
* Rename the newLog() method to newLogger().
* Reduce the use of java.util.Optional.
* Edit Javadoc.
* Annotate the API with Spring's @NonNull and @Nullable annotations.
* Rename AbstractAnnotationConfigSupportTests to AbstractAnnotationConfigSupportUnitTests.
2022-03-30 15:53:16 -07:00
John Blum
90f81bd463
Review and refactor the AbstractFactoryBeanSupport class.
...
* Fix bug in the filter of the is<LogLevel>LoggingEnabled() methods.
* Rename the getLog() method to getLogger().
* Rename the getOptionalLog() method to getOptionalLogger().
* Edit Javadoc.
* Annotate the API with Spring's @NonNull and @Nullable annotations.
2022-03-30 15:53:11 -07:00
John Blum
17eb7e3b78
Remove changelog.txt.
...
Resolves #523 .
2022-03-24 10:23:27 -07:00
Mark Paluch
c4c84cb5e8
Update build triggers.
...
See #586
2022-03-23 14:01:52 +01:00
Greg L. Turnquist
31c7ec480e
After release cleanups.
...
See #576
2022-03-21 10:20:32 -05:00
Greg L. Turnquist
aedebc6984
Prepare next development iteration.
...
See #576
2022-03-21 10:20:30 -05:00
Greg L. Turnquist
fff3a9e6f5
Release version 2.7 M4 (2021.2.0).
...
See #576
2022-03-21 10:09:33 -05:00
Greg L. Turnquist
29ccc7cc43
Prepare 2.7 M4 (2021.2.0).
...
See #576
2022-03-21 10:07:07 -05:00
John Blum
2cf405636a
Upgrade to Apache Geode 1.14.4.
...
Closes #583 .
2022-03-18 11:55:09 -07:00
Mark Paluch
8e5c520d7b
Use Java 8 to build snapshots for Artifactory.
...
Closes #577
2022-03-15 14:28:32 +01:00
Mark Paluch
668892e29a
Update CI properties.
...
See #576
2022-02-22 14:09:32 +01:00
Mark Paluch
e01b12fd29
Upgrade to Maven Wrapper 3.8.4.
...
See #580
2022-02-22 13:59:07 +01:00
Mark Paluch
1208bccd05
Use Java 17 to build snapshots for Artifactory.
...
Closes #577
2022-02-22 09:03:56 +01:00
Mark Paluch
61d84264a3
After release cleanups.
...
See #565
2022-02-18 11:15:41 +01:00
Mark Paluch
ffc19becf5
Prepare next development iteration.
...
See #565
2022-02-18 11:15:39 +01:00
Mark Paluch
439922d853
Release version 2.7 M3 (2021.2.0).
...
See #565
2022-02-18 11:09:10 +01:00
Mark Paluch
97f8b5666c
Prepare 2.7 M3 (2021.2.0).
...
See #565
2022-02-18 11:08:47 +01:00
Christoph Strobl
eb60a497ea
Update copyright year to 2022.
...
See: #573
2022-02-17 14:28:42 +01:00
Greg L. Turnquist
ee68a83d8f
Update CI properties.
...
See #565
2022-02-15 08:59:49 -06:00
Mark Paluch
095134e465
Polishing.
...
Extract Docker and Artifactory credentials into properties file.
See #569
2022-02-04 11:32:27 +01:00
John Blum
281834bc79
Review, refactor and polish abstract base Region FactoryBeans.
2022-02-02 11:25:35 -08:00
John Blum
9c1e80abe1
Upgrade to Apache Geode 1.14.3.
...
Closes gh-568.
2022-02-02 11:25:35 -08:00
Greg L. Turnquist
9e5b2ec985
Externalize build properties.
...
See #569 .
2022-01-31 16:38:23 -06:00
John Blum
a3b3fcc2e5
Add Integration Test for PARTITION Region configuration using SDG Annotation config (@EnableEntityDefinedRegions) along with real Apache Geode objects.
2022-01-20 11:10:10 -08:00
John Blum
6721329b1a
Replace use of STDG @EnableGemFireMockObjects annotation on the test configuration with the STDG @GemFireUnitTest annotation on the test class.
2022-01-20 11:09:28 -08:00
John Blum
14ca57795c
Rename EntityDefinedRegionsForCollocatedPartitionRegionsIntegrationTests to EntityDefinedRegionsForMockCollocatedPartitionRegionsIntegrationTests.
2022-01-19 19:09:16 -08:00
John Blum
ae7e492c84
Review, refactor and polish the associated Spring configuration for @EnableEntityDefinedRegions.
2022-01-19 19:06:53 -08:00
John Blum
c9bc360ef4
Add Integration Test for collocated PARTITION Regions configured with SDG Java config (PartitionedRegionFactoryBean).
...
Resolves gh-566.
2022-01-19 19:01:42 -08:00
John Blum
5fb8aa804e
Refactor the CollocatedRegionsXmlConfigurationIntegrationTests class.
...
Rename the CollocatedRegionIntegrationTests class to CollocatedRegionsXmlConfigurationIntegrationTests.
Rename the associated XML context configuration file acccordingly.
Rename test case method.
Resolves gh-566.
2022-01-19 16:25:14 -08:00
John Blum
fb339cee3d
Add Integration Test for collocated PARTITION Regions configured with SDG Annotation config (EnableEntityDefinedRegions).
...
Resolves gh-566.
2022-01-19 15:36:47 -08:00
Christoph Strobl
75aa3279ee
After release cleanups.
...
See #563
2022-01-18 09:21:32 +01:00
Christoph Strobl
fcd526ba5c
Prepare next development iteration.
...
See #563
2022-01-18 09:21:29 +01:00
Christoph Strobl
e7fd715070
Release version 2.7 M2 (2021.2.0).
...
See #563
2022-01-18 09:09:34 +01:00
Christoph Strobl
a04e55a025
Prepare 2.7 M2 (2021.2.0).
...
See #563
2022-01-18 09:08:59 +01:00
Christoph Strobl
bc3778f254
After release cleanups.
...
See #553
2022-01-14 11:08:02 +01:00
Christoph Strobl
7e77e38b21
Prepare next development iteration.
...
See #553
2022-01-14 11:07:59 +01:00