Commit Graph

  • e7fb8126a4 SGF-16 + fixed ordering chapters + fixed incorrect expression + renamed SGI to SGF costin 2010-09-06 19:28:18 +03:00
  • 9ca37b6682 SGF-10 SGF-12 SGF-17 + add parsing integration test costin 2010-09-02 22:15:19 +03:00
  • 2df12231a0 SGF-10 SGF-12 SGF-17 + add partition parsing costin 2010-09-02 22:14:58 +03:00
  • d135e8c96b SGF-10 SGF-12 SGF-17 + add replica parsing costin 2010-09-02 22:14:40 +03:00
  • c63d21e16d SGF-10 SGF-12 SGF-17 + add disk wrapper util class costin 2010-09-02 22:14:22 +03:00
  • 7b6a58c600 SGF-10 SGF-17 + more schema fixes costin 2010-09-02 22:13:34 +03:00
  • 1ab5305118 SGF-10 SGF-14 SGF-13 SGF-17 + hook up disk-store parsing + refactored replicated parser so it defines the nested attributes through bean definitions rather then direct instantiation costin 2010-09-02 20:28:29 +03:00
  • 1a4eecbeac SGF-10 SGF-17 + add storage parsing costin 2010-09-02 20:27:41 +03:00
  • 9fcd5e00a7 + modified RegionAttributesFactory to return singletons + added support in RegionAttributesFactory for set dir sizes/folders (as the default method breaks the JavaBeans conventions) costin 2010-09-02 19:57:49 +03:00
  • 081de58fbf SGF-10 SGF-14 SGF-17 + adding disk-store, persistence and overflow to the various region supported costin 2010-09-02 19:15:56 +03:00
  • 01960ced33 SGF-10 SGF-14 SGF-17 + add XSD definitions for eviction and storage configs costin 2010-09-02 18:41:49 +03:00
  • ac96680848 SGF-10 SGF-15 + made pool-name attribute mandatory + added strategy for pool retrieval costin 2010-09-01 17:06:58 +03:00
  • d736c302dd SGF-10 SGF-15 + finished parsing support for locators and servers + improved schema a bit by adding more up-front validation costin 2010-09-01 12:04:21 +03:00
  • bdb7a4669e SGF-10 SGF-15 + add server + locator sub elements for pool element costin 2010-09-01 11:20:15 +03:00
  • c469069c15 SGF-10 SGF-15 + initial draft for pool parser + attribute parsing is done, nested locators/servers are next costin 2010-09-01 11:07:05 +03:00
  • e8af99870c SGF-10 SGF-11 + changed default cache name from 'cache' to 'gemfire-cache' to prevent collision with other defaults costin 2010-09-01 11:05:59 +03:00
  • 6f6480f032 SGF-10 SGF-15 + move client related classes under the .client package + fix a minor schema problem costin 2010-08-31 21:24:10 +03:00
  • febfe63891 SGF-10 SGF-15 + minor name fixes in pool FB costin 2010-08-31 21:18:28 +03:00
  • f93a240205 SGF-10 SGF-15 + add pool support in client FB + add attributes processing hooks in region fb costin 2010-08-31 21:18:00 +03:00
  • 6a5a6e9160 SGF-10 SGF-15 + add pool definition to gemfire schema costin 2010-08-31 21:17:14 +03:00
  • faef286cd5 SGF-10 SGF-15 added pool factory and connection costin 2010-08-31 19:30:20 +03:00
  • 69ce99b3bc SGF-10 SGF-15 + quick validation of parsing (w/o subscriptions/interests or pools) costin 2010-08-31 15:00:45 +03:00
  • 4848282483 SGF-10 SGF-15 + client integration tests parsing works okay but a pool/server is still needed costin 2010-08-31 14:47:18 +03:00
  • ff1ddab2dc SGF-10 SGF-15 + fix some incorrect client attribute parsing costin 2010-08-31 14:46:40 +03:00
  • 50252e228f SGF-15 + allow clients to have no interests registered costin 2010-08-31 14:46:10 +03:00
  • 8207823c30 SGF-10 SGF-15 + minor fix to map exactly the values on the interest result policy enum costin 2010-08-31 14:45:38 +03:00
  • ee51f1957b SGF-10 SGF-15 + more client schema fixes costin 2010-08-31 14:37:35 +03:00
  • ddbfc16655 SGF-10 SGF-15 + move common attributes from regionType to readOnlyRegionType + various schema declaration fixes costin 2010-08-31 14:34:40 +03:00
  • 2c17d8c0e2 SGF-10 SGF-15 + first draft of the client parsing namespace costin 2010-08-31 14:09:14 +03:00
  • e8f7670b8f SGF-10 + minor doc fixes SGF-15 + add regex and key interest definition costin 2010-08-31 13:36:46 +03:00
  • 2e2995a551 SGF-10 SGF-15 + add base interest type + add regex interest type costin 2010-08-31 13:25:07 +03:00
  • f994edcaf6 SGF-10 SGF-11 eliminated publisher attribute for replicated regions (it's deprecated in 6.5) SGF-15 add first draft of client region costin 2010-08-31 12:53:25 +03:00
  • e87713da94 + update sample to use the new gemfire namespace SGF-10 costin 2010-08-27 20:11:45 +03:00
  • 291178fe09 + add region name test SGF-10 SGF-12 SGF-13 costin 2010-08-27 20:11:20 +03:00
  • fe3d02a89b + add name attribute for gemfire regions SGF-10 SGF-12 SGF-13 costin 2010-08-27 20:08:21 +03:00
  • d3af92fe91 + refactor the tests for better app context cleanup + additionally add forking to not have overlapping contexts costin 2010-08-27 19:29:49 +03:00
  • 54dd44dfe6 SGF-10 SGF-11 + fix cache parser minor bug (properties-ref sets a ref not a value) costin 2010-08-27 19:28:46 +03:00
  • 46d6a4cef7 + improve bean factory locator synchronization costin 2010-08-27 19:28:02 +03:00
  • 7028ef099b + add partitioned region namespace tests SGF-10 SGF-13 costin 2010-08-27 18:22:26 +03:00
  • c6682c4d73 + update partitioned region parser SGF-10 SGF-13 costin 2010-08-27 18:22:05 +03:00
  • c690c9a2dc SGF-10 + update schema (fix some minor problems) costin 2010-08-27 18:19:04 +03:00
  • 1a37620175 + add resolver subelement to partitioned-regions SGF-10 SGF-13 costin 2010-08-27 17:27:08 +03:00
  • 0bc3b94362 + add partitioned-region parser SGF-10 SGF-13 costin 2010-08-27 17:26:44 +03:00
  • 0dccb185ce SGF-10 SGF-13 costin 2010-08-27 17:13:30 +03:00
  • 35f1f4ef89 + beef up the options for partitioned regions SGF-10 SGF-13 costin 2010-08-27 17:10:32 +03:00
  • c06ccce02a + replicated cache tests SGF-10 SGF-12 costin 2010-08-27 16:21:49 +03:00
  • d29af98333 + take advantage of the ParsingUtil functionality SGF-10 costin 2010-08-27 16:21:02 +03:00
  • 7d8ebd3ae5 + improve methods in parsing util SGF-10 costin 2010-08-27 16:20:25 +03:00
  • d599751099 + update schema to allow shorter cache-listener declarations SGF-10 SGF-12 SGF-13 costin 2010-08-27 16:14:29 +03:00
  • 8a24987daf + update schema to allow shorter cache-listener declarations SGF-10 SGF-12 SGF-13 costin 2010-08-27 16:09:16 +03:00
  • 25fd956981 + add basic replicated ns test SGF-10 SGF-12 costin 2010-08-26 22:17:42 +03:00
  • fd86cc00af + add fall back to default for cache property in replicated ns SGF-10 SGF-12 costin 2010-08-26 22:17:17 +03:00
  • 8e0ffe50e9 + fix minor schema inconsistency SGF-10 SGF-12 costin 2010-08-26 22:15:49 +03:00
  • ce094a862c + refactor the cache namespace by introducing a small test utils class SGF-11 SGF-10 costin 2010-08-26 21:31:35 +03:00
  • 661c9e0031 + beef up replicated region parser SGF-10 SGF-12 costin 2010-08-26 21:26:48 +03:00
  • 559a5ffc6d + make use of ParsingUtils inside CacheParser SGF-10 SGF-11 costin 2010-08-26 21:26:28 +03:00
  • ee3e1c19d2 + add small parsing utility to eliminate redundant code SGF-10 costin 2010-08-26 21:25:32 +03:00
  • b234194a6c + add cache-ref to region definitions + make name attribute mandatory SGF-10 SGF-12 SGF-13 costin 2010-08-26 17:42:16 +03:00
  • 91b38c4a78 + add namespace test SGF-11 costin 2010-08-25 20:37:36 +03:00
  • 3490e4f0e7 + add cache parser SGF-11 costin 2010-08-25 20:35:06 +03:00
  • 0d0d7d9479 + add namespace handler + add region basic parsers SGF-10 SGF-12 SGF-13 costin 2010-08-25 20:34:49 +03:00
  • b2a71798f9 + fix various schema problems SGF-10 SGF-11 SGF-12 SGF-13 costin 2010-08-25 20:34:05 +03:00
  • f41493d89b + added "copies" attribute for partitioned-region SGF-13 costin 2010-08-25 17:43:21 +03:00
  • be1430ffc8 + add publisher attribute to replicated-region SGF-10 SGF-12 costin 2010-08-25 17:33:27 +03:00
  • aa7c41d898 + add replicated-region draft definition + add partitioned-region draft definition SGF-10 SGF-12 SGF-13 costin 2010-08-25 17:24:09 +03:00
  • 039c05a13e + initial namespace handler (draft at this stage) costin 2010-08-18 19:48:02 +03:00
  • c1861c7d11 + basic initial schema + added IDE icon costin 2010-08-18 19:47:45 +03:00
  • e96cd707c0 + namespace configs costin 2010-08-18 19:47:25 +03:00
  • 12a567daa4 SGF-8 costin 2010-08-04 14:42:39 +03:00
  • 00745ebfa7 bump version to M2-SNAPSHOT costin 2010-08-03 16:22:44 +03:00
  • 304ca7ed8d + add milestone repository costin 2010-08-03 15:36:44 +03:00
  • f9f1f4c18f bump version to 1.0.0.M1 release costin 2010-08-03 15:32:49 +03:00
  • 1781323054 SGF-6 + fix POM to include license/notes.txt costin 2010-08-02 14:05:32 +03:00
  • 9b8bf13e8f SGF-6 + add license / readme / changelog files costin 2010-08-02 13:15:47 +03:00
  • 9eee0d1b2c change product name from Gemini to Gemfire :) markpollack 2010-07-30 14:41:07 -04:00
  • 8494e766ac + translated tabs into spaces to avoid code rendering problems costin 2010-07-30 15:43:24 +03:00
  • 0712e532c5 + added docs on attribute configs costin 2010-07-30 15:43:02 +03:00
  • 4c9d63cbe5 + updated test costin 2010-07-30 15:42:37 +03:00
  • 2ec50b0f7a + add integration test for region with dedicated attributes costin 2010-07-30 14:49:05 +03:00
  • bc0fb93bad + add support for partition region configuration costin 2010-07-30 14:48:42 +03:00
  • 3b2974953c + minor javadoc improvement costin 2010-07-30 14:48:22 +03:00
  • 5cc671e632 + refactored code to accommodate the exception hierarchy changes in 6.5 for 3 of the query exceptions costin 2010-07-30 13:47:18 +03:00
  • 7a143259aa + minor change in cache version + name message costin 2010-07-30 13:46:36 +03:00
  • 8dfdfa7bdb + add map description in sample help costin 2010-07-30 13:46:01 +03:00
  • 2dcb908a9d + fix failing test (regarding cache vs distributed system naming) costin 2010-07-27 20:47:28 +03:00
  • 4a6e7e9458 + remove name from cache factory costin 2010-07-27 19:42:35 +03:00
  • bab8b3dad0 changed link to xref costin 2010-07-27 19:39:34 +03:00
  • 358789cbdc minor test improvements markpollack 2010-07-27 10:36:32 -04:00
  • cdf4c57dcf misc doc edits. markpollack 2010-07-27 10:34:16 -04:00
  • f209660e37 + add sample docs SGF-5 costin 2010-07-19 14:12:56 +03:00
  • 431018ad4b + updated sample - removed GridToWorldWriter costin 2010-07-19 14:06:46 +03:00
  • 112d490c5f add section on GemfireTemplate + Callback costin 2010-07-18 20:31:02 +03:00
  • 9e09c93a59 + update findbugs plugin costin 2010-07-16 20:30:32 +03:00
  • ed527fcfe6 + fix various minor bugs (reported by findBugs) costin 2010-07-16 20:22:08 +03:00
  • 2cf28c65b9 + disable forking mode costin 2010-07-16 19:19:57 +03:00
  • 444e6ceaa7 + update template costin 2010-07-16 18:38:06 +03:00
  • 07f0741471 + update doc pom costin 2010-07-16 18:32:57 +03:00
  • f04ef7c89e + add fork mode for tests to alleviate the build server (again) costin 2010-07-16 18:24:17 +03:00
  • 13258143f0 + various javadoc improvements costin 2010-07-16 15:12:31 +03:00
  • a7553c1a76 + beefed up the main pom costin 2010-07-16 14:04:34 +03:00