The following 100+ feature branches are related to closed bugs. I think these
can safely be deleted (the branch names aren’t exact but pretty close):
GEODE-1017: "Closed"
GEODE-1040: "Closed"
GEODE-1050: "Closed"
GEODE-1056: "Closed"
GEODE-1072: "Closed"
GEODE-1096: "Closed"
GEODE-1109: "Closed
[
https://issues.apache.org/jira/browse/GEODE-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884078#comment-15884078
]
Jacob S. Barrett commented on GEODE-2441:
-
I am still seeing PDX Auto Serializer c
[
https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob S. Barrett updated GEODE-2493:
Description:
Several platform specific locking and CAS operations are implemented in HostAsm
[
https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869213#comment-15869213
]
Jacob S. Barrett edited comment on GEODE-2493 at 2/25/17 6:05 AM:
--
[
https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob S. Barrett updated GEODE-2493:
Summary: Replace the locking and CAS operations provided in HostAsm with
C++11 standards (w
[
https://issues.apache.org/jira/browse/GEODE-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884063#comment-15884063
]
ASF GitHub Bot commented on GEODE-2531:
---
GitHub user pivotal-jbarrett opened a pull
GitHub user pivotal-jbarrett opened a pull request:
https://github.com/apache/geode-native/pull/37
GEODE-2531: Replace HostAsm::atomic with std::atomic.
Focus on commit c3411fd since the others are from pull #36.
Replaces the HostAsm::atomic* functions and ACE::Atomic* templ
[
https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884057#comment-15884057
]
ASF GitHub Bot commented on GEODE-2494:
---
GitHub user pivotal-jbarrett opened a pull
GitHub user pivotal-jbarrett opened a pull request:
https://github.com/apache/geode-native/pull/36
GEODE-2494: Replace SpinLock with spinlock_mutex.
Replaces our non-standard SpinLock with spinlock_mutex that implements the
C++11 standard BasicLockable. Where applicable the spin loc
[
https://issues.apache.org/jira/browse/GEODE-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884053#comment-15884053
]
ASF subversion and git services commented on GEODE-2461:
Commit 64
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884048#comment-15884048
]
ASF subversion and git services commented on GEODE-2439:
Commit 18
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884049#comment-15884049
]
ASF GitHub Bot commented on GEODE-2439:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/geode-native/pull/35
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884046#comment-15884046
]
ASF subversion and git services commented on GEODE-2439:
Commit 9d
[
https://issues.apache.org/jira/browse/GEODE-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884043#comment-15884043
]
ASF subversion and git services commented on GEODE-2275:
Commit af
[
https://issues.apache.org/jira/browse/GEODE-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884033#comment-15884033
]
Kirk Lund commented on GEODE-2275:
--
This reproduced in one of my private precheckin runs.
> On Feb 22, 2017, at 6:10 AM, Anthony Baker wrote:
>
>
>> On Feb 17, 2017, at 1:15 PM, Karen Miller wrote:
>>
>> Seems like everyone is in favor of the separate repo. I'll request one
>> early next week.
>> I created https://issues.apache.org/jira/browse/GEODE-2507 to handle the
>> first pa
Hello,
I just push the changes to remove the @author tags and updated the
RegionProviderTest.
On Fri, Feb 24, 2017 at 7:36 PM, Jason Huynh wrote:
> It looks like travis ci failed on that pr? Also there are some @author
> tags that should probably be scrubbed out
>
> On Fri, Feb 24, 2017 at 4:3
[
https://issues.apache.org/jira/browse/GEODE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884017#comment-15884017
]
ASF GitHub Bot commented on GEODE-1995:
---
Github user davinash commented on the issue
Github user davinash commented on the issue:
https://github.com/apache/geode/pull/315
@metatype , @dschneider-pivotal Please let me know if this is good to merge.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your pr
[
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884015#comment-15884015
]
ASF GitHub Bot commented on GEODE-1887:
---
Github user davinash commented on the issue
Github user davinash commented on the issue:
https://github.com/apache/geode/pull/390
Thanks @kirklund
Addressed review comment. Please let me know if this is PR is now good for
merge.
---
If your project is set up for it, you can reply to this email and have your
reply appear o
[
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884005#comment-15884005
]
ASF GitHub Bot commented on GEODE-1887:
---
Github user davinash commented on a diff in
Github user davinash commented on a diff in the pull request:
https://github.com/apache/geode/pull/390#discussion_r103070525
--- Diff:
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
---
@@ -773,6 +755,73 @@ public void
clientI
[
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884006#comment-15884006
]
ASF GitHub Bot commented on GEODE-1887:
---
Github user davinash commented on a diff in
[
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884004#comment-15884004
]
ASF GitHub Bot commented on GEODE-1887:
---
Github user davinash commented on a diff in
Github user davinash commented on a diff in the pull request:
https://github.com/apache/geode/pull/390#discussion_r103070526
--- Diff:
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
---
@@ -773,6 +755,73 @@ public void
clientI
Github user davinash commented on a diff in the pull request:
https://github.com/apache/geode/pull/390#discussion_r103070521
--- Diff:
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
---
@@ -773,6 +755,73 @@ public void
clientI
[
https://issues.apache.org/jira/browse/GEODE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883972#comment-15883972
]
ASF GitHub Bot commented on GEODE-2428:
---
Github user davinash commented on the issue
Github user davinash commented on the issue:
https://github.com/apache/geode/pull/388
Thanks @metatype and @bschuchardt
I will fix import issue and check-in the changes to develop, once all the
checks have passed.
---
If your project is set up for it, you can reply to this email
[
https://issues.apache.org/jira/browse/GEODE-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883924#comment-15883924
]
ASF subversion and git services commented on GEODE-2460:
Commit 23
[
https://issues.apache.org/jira/browse/GEODE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883913#comment-15883913
]
ASF GitHub Bot commented on GEODE-2428:
---
Github user bschuchardt commented on a diff
Github user bschuchardt commented on a diff in the pull request:
https://github.com/apache/geode/pull/388#discussion_r103065852
--- Diff: geode-core/src/main/java/org/apache/geode/DataSerializer.java ---
@@ -24,23 +24,7 @@
import java.lang.reflect.Array;
import java.net.In
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883884#comment-15883884
]
ASF GitHub Bot commented on GEODE-2439:
---
GitHub user dgkimura opened a pull request:
GitHub user dgkimura opened a pull request:
https://github.com/apache/geode-native/pull/35
GEODE-2439: Fix build breaking merge from merge conflict
Build broke after bad merge with commits: GEODE-2439 and GEODE-2440.
Conflict was resolved incorrectly by accidentally removing
Cache loaders should only be invoked if you do a "get" operation.
In this case you are just registering interest which is not a "get"
operation.
With register interest you are saying "if this key every exists let me
know" and doing that should not cause it to exist.
On Fri, Feb 24, 2017 at 4:21 P
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57057/
---
Review request for geode, Barry Oglesby, Jason Huynh, nabarun nag, and xiaojian
> On Feb. 23, 2017, 10:18 p.m., Kirk Lund wrote:
> > +1 I know this change is good and would be safe commit it as is, however we
> > have been trying to create UnitTests for any class that we touch that
> > doesn't already have a UnitTest. As a whole, the project relies too much on
> > end-to-
[
https://issues.apache.org/jira/browse/GEODE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883854#comment-15883854
]
ASF GitHub Bot commented on GEODE-2428:
---
Github user metatype commented on the issue
Github user metatype commented on the issue:
https://github.com/apache/geode/pull/388
This looks good to me, @bschuchardt what do you think?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have th
[
https://issues.apache.org/jira/browse/GEODE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Huynh updated GEODE-2548:
---
Summary: Hang in
PaginationDUnitTest.alternativelyCloseDataStoresAfterGettingAPageAndThenValidateTheCo
[
https://issues.apache.org/jira/browse/GEODE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883850#comment-15883850
]
ASF subversion and git services commented on GEODE-2548:
Commit 2f
[
https://issues.apache.org/jira/browse/GEODE-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883849#comment-15883849
]
ASF subversion and git services commented on GEODE-2543:
Commit 33
[
https://issues.apache.org/jira/browse/GEODE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883846#comment-15883846
]
ASF GitHub Bot commented on GEODE-2428:
---
Github user metatype commented on a diff in
[
https://issues.apache.org/jira/browse/GEODE-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Huynh updated GEODE-2548:
---
Issue Type: Test (was: Bug)
> Hang in PaginationDUnitTest.
>
>
>
Github user metatype commented on a diff in the pull request:
https://github.com/apache/geode/pull/388#discussion_r103062905
--- Diff: geode-core/src/main/java/org/apache/geode/DataSerializer.java ---
@@ -24,23 +24,7 @@
import java.lang.reflect.Array;
import java.net.InetA
Jason Huynh created GEODE-2548:
--
Summary: Hang in PaginationDUnitTest.
Key: GEODE-2548
URL: https://issues.apache.org/jira/browse/GEODE-2548
Project: Geode
Issue Type: Bug
Components:
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56991/#review166794
---
Ship it!
Ship It!
- Kirk Lund
On Feb. 24, 2017, 3:12 a.m., J
> On Feb. 24, 2017, 10:58 p.m., Dan Smith wrote:
> > Nice!
> >
> > I'm a bit confused by the guava dependency. Are you saying that it is a
> > transitive dependency of something else in geode-core:testCompile, and you
> > are trying to change the version that is used? If so you should probably
Github user metatype commented on the issue:
https://github.com/apache/geode/pull/397
The test failure doesn't seem to be related to your changes, though you
need to run `gradlew spotlessApply` to format your PR correctly. Thanks!
---
If your project is set up for it, you can reply
Github user metatype commented on a diff in the pull request:
https://github.com/apache/geode/pull/397#discussion_r103062304
--- Diff:
geode-core/src/test/java/org/apache/geode/internal/cache/xmlcache/CacheXmlParserJUnitTest.java
---
@@ -15,19 +15,25 @@
package org.apache.geo
[
https://issues.apache.org/jira/browse/GEODE-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883837#comment-15883837
]
ASF GitHub Bot commented on GEODE-2526:
---
Github user metatype commented on the issue
Github user metatype commented on the issue:
https://github.com/apache/geode/pull/406
Please update the PR after running `gradlew spotlessApply`. Thanks for the
contribution!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as we
Github user metatype commented on the issue:
https://github.com/apache/geode/pull/404
Thanks for the contribution. Could you fix the test failure in
`RegionProviderTest`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well.
It looks like travis ci failed on that pr? Also there are some @author
tags that should probably be scrubbed out
On Fri, Feb 24, 2017 at 4:33 PM Michael Stolz wrote:
> +1 experimental means changing. Go for it.
>
> --
> Mike Stolz
> Principal Engineer - Gemfire Product Manager
> Mobile: 631-835
+1 experimental means changing. Go for it.
--
Mike Stolz
Principal Engineer - Gemfire Product Manager
Mobile: 631-835-4771
On Feb 24, 2017 7:30 PM, "Kirk Lund" wrote:
> +1 for merging in these changes even though they break rolling upgrade for
> redis storage format -- it should be ok to break
+1 for merging in these changes even though they break rolling upgrade for
redis storage format -- it should be ok to break API or data format if it
was "experimental" in all releases so far
On Fri, Feb 24, 2017 at 3:25 PM, Bruce Schuchardt
wrote:
> Gregory Green has posted a pull request that w
Seems to me this is correct behavior. If you registered a cache loader you
want it to work
--
Mike Stolz
Principal Engineer - Gemfire Product Manager
Mobile: 631-835-4771
On Feb 24, 2017 5:59 PM, "Barry Oglesby (JIRA)" wrote:
>
> [ https://issues.apache.org/jira/browse/GEODE-2547?page=
> c
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57049/#review166789
---
Ship it!
Ship It!
- Dan Smith
On Feb. 24, 2017, 11:57 p.m.,
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883802#comment-15883802
]
ASF subversion and git services commented on GEODE-2507:
Commit da
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883801#comment-15883801
]
ASF subversion and git services commented on GEODE-2507:
Commit 87
Github user asfgit closed the pull request at:
https://github.com/apache/geode/pull/405
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker resolved GEODE-2507.
--
Resolution: Fixed
> Acquire and populate new geode-site repo for the web site
>
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-2507.
> Acquire and populate new geode-site repo for the web site
> --
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57049/
---
Review request for geode, nabarun nag, Dan Smith, and xiaojian zhou.
Repository
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883790#comment-15883790
]
ASF subversion and git services commented on GEODE-2507:
Commit 50
Github user asfgit closed the pull request at:
https://github.com/apache/geode-site/pull/1
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is en
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883791#comment-15883791
]
ASF GitHub Bot commented on GEODE-2507:
---
Github user asfgit closed the pull request
Github user pivotal-jbarrett commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/32#discussion_r103054588
--- Diff: src/cppcache/integration-test/BuiltinCacheableWrappers.hpp ---
@@ -23,7 +23,7 @@
#include "CacheableWrapper.hpp"
extern "C"
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883749#comment-15883749
]
ASF GitHub Bot commented on GEODE-2439:
---
Github user pivotal-jbarrett commented on a
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883748#comment-15883748
]
ASF GitHub Bot commented on GEODE-2439:
---
Github user pivotal-jbarrett commented on a
Github user pivotal-jbarrett commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/32#discussion_r103054617
--- Diff: src/cppcache/src/CacheableBuiltins.cpp ---
@@ -19,7 +19,7 @@
#include
extern "C" {
-#include
+#include
Gregory Green has posted a pull request that warrants discussion. It
improves performance for Sets and Hashes by altering the storage format
for these collections. As such it will not permit a rolling upgrade,
though the Redis adapter is labelled "experimental" so maybe that's okay.
https://g
[
https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883737#comment-15883737
]
ASF subversion and git services commented on GEODE-2486:
Commit 98
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57050/#review166772
---
Ship it!
Nice!
I'm a bit confused by the guava dependency. Are
Barry Oglesby created GEODE-2547:
Summary: Interest registration can cause a CacheLoader to be
invoked
Key: GEODE-2547
URL: https://issues.apache.org/jira/browse/GEODE-2547
Project: Geode
Is
[
https://issues.apache.org/jira/browse/GEODE-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Barry Oglesby reassigned GEODE-2547:
Assignee: Barry Oglesby
> Interest registration can cause a CacheLoader to be invoked
> ---
---
Spring Data GemFire > Nightly-ApacheGeode > #483 failed.
---
Scheduled
No failed tests found, a possible compilation error.
https://build.spring.io/browse/SG
Other reasons: one could run multiple locators, and designate one for
client connection and other for jmx.
-Anil.
On Fri, Feb 24, 2017 at 2:20 PM, Galen M O'Sullivan
wrote:
> I can see that you might want to configure them separately, so it's good to
> have both options.
>
> If I was to design
[
https://issues.apache.org/jira/browse/GEODE-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883628#comment-15883628
]
ASF GitHub Bot commented on GEODE-2513:
---
GitHub user karensmolermiller opened a pull
GitHub user karensmolermiller opened a pull request:
https://github.com/apache/geode-native/pull/34
GEODE-2513 Rebrand Delta Propagation section of
Geode Native documentation
- Replace outdated code example with pointer to
docs on updated QuickStart examples
- Update
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883624#comment-15883624
]
ASF GitHub Bot commented on GEODE-2439:
---
Github user dgkimura commented on a diff in
Github user dgkimura commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/32#discussion_r103045677
--- Diff: src/tests/cpp/fwklib/Timer.hpp ---
@@ -28,18 +28,18 @@
#ifdef _WIN32
-#include
-#include
-#include
+#inclu
I can see that you might want to configure them separately, so it's good to
have both options.
If I was to design this again, I think I would have the JMX address etc.
default to the same as the bind address, but as it is that would break
backwards compatibility.
-Galen
On Fri, Feb 24, 2017 at 1
[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883613#comment-15883613
]
ASF GitHub Bot commented on GEODE-2439:
---
Github user dgkimura commented on a diff in
Github user dgkimura commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/32#discussion_r103044451
--- Diff: src/cppcache/src/Utils.cpp ---
@@ -22,7 +22,7 @@
#include
extern "C" {
-#include
+#include
--- End diff --
[
https://issues.apache.org/jira/browse/GEODE-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-2546:
-
Labels: Flaky (was: )
> RollingUpgradeDUnitTest fails intermittently with
> ClusterConfigurationNotAvail
Kirk Lund created GEODE-2546:
Summary: RollingUpgradeDUnitTest fails intermittently with
ClusterConfigurationNotAvailableException
Key: GEODE-2546
URL: https://issues.apache.org/jira/browse/GEODE-2546
Pro
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57050/#review166763
---
Ship it!
Ship It!
- Ken Howe
On Feb. 24, 2017, 9:37 p.m., Ki
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883594#comment-15883594
]
ASF GitHub Bot commented on GEODE-2507:
---
Github user scmbuildguy commented on a diff
Github user scmbuildguy commented on a diff in the pull request:
https://github.com/apache/geode-site/pull/1#discussion_r103041344
--- Diff: build.gradle ---
@@ -16,10 +16,50 @@
*/
plugins {
- id "org.nosphere.apache.rat" version "0.3.0"
+ id 'org.nosphere
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57050/#review166762
---
Ship it!
Ship It!
- Mark Bretl
On Feb. 24, 2017, 1:37 p.m.,
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57050/#review166761
---
Ship it!
Ship It!
- Kevin Duling
On Feb. 24, 2017, 1:37 p.m.
[
https://issues.apache.org/jira/browse/GEODE-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883583#comment-15883583
]
ASF subversion and git services commented on GEODE-2460:
Commit dc
Github user metatype commented on a diff in the pull request:
https://github.com/apache/geode-site/pull/1#discussion_r103040225
--- Diff: README.md ---
@@ -20,3 +20,58 @@ limitations under the License.
[
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883582#comment-15883582
]
ASF GitHub Bot commented on GEODE-2507:
---
Github user metatype commented on a diff in
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883576#comment-15883576
]
ASF GitHub Bot commented on GEODE-2507:
---
Github user metatype commented on a diff in
[
https://issues.apache.org/jira/browse/GEODE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883577#comment-15883577
]
ASF GitHub Bot commented on GEODE-2507:
---
Github user metatype commented on a diff in
Github user metatype commented on a diff in the pull request:
https://github.com/apache/geode-site/pull/1#discussion_r103039403
--- Diff: README.md ---
@@ -20,3 +20,58 @@ limitations under the License.
[
Github user metatype commented on a diff in the pull request:
https://github.com/apache/geode-site/pull/1#discussion_r103039387
--- Diff: build.gradle ---
@@ -16,10 +16,50 @@
*/
plugins {
- id "org.nosphere.apache.rat" version "0.3.0"
+ id 'org.nosphere.ap
1 - 100 of 201 matches
Mail list logo