Commit Graph

2048 Commits

Author SHA1 Message Date
Mark Paluch
ce2efac8b4 Upgrade to Maven Wrapper 3.9.0.
See #640
2023-02-20 12:02:12 +01:00
Mark Paluch
ba97de9e73 After release cleanups.
See #636
2023-02-17 10:11:46 +01:00
Mark Paluch
7b40b69a40 Prepare next development iteration.
See #636
2023-02-17 10:11:43 +01:00
Mark Paluch
56bc239014 Release version 2.7.8 (2021.2.8).
See #636
2023-02-17 10:08:25 +01:00
Mark Paluch
3686a3bd92 Prepare 2.7.8 (2021.2.8).
See #636
2023-02-17 10:08:08 +01:00
Mark Paluch
de538fc1e8 Update CI properties.
See #636
2023-01-30 10:48:57 +01:00
John Blum
8d32a43d0e Edit Introduction to the Bootstrapping Apache Geode with the Spring Container using Annotations chapter in ref doc.
Closes #638
2023-01-17 13:35:19 -08:00
John Blum
71b396843e Edit NOTICE in the README.
Closes #637
2023-01-17 13:35:06 -08:00
Mark Paluch
1655d16dbd After release cleanups.
See #632
2023-01-13 10:35:34 +01:00
Mark Paluch
469ed8dd35 Prepare next development iteration.
See #632
2023-01-13 10:35:33 +01:00
Mark Paluch
0a6ff485da Release version 2.7.7 (2021.2.7).
See #632
2023-01-13 10:32:46 +01:00
Mark Paluch
835f81770f Prepare 2.7.7 (2021.2.7).
See #632
2023-01-13 10:32:31 +01:00
Mark Paluch
446ed60f68 Extend license header copyright years to 2023.
See #635
2023-01-02 09:52:03 +01:00
Mark Paluch
b7ebcdc8f3 Update CI properties.
See #632
2022-11-18 15:33:53 +01:00
Mark Paluch
d9e2fb3b7a After release cleanups.
See #630
2022-11-18 10:55:37 +01:00
Mark Paluch
591ae23b5f Prepare next development iteration.
See #630
2022-11-18 10:55:36 +01:00
Mark Paluch
e4c085c66c Release version 2.7.6 (2021.2.6).
See #630
2022-11-18 10:45:33 +01:00
Mark Paluch
5355c140e9 Prepare 2.7.6 (2021.2.6).
See #630
2022-11-18 10:44:44 +01:00
Mark Paluch
3242afa015 Update CI properties.
See #630
2022-10-31 13:18:17 +01:00
Spring Builds
182ad98b6c After release cleanups.
See #629
2022-10-13 13:46:51 +00:00
Spring Builds
338338d69b Prepare next development iteration.
See #629
2022-10-13 13:46:37 +00:00
Spring Builds
454cebb960 Release version 2.7.5 (2021.2.5).
See #629
2022-10-13 13:24:01 +00:00
Spring Builds
eec3024173 Prepare 2.7.5 (2021.2.5).
See #629
2022-10-13 13:21:30 +00:00
Spring Builds
0a36761b98 After release cleanups.
See #624
2022-10-13 09:23:54 +00:00
Spring Builds
2622fe6c70 Prepare next development iteration.
See #624
2022-10-13 09:23:41 +00:00
Spring Builds
4d192a3175 Release version 2.7.4 (2021.2.4).
See #624
2022-10-13 08:59:51 +00:00
Spring Builds
9c7afab883 Prepare 2.7.4 (2021.2.4).
See #624
2022-10-13 08:57:01 +00:00
Spring Builds
9de9a6d431 After release cleanups.
See #614
2022-09-19 12:00:19 +00:00
Spring Builds
f60a785626 Prepare next development iteration.
See #614
2022-09-19 12:00:06 +00:00
Spring Builds
438f7513ed Release version 2.7.3 (2021.2.3).
See #614
2022-09-19 11:38:42 +00:00
Spring Builds
33b8bead1c Prepare 2.7.3 (2021.2.3).
See #614
2022-09-19 11:36:17 +00:00
John Blum
cb58bb34cb Fix Generics syntax error. 2022-08-31 09:41:20 -07:00
John Blum
57b7113dd4 Rename the SpringUtils class to SpringExtensions. 2022-08-31 09:29:16 -07:00
John Blum
78c336600a Fix Java 8 syntax error in PdxConfiguration using syntax based on Java 17. 2022-08-31 09:26:34 -07:00
John Blum
2e79b1bdb3 Enable Locator applications bootstrapped with SDG to be configured with Security (Auth) using @EnableSecurity.
Closes #621.
2022-08-31 09:24:25 -07:00
John Blum
f7472d2d36 Enable Locator applications configured and bootstrapped with Spring to be optionally configured with Apache Geode's Cluster Configuration Service.
Configuration with Aapche Geode's Cluster Configuration Service is now disabled by default, to be consistent with peer Cache applications.

Closes #622.
2022-08-31 09:22:51 -07:00
John Blum
d70c6bafe7 Annotate LocatorFactoryBean API with Spring @NonNull and @Nullable annotations. 2022-08-31 09:22:41 -07:00
John Blum
af4e23b9b8 Refactor GemfireBeanFactoryLocator.
* Edit Javadoc.
* Annotate API with Spring @NonNull and @Nullable annotations.
* Cleanup deprecations.
2022-08-31 09:22:31 -07:00
John Blum
8920fc8d0e Format source code in AbstractAnnotationConfigSupport. 2022-08-31 09:22:25 -07:00
John Blum
d393e6d2d3 Refactor the number formatting in the @Order annotation on the 'gemfireDataSourcePostProcessor' bean definition. 2022-08-31 09:22:18 -07:00
John Blum
237fdf4d30 Enables Spring Locator-based applications configured and bootstrapped with SDG to use the GemfireBeanFactoryLocator to autowire Apache Geode components.
Closes #620.
2022-08-31 09:22:09 -07:00
John Blum
dded79dce8 Refactor @EnablePdx annotation-based configuration allowing users to register explicit application domain types.
Explicit (Class) type registration conveniently allows java.*, javax.*, com.gemstone.gemfire.*, org.apache.geode.* and org.springframework.* types to be registered, which are excluded by SDG's MappingPdxSerializer by default.

Closes #619.
2022-08-31 09:22:01 -07:00
John Blum
2f54e7a429 Refactor PropertiesBuilder to handle property value to String conversion.
Specifically, handle Class type's by converting a Class object to the Class's name using Class.getName() rather than Class.toString().

Closes #618.
2022-08-31 09:21:50 -07:00
John Blum
875bea8bb8 Add 2.7 XSDs for SDG 2.7.
Closes #617.
2022-07-22 15:04:40 -07:00
John Blum
b2cf973a52 Refactor the RegionExpirationAttributesNamespaceIntegrationTests.
See: https://github.com/spring-projects/spring-data-geode/issues/616.
See: https://stackoverflow.com/questions/73082303/gfeentry-ttl-and-gfeentry-ttielements-are-not-allowed-under-gfereplicate.

Closes #616.
2022-07-22 15:04:31 -07:00
Christoph Strobl
533e325493 After release cleanups.
See #603
2022-07-15 11:24:07 +02:00
Christoph Strobl
e2f213a89d Prepare next development iteration.
See #603
2022-07-15 11:24:04 +02:00
Christoph Strobl
a946e578c6 Release version 2.7.2 (2021.2.2).
See #603
2022-07-15 11:08:27 +02:00
Christoph Strobl
a20b488d08 Prepare 2.7.2 (2021.2.2).
See #603
2022-07-15 11:07:50 +02:00
John Blum
97fb8fc65a Upgrade to Spring Test for Apache Geode (STDG) 0.3.0-RAJ.
Closes #609.
2022-07-12 16:10:59 -07:00