Re: Review Request 55688: GEODE-1965 Create backward-compatibility unit test framework

2017-01-18 Thread Udo Kohlmeyer
/sockets/ClientServerMiscDUnitTest.java (line 574) <https://reviews.apache.org/r/55688/#comment233459> Would a default constructor not make more sense here? An empty string does indicate that something was supposed to go here. Is it a place holder? - Udo Kohlmeyer On Jan. 18, 2017, 10:

Re: backward-compatibility testing

2017-01-18 Thread Udo Kohlmeyer
+1 Nice work Bruce On 1/18/17 15:11, Bruce Schuchardt wrote: I've extended the distributedTest framework to let us do backward-compatibility testing. Once it is reviewed and committed people will be needed to modify existing tests to run against multiple versions of Geode. Here is the RB r

Re: Review Request 55688: GEODE-1965 Create backward-compatibility unit test framework

2017-01-18 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55688/#review162209 --- Ship it! Ship It! - Udo Kohlmeyer On Jan. 18, 2017, 10:58

Re: JIRA versions and multiple repos

2017-01-19 Thread Udo Kohlmeyer
+1 sounds good On 1/19/17 09:02, John Blum wrote: On a slightly separate, but related note... One way of handling differing versions between potentially independently releasable artifacts/modules is to create a Maven BOM file. geode-examples are one thing, but when Geode becomes truly modular

Re: JIRA versions and multiple repos

2017-01-19 Thread Udo Kohlmeyer
I don't know if I necessarily agree with this "lock-step" simplicity, every repo/project has the same version. That would become WAY too hard to vote on all the time... I can see scenarios where geode-server might add functionality and which clients don't need. Yes, we could version all the cl

Review Request 55736: GEODE-2328: Refactor add Field methods to reduce the duplicates

2017-01-19 Thread Udo Kohlmeyer
-core/src/main/java/org/apache/geode/pdx/internal/json/PdxInstanceSortedHelper.java 7f510da15 geode-core/src/test/java/org/apache/geode/pdx/JSONPdxClientServerDUnitTest.java 396eb1d13 Diff: https://reviews.apache.org/r/55736/diff/ Testing --- precheckin - running Thanks, Udo Kohlmeyer

Review Request 55738: GEODE-2329: Refactor JSONFormatter.fromJSON method to reduce duplication

2017-01-19 Thread Udo Kohlmeyer
hanks, Udo Kohlmeyer

Re: Review Request 55738: GEODE-2329: Refactor JSONFormatter.fromJSON method to reduce duplication

2017-01-20 Thread Udo Kohlmeyer
e/pdx/PdxClientServerDUnitTest.java 7fd6cf2c5 Diff: https://reviews.apache.org/r/55738/diff/ Testing --- precheckin - running Thanks, Udo Kohlmeyer

Re: Review Request 55738: GEODE-2329: Refactor JSONFormatter.fromJSON method to reduce duplication

2017-01-20 Thread Udo Kohlmeyer
.java 9ee32c913 geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java 7fd6cf2c5 Diff: https://reviews.apache.org/r/55738/diff/ Testing --- precheckin - running Thanks, Udo Kohlmeyer

Re: Review Request 55736: GEODE-2328: Refactor add Field methods to reduce the duplicates

2017-01-20 Thread Udo Kohlmeyer
dated) --- precheckin - passed Thanks, Udo Kohlmeyer

Re: Geode Native Library Filenames

2017-01-23 Thread Udo Kohlmeyer
+1 drop "native" -1 "apache-geode"... Not sure why we want to tie it directly to apache +1 "geode.dll" On 1/23/17 08:48, Michael Stolz wrote: One other thought...Maybe now is the time to drop the term "native". -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 O

To Spring or Not

2017-01-25 Thread Udo Kohlmeyer
Hi there, I'm currently working on a proposal on a Data Conversion Service. This service would primarily replace the ailing JSONFormatter, with the ability to provide some rules around how fields are converted (String -> Date, String -> Numeric, different Date formats). This of course could b

Re: To Spring or Not

2017-01-25 Thread Udo Kohlmeyer
/17 10:29, Jacob Barrett wrote: Does JAXB/JAX-RS not provide what yo are looking for to define JSON to Object mapping? On Wed, Jan 25, 2017 at 7:59 AM Udo Kohlmeyer wrote: Hi there, I'm currently working on a proposal on a Data Conversion Service. This service would primarily replace th

Re: Proposal to add new 'export artifacts' GFSH command

2017-01-26 Thread Udo Kohlmeyer
I agree with dan... We need to be able to limit how much data is being collected and sent. In many cases clients don't clean up the files so they might drag a lot of stuff over. On 1/26/17 13:52, Dan Smith wrote: +1 for export artifacts and +1 for zip-file I'm also generally in favor of ga

Re: Proposal to add new 'export artifacts' GFSH command

2017-01-30 Thread Udo Kohlmeyer
I think stats should always be included by default maybe a '--stats-only' or '--logs-only' flag... On 1/30/17 10:08, Kevin Duling wrote: +1 to the idea of '--include-stats' If --include-stats is offered, there should also be a '--stats-only' flag. That way you can get logs, logs and stat

Re: Review Request 56093: GEODE-2368 Need to fix log message in DirectChannel

2017-01-30 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56093/#review163556 --- Ship it! Ship It! - Udo Kohlmeyer On Jan. 30, 2017, 7:20

Re: Review Request 55742: [GEODE-2324] and what look like a few other bugs in the same method.

2017-01-31 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55742/#review163664 --- Ship it! Ship It! - Udo Kohlmeyer On Jan. 30, 2017, 7:44

Re: Review Request 56129: GEODE-2368 Need to fix log message in DirectChannel

2017-01-31 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56129/#review163676 --- Ship it! Ship It! - Udo Kohlmeyer On Jan. 31, 2017, 5:03

Re: Review Request 55736: GEODE-2328: Refactor add Field methods to reduce the duplicates

2017-02-01 Thread Udo Kohlmeyer
sorted helper. This way the code would be 100% the same except for the temp collection to the sort the fields. - Udo --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55736/#revi

Re: Review Request 55736: GEODE-2328: Refactor add Field methods to reduce the duplicates

2017-02-01 Thread Udo Kohlmeyer
t; (might have been easier to read as two pull requests), but I think it comes > down to the same eventual code in the end. Unless you're seeing something I'm > not? > > Udo Kohlmeyer wrote: > I'm not sure that I'm seeing the autoboxing part that is being r

Re: gfsh over http & authentication

2017-02-02 Thread Udo Kohlmeyer
Not sure what the correct polling time would be... But we'd want to avoid the situation where we poll too often. We could launch our own ping-attack. Also, this UX is not UI, so the difference between updating a screen with new information vs checking if the connection is still valid... I'd e

[jira] [Created] (GEODE-2911) LocatorDUnitTest.testLeadAndCoordFailure

2017-05-11 Thread Udo Kohlmeyer (JIRA)
Udo Kohlmeyer created GEODE-2911: Summary: LocatorDUnitTest.testLeadAndCoordFailure Key: GEODE-2911 URL: https://issues.apache.org/jira/browse/GEODE-2911 Project: Geode Issue Type: Bug

[jira] [Updated] (GEODE-2911) LocatorDUnitTest.testLeadAndCoordFailure

2017-05-15 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2911: - Fix Version/s: 1.2.0 > LocatorDUnitTest.testLeadAndCoordFail

[jira] [Resolved] (GEODE-2911) LocatorDUnitTest.testLeadAndCoordFailure

2017-05-15 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2911. -- Resolution: Fixed > LocatorDUnitTest.testLeadAndCoordFail

[jira] [Assigned] (GEODE-2781) Test framework Perfomance: Serialization Frameworks

2017-05-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-2781: Assignee: Udo Kohlmeyer > Test framework Perfomance: Serialization Framewo

[jira] [Resolved] (GEODE-2781) Test framework Perfomance: Serialization Frameworks

2017-05-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2781. -- Resolution: Fixed > Test framework Perfomance: Serialization Framewo

[jira] [Updated] (GEODE-2781) Test framework Perfomance: Serialization Frameworks

2017-05-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2781: - Summary: Test framework Perfomance: Serialization Frameworks (was: Test framework: gRPC) > T

[jira] [Created] (GEODE-2965) Prototype Protobuf Protocol: Client can send GET Request

2017-05-22 Thread Udo Kohlmeyer (JIRA)
Udo Kohlmeyer created GEODE-2965: Summary: Prototype Protobuf Protocol: Client can send GET Request Key: GEODE-2965 URL: https://issues.apache.org/jira/browse/GEODE-2965 Project: Geode

[jira] [Updated] (GEODE-2965) Prototype Protobuf Protocol: Client can send GET Request

2017-05-22 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2965: - Component/s: (was: messaging) client/server > Prototype Proto

[jira] [Updated] (GEODE-2582) Prototype Protobuf Protocol: Client can send Put Request

2017-05-22 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2582: - Component/s: (was: messaging) client/server > Prototype Protobuf Proto

[jira] [Updated] (GEODE-2580) New Client/Server Protocol to make the development of clients easier

2017-05-22 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2580: - Component/s: (was: messaging) client/server > New Client/Server Protocol

[jira] [Resolved] (GEODE-2965) Prototype Protobuf Protocol: Client can send GET Request

2017-05-22 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2965. -- Resolution: Fixed > Prototype Protobuf Protocol: Client can send GET Requ

[jira] [Created] (GEODE-3012) Function invocation on REST API fails on partition region

2017-05-30 Thread Udo Kohlmeyer (JIRA)
Udo Kohlmeyer created GEODE-3012: Summary: Function invocation on REST API fails on partition region Key: GEODE-3012 URL: https://issues.apache.org/jira/browse/GEODE-3012 Project: Geode

[jira] [Commented] (GEODE-3003) Geode doesn't start after cluster restart when using cluster-configuration

2017-06-01 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033951#comment-16033951 ] Udo Kohlmeyer commented on GEODE-3003: -- Hi there [~Neighbour], As [~amb] indic

[jira] [Assigned] (GEODE-2449) Move redis adapter to extension framework

2017-02-10 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-2449: Assignee: Udo Kohlmeyer > Move redis adapter to extension framew

[jira] [Commented] (GEODE-2142) Remove JSON.org dependency

2017-02-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885981#comment-15885981 ] Udo Kohlmeyer commented on GEODE-2142: -- Replaced org.json implementation wit

[jira] [Updated] (GEODE-2142) Remove JSON.org dependency

2017-02-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2142: - Fix Version/s: 1.2.0 > Remove JSON.org depende

[jira] [Resolved] (GEODE-2142) Remove JSON.org dependency

2017-02-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2142. -- Resolution: Fixed Assignee: Udo Kohlmeyer > Remove JSON.org depende

[jira] [Resolved] (GEODE-2653) GMSJoinLeaveJUnitTest.testRemoveMember fails with AssertionError

2017-04-20 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2653. -- Resolution: Fixed Fix Version/s: 1.2.0 > GMSJoinLeaveJUnitTest.testRemoveMember fa

[jira] [Commented] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-13 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746498#comment-15746498 ] Udo Kohlmeyer commented on GEODE-419: - I believe that this anomaly has now been f

[jira] [Resolved] (GEODE-1594) CI failure: RestAPIsOnMembersFunctionExecutionDUnitTest.testFunctionExecutionOnAllMembers

2016-12-14 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-1594. -- Resolution: Fixed Fix Version/s: 1.1.0 > CI fail

[jira] [Comment Edited] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-14 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746498#comment-15746498 ] Udo Kohlmeyer edited comment on GEODE-419 at 12/14/16 6:5

[jira] [Commented] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15756062#comment-15756062 ] Udo Kohlmeyer commented on GEODE-419: - I'll take this ticket and write a test

[jira] [Updated] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-19 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-419: Component/s: security > javax.net.ssl.* gemfire properties ignored if ssl-enabled is fa

[jira] [Assigned] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-19 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-419: --- Assignee: Udo Kohlmeyer > javax.net.ssl.* gemfire properties ignored if ssl-enabled is fa

[jira] [Updated] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-19 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-419: Component/s: client/server > javax.net.ssl.* gemfire properties ignored if ssl-enabled is fa

[jira] [Resolved] (GEODE-419) javax.net.ssl.* gemfire properties ignored if ssl-enabled is false

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-419. - Resolution: Fixed > javax.net.ssl.* gemfire properties ignored if ssl-enabled is fa

[jira] [Commented] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781561#comment-15781561 ] Udo Kohlmeyer commented on GEODE-1294: -- [~amb] Most likely not... but let me wri

[jira] [Assigned] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-1294: Assignee: Udo Kohlmeyer > Overriding cluster-ssl properties does not work for http-serv

[jira] [Updated] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2016-12-27 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-1294: - Component/s: configuration client/server > Overriding cluster-ssl propert

[jira] [Commented] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2017-01-04 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799283#comment-15799283 ] Udo Kohlmeyer commented on GEODE-1294: -- Ok this works as described. > Ove

[jira] [Resolved] (GEODE-1294) Overriding cluster-ssl properties does not work for http-service-ssl

2017-01-04 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-1294. -- Resolution: Fixed Fix Version/s: 1.1.0 > Overriding cluster-ssl properties does not w

[jira] [Created] (GEODE-2304) Client operation timeouts should be honored by the server instead of the client

2017-01-16 Thread Udo Kohlmeyer (JIRA)
Udo Kohlmeyer created GEODE-2304: Summary: Client operation timeouts should be honored by the server instead of the client Key: GEODE-2304 URL: https://issues.apache.org/jira/browse/GEODE-2304

[jira] [Commented] (GEODE-697) A client thread timing out an operation and performing further operations can result in cache inconsistency

2017-01-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824466#comment-15824466 ] Udo Kohlmeyer commented on GEODE-697: - I agree with [~hitesh.khamesra] that the

[jira] [Updated] (GEODE-697) A client thread timing out an operation and performing further operations can result in cache inconsistency

2017-01-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-697: Component/s: (was: client/server) regions > A client thread timing out

[jira] [Updated] (GEODE-697) A client thread timing out an operation and performing further operations can result in cache inconsistency

2017-01-16 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-697: Assignee: Darrel Schneider (was: Bruce Schuchardt) > A client thread timing out an operation

[jira] [Assigned] (GEODE-2003) Executing a function using REST API fails with full package-qualified name

2017-01-17 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-2003: Assignee: Udo Kohlmeyer > Executing a function using REST API fails with full pack

[jira] [Resolved] (GEODE-2003) Executing a function using REST API fails with full package-qualified name

2017-01-17 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2003. -- Resolution: Fixed Fix Version/s: 1.1.0 > Executing a function using REST API fails w

[jira] [Created] (GEODE-2328) Refactor add*Field methods to reduce the duplicates

2017-01-19 Thread Udo Kohlmeyer (JIRA)
Udo Kohlmeyer created GEODE-2328: Summary: Refactor add*Field methods to reduce the duplicates Key: GEODE-2328 URL: https://issues.apache.org/jira/browse/GEODE-2328 Project: Geode Issue Type

[jira] [Created] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-01-19 Thread Udo Kohlmeyer (JIRA)
Udo Kohlmeyer created GEODE-2329: Summary: JSONFormatter.fromJSON method has duplicate behavior Key: GEODE-2329 URL: https://issues.apache.org/jira/browse/GEODE-2329 Project: Geode Issue

[jira] [Updated] (GEODE-2191) Add more randomized tests for PDX string serialization/deserialization.

2017-01-24 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer updated GEODE-2191: - Assignee: Galen O'Sullivan > Add more randomized tests for PDX string seria

[jira] [Resolved] (GEODE-2191) Add more randomized tests for PDX string serialization/deserialization.

2017-01-24 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2191. -- Resolution: Fixed Fix Version/s: 1.1.0 > Add more randomized tests for PDX str

[jira] [Resolved] (GEODE-2328) Refactor add*Field methods to reduce the duplicates

2017-02-01 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2328. -- Resolution: Won't Fix There is no way simple way to clean this up without introd

[jira] [Assigned] (GEODE-2328) Refactor add*Field methods to reduce the duplicates

2017-02-01 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-2328: Assignee: Udo Kohlmeyer > Refactor add*Field methods to reduce the duplica

[jira] [Assigned] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-02-01 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-2329: Assignee: Udo Kohlmeyer > JSONFormatter.fromJSON method has duplicate behav

[jira] [Resolved] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-02-01 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer resolved GEODE-2329. -- Resolution: Fixed Fix Version/s: 1.2.0 > JSONFormatter.fromJSON method has duplic

<    1   2   3   4   5   6