Re: classpath in geode release

2016-11-06 Thread Anthony Baker
> On Nov 6, 2016, at 7:47 AM, Gal Palmery wrote: > > Clarification - > This is in the geode-dependencies.jar and gfsh-dependencies.jar that were > created by the local build that I run on my PC. > I downloaded the 1.0.0-incubating release and built it using the following > command: >> g

Re: [DISCUSS] Graduation

2016-11-06 Thread Roman Shaposhnik
Hi! we're at a final step of formal voting that is now going on over at general@incubator: http://markmail.org/thread/hztte5f6meoluz2v Please consider casting your vote there as well. Thanks, Roman. On Tue, Oct 25, 2016 at 5:25 PM, Roman Shaposhnik wrote: > Hi! > > with the 1.0.0-incubating

Jenkins build is back to normal : Geode-nightly #645

2016-11-06 Thread Apache Jenkins Server
See

RE: classpath in geode release

2016-11-06 Thread Gal Palmery
Clarification - This is in the geode-dependencies.jar and gfsh-dependencies.jar that were created by the local build that I run on my PC. I downloaded the 1.0.0-incubating release and built it using the following command: > gradlew clean build installDist -Dskip.tests=true where can I fi

[GitHub] incubator-geode pull request #278: Feature/geode 1896 unable to specify a Pa...

2016-11-06 Thread davinash
Github user davinash commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/278#discussion_r86684707 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CreateAlterDestroyRegionCommands.java --- @@ -907,6 +903,31 @@

[GitHub] incubator-geode pull request #278: Feature/geode 1896 unable to specify a Pa...

2016-11-06 Thread davinash
Github user davinash commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/278#discussion_r86684704 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CreateAlterDestroyRegionCommands.java --- @@ -907,6 +903,31 @@

[GitHub] incubator-geode pull request #278: Feature/geode 1896 unable to specify a Pa...

2016-11-06 Thread davinash
Github user davinash commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/278#discussion_r86684713 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CreateAlterDestroyRegionCommands.java --- @@ -907,6 +903,31 @@

[GitHub] incubator-geode issue #278: Feature/geode 1896 unable to specify a Partition...

2016-11-06 Thread davinash
Github user davinash commented on the issue: https://github.com/apache/incubator-geode/pull/278 Thanks @kirklund and @upthewaterspout for details review --- 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 doe

[GitHub] incubator-geode pull request #278: Feature/geode 1896 unable to specify a Pa...

2016-11-06 Thread davinash
Github user davinash commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/278#discussion_r86684743 --- Diff: geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/CreateAlterDestroyRegionCommandsDUnitTest.java --- @@ -1091,6

[GitHub] incubator-geode pull request #278: Feature/geode 1896 unable to specify a Pa...

2016-11-06 Thread davinash
Github user davinash commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/278#discussion_r86684717 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/RegionCreateFunction.java --- @@ -405,9 +408,48 @@ private Cl

classpath in geode release

2016-11-06 Thread Gal Palmery
Hi, I noticed that there are 2 jackson-annotations jars, and 2 slf4j-api jars with different versions in the classpath (in the MANIFESTs of geode-dependencies.jar and in gfsh-dependencies.jar). What is the reason for that? Is this a bug? Thanks, Gal This message and the information contained h