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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Spring Social Salesforce [](https://travis-ci.org/jottley/spring-social-salesforce)[](https://bintray.com/jottley/jottley/spring-social-salesforce/1.2.1.RELEASE/link)
1
+
# Spring Social Salesforce [](https://travis-ci.org/jottley/spring-social-salesforce)[](https://bintray.com/jottley/jottley/spring-social-salesforce/1.2.2.RELEASE/link)
2
2
3
3
Spring Social Salesforce is a Spring Social extension that provides connection support and api binding for the Salesforce
4
4
REST API.
@@ -26,7 +26,7 @@ To include in your maven project use the following repository and dependency
26
26
<dependency>
27
27
<groupId>org.springframework.social</groupId>
28
28
<artifactId>spring-social-salesforce</artifactId>
29
-
<version>1.2.1.RELEASE</version>
29
+
<version>1.2.2.RELEASE</version>
30
30
</dependency>
31
31
...
32
32
</dependencies>
@@ -47,6 +47,7 @@ There is a spring boot quickstart app available at https://github.com/jottley/sp
47
47
- Retrieve recent changes feed
48
48
- Execute a SOSL search and retrieve the results (with paging or all)
49
49
- Run a SOQL query and retrieve the results (with paging or all)
50
+
- query results can optionally included deleted records
0 commit comments