[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-10 Thread Anton Vinogradov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15324099#comment-15324099
 ] 

Anton Vinogradov commented on IGNITE-3238:
--

Igor, Thanks for branch recreation. 
I closed pull request I've made before and created new.
Now I see only changes related to this task.

TeamCity Task should be checked is specified at Issue description.
I checked it at your branch: 
http://149.202.210.143:8111/viewLog.html?buildId=261612=buildResultsDiv=IgniteTests_RatJavadoc
And it works instead of original master branch: 
http://149.202.210.143:8111/viewLog.html?buildId=260834=buildResultsDiv=IgniteTests_RatJavadoc
Thanks for your contribution, that's really important fix, I'll merge your 
changes.

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-09 Thread Igor Rudyak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15323678#comment-15323678
 ] 

Igor Rudyak commented on IGNITE-3238:
-

It's definitely a problem of the previous pull request you created. Util you 
close it, I can create a new one from the branch having the same name.

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-09 Thread Igor Rudyak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15323665#comment-15323665
 ] 

Igor Rudyak commented on IGNITE-3238:
-

By the way, what build configuration should I run in TeamCity?

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-09 Thread Igor Rudyak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15323612#comment-15323612
 ] 

Igor Rudyak commented on IGNITE-3238:
-

Hi Anton,

I recreated "ignite-3238" once again - now it contains only changes specific to 
this ticket. Can't create pull request to "master" branch of upstream 
repository, probably I don't have rights for this or you should cancel your 
previous request first.

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-08 Thread Igor Rudyak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321599#comment-15321599
 ] 

Igor Rudyak commented on IGNITE-3238:
-

That's ok. This branch also includes bugfixes to AWS bootstrap scripts which 
were not included into 1.6 release

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-08 Thread Anton Vinogradov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320144#comment-15320144
 ] 

Anton Vinogradov commented on IGNITE-3238:
--

Igor, I've created pull request from you branch to apache ignite master and see 
a lot of changes, is it ok?

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-07 Thread Igor Rudyak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319408#comment-15319408
 ] 

Igor Rudyak commented on IGNITE-3238:
-

Ok, fix is available in "ignite-3238" branch: 
https://github.com/irudyak/ignite/tree/ignite-3238

It is already updated and merged with the latest changes from upstream 
repository.

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-07 Thread Anton Vinogradov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318038#comment-15318038
 ] 

Anton Vinogradov commented on IGNITE-3238:
--

Igor,
Tests should be executed for any Java >=7.

But command (release)
{code} mvn clean package -DskipTests{code} 
runs no tests, so, seems, we can change dependency's scope to test and it will 
not cause warning. 
Could you please check it?

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3238) Javadoc Warning due to cassandra libs usage

2016-06-06 Thread Igor Rudyak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15317365#comment-15317365
 ] 

Igor Rudyak commented on IGNITE-3238:
-

Actually "cassandra-all-3.3.jar" is used only in Unit tests. It's compiled with 
Java 8, cause this version of embedded Cassandra requires Java 8. 

Thus the more generic question is - what should we do with unit tests for 
ignite-cassandra module? The thing is that such unit tests could only be 
executed when you are using Java 8 and fail with Java 7.

> Javadoc Warning due to cassandra libs usage
> ---
>
> Key: IGNITE-3238
> URL: https://issues.apache.org/jira/browse/IGNITE-3238
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.6
>Reporter: Anton Vinogradov
>Assignee: Igor Rudyak
>Priority: Critical
> Fix For: 1.7
>
>
> I found following at Ignite 1.6 build log:
> {code} [WARNING] Javadoc Warnings
>  [WARNING] warning: 
> /home/teamcity/.m2/repository/org/apache/cassandra/cassandra-all/3.3/cassandra-all-3.3.jar(org/apache/cassandra/service/CassandraDaemon.class):
>  major version 52 is newer than 51, the highest major version supported by 
> this compiler.
>  [WARNING] It is recommended that the compiler be upgraded.{code} 
> seems this warning related to 
> https://issues.apache.org/jira/browse/IGNITE-1371. 
> Command to gain this is:
> {code} mvn clean package -DskipTests{code} 
> also you can use this TeamCity task: 
> http://149.202.210.143:8111/viewType.html?buildTypeId=IgniteTests_RatJavadoc
> Need to fix it without using JDK 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)