This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f1329a  Add release notes to spring-data-all-ext extensions 1.0.0
0f1329a is described below

commit 0f1329a995303285bae334e02691b46f766e73b8
Author: NSAmelchev <[email protected]>
AuthorDate: Wed Jul 7 00:11:52 2021 +0300

    Add release notes to spring-data-all-ext extensions 1.0.0
---
 .../ext/spring-data-all-1.0.0/release_notes.html   | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/releases/ext/spring-data-all-1.0.0/release_notes.html 
b/releases/ext/spring-data-all-1.0.0/release_notes.html
new file mode 100644
index 0000000..db314d6
--- /dev/null
+++ b/releases/ext/spring-data-all-1.0.0/release_notes.html
@@ -0,0 +1,35 @@
+<head>
+<link rel="canonical" 
href="https://ignite.apache.org/releases/ext/spring-data-all-1.0.0/release_notes.html";
 />
+
+
+       
+
+
+
+       <style>h1 {    color: #113847;    font-size: 33px;    font-weight: 
bold;    margin: 30px 0 15px 0;    padding-bottom: 7px;    width: 700px;}h2 {  
border-bottom: 2px solid #ccc;     color: #113847;     font-size: 29px;     
font-weight: normal;     margin: 30px 0 15px 0;     padding-bottom: 7px;  
width: 700px; }a {      color: #cc0000;      text-decoration: none;  }span {    
color: #cc0000;}a:hover {    text-decoration: underline;}ul,ol {    list-style: 
disc;    margin-left: 30px;}ul li,o [...]
+
+       <script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+  
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-61232409-1', 'auto');
+  ga('send', 'pageview');
+
+       </script></head>
+<body>
+       <h1>Apache Ignite Spring Data Extensions 1.0.0</h1>
+               <div></div>
+       <ul>
+               <li>Added the ability to connect to the Ignite cluster through 
the Ignite thin client for the Spring Data extensions</li>
+               <li>Fixed closing of Spring Data Ignite resources after 
destroying the Spring context if they were automatically started by the 
manager</li>
+       </ul>
+
+       <h2>The following integrations were migrated to the Apache Ignite 
Extensions repository:</h2>
+       <ul>
+               <li>Spring Data 2.2 extension.</li>
+               <li>Spring Data 2.0 extension.</li>
+               <li>Spring Data extension.</li>
+       </ul>
+</body>

Reply via email to