I'm looking through recent additions to Facebook Graph API and Spring Social API. Questions Operations has been added in https://jira.springsource.org/browse/SOCIALFB-37. From the source code it...
Type: Posts; User: Eduard Dudar; Keyword(s):
I'm looking through recent additions to Facebook Graph API and Spring Social API. Questions Operations has been added in https://jira.springsource.org/browse/SOCIALFB-37. From the source code it...
https://jira.springsource.org/browse/SPR-8507
Still wondering if this know/unknown problem before I'll file this as a bug?
Hello guys!
I'm seeing quite strange behavior and I'm not sure why UriUtils works this way.
In detail I'm having URL that I want to ask using RestTemplate. Url is the following ...
Well, as far as there is no listed native solution we have couple of things to workaround the problem. We are going to play with commit-interval and will clean up tables regularly. Also there is...
Thanks for advise but this also means for you that your job commits transaction results every 50 processed items. That is not acceptable in our case because of strict item-by-item processing so when...
Let's state that general job contains of 2 parts:
- the framework processing
- application code
We measure both of them on empty database and on loaded with 30000 finished jobs one. The...
Hi team,
Haven't found something similar so new post is here.
We have a problem when running Spring Batch jobs for a while. With initial state of database - all tables are empty - we take stop...
Found solution. It is job for AnnotationMethodHandlerAdapter.ArgumentsResolver class.
Hi Spring community.
Do I have a way to use Servlet features like request or response in POJOs those annotated as @Controller? For example I want to store some info in cookies from @Controller's...