[ANNOUNCE] Apache Ignite Apache Ignite spring-tx-ext, spring-cache-ext extensions 1.0.0 released

2021-11-16 Thread Nikita Amelchev
The Apache Ignite Community is pleased to announce the release of
Apache Ignite Spring Cache and Spring Transactions extensions 1.0.0.

The following integrations were migrated to the Apache Ignite
Extensions repository:

- Spring Transactions extension
- Spring Cache extension

Apache Ignite Spring Cache extension: release notes [1], documentation [2].
Apache Ignite Spring Transactions extension: release notes [3],
documentation [4].

The sources package is available here:
https://ignite.apache.org/download.cgi#extensions

Please let us know if you have any problems
https://ignite.apache.org/community/resources.html#ask

[1] https://ignite.apache.org/releases/ext/spring-tx-1.0.0/release_notes.html
[2] 
https://ignite.apache.org/docs/2.11.0/extensions-and-integrations/spring/spring-tx.html
[3] https://ignite.apache.org/releases/ext/spring-cache-1.0.0/release_notes.html
[4] 
https://ignite.apache.org/docs/2.11.0/extensions-and-integrations/spring/spring-caching.html

-- 
Best wishes,
Amelchev Nikita


Join contributors

2021-11-16 Thread Dmitriy Borunov
Hello Ignite community!

My name is Dmitriy Borunov. I would like to contribute to Apache
Ignite. My Apache JIRA username is dmitriy.borunov.
Could you please provide me with the corresponding permission?


Re: Issue - IGNITE-15348

2021-11-16 Thread Andrei Demidov
Hello!

I've changed checkstyle.xml and deleted all whitespaces after ')', when needed, 
then committed to fork and created pull request.
But for some reason lots of tests fail, but I haven't changed any functionality.
I am complete newbie, could anybody please explain me, what should I do now?

Thanks!


Re: Issue - IGNITE-15348

2021-11-16 Thread Maksim Timonin
Hi, you don't fix all issues. You can check it there:
https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Build/6272643?logFilter=debug

  [INFO] Starting audit...

18:51:20

  [ERROR]
/opt/buildagent/work/7bc1c54bc719b67c/modules/hibernate-5.1/src/main/java/org/apache/ignite/cache/hibernate/HibernateKeyWrapper.java:90:36:
')' is followed by whitespace. [NoWhitespaceAfter]

18:51:20

  [ERROR]
/opt/buildagent/work/7bc1c54bc719b67c/modules/hibernate-5.1/src/test/java/org/apache/ignite/cache/hibernate/HibernateL2CacheSelfTest.java:1360:46:
')' is followed by whitespace. [NoWhitespaceAfter]

18:51:20

  [ERROR]
/opt/buildagent/work/7bc1c54bc719b67c/modules/hibernate-5.1/src/test/java/org/apache/ignite/cache/hibernate/HibernateL2CacheStrategySelfTest.java:270:28:
')' is followed by whitespace. [NoWhitespaceAfter]

18:51:20

  [ERROR]
/opt/buildagent/work/7bc1c54bc719b67c/modules/hibernate-5.1/src/test/java/org/apache/ignite/cache/hibernate/HibernateL2CacheStrategySelfTest.java:270:38:
')' is followed by whitespace. [NoWhitespaceAfter]




On Wed, Nov 17, 2021 at 10:49 AM Andrei Demidov
 wrote:

> Hello!
>
> I've changed checkstyle.xml and deleted all whitespaces after ')', when
> needed, then committed to fork and created pull request.
> But for some reason lots of tests fail, but I haven't changed any
> functionality.
> I am complete newbie, could anybody please explain me, what should I do
> now?
>
> Thanks!
>