You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/early_access/index.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This page contains early access information for XAP and InsightEdge 14.0.0, whic
13
13
-->
14
14
15
15
{{%tip "Disclaimer"%}}
16
-
Early access builds are provided as is, and should not be used in production. The latest stable release is version **12.3.1**. <br>[Download](http://www.gigaspaces.com/xap-download) | [Documentation](/xap/12.3/)
16
+
Early access builds are provided as is, and should not be used in production. The latest stable release is version **12.3.1**. Additionally, the early access documentation has not yet been released. Use the documentation for the lastest stable release.<br>[Download](http://www.gigaspaces.com/xap-download) | [Documentation](/xap/12.3/)
@@ -773,7 +757,6 @@ Lets look at a Spring configuration file that represents the creation of an embe
773
757
</beans>
774
758
```
775
759
776
-
777
760
And here is the code to access the Spring bean within your application:
778
761
779
762
```java
@@ -785,8 +768,4 @@ public void findSpace() {
785
768
}
786
769
```
787
770
788
-
789
771
{{%note%}}In the following parts of this tutorial we will introduce you the different schemas that support the XAP Spring integration. We will also use the Annotations to configure and inject components.{{%/note%}}
0 commit comments