Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Michael Minella](https://jira.spring.io/secure/ViewProfile.jspa?name=mminella)** commented This isn't quite that simple. The issue really stems from the fact that many databases don't support millisecond precision (MySql being one of those). Adding this constraint...

**[Erwin Vervaet](https://jira.spring.io/secure/ViewProfile.jspa?name=klr8)** commented I agree that this doesn't really solve the problem. However, it prevents bad data (i.e. violating Spring Batch's assumption that the combination of job_instance_id and create_time uniquely...

**[Mahmoud Ben Hassine](https://jira.spring.io/secure/ViewProfile.jspa?name=mbenhassine)** commented This should be possible thanks to the `java.lang.ProcessBuilder#inheritIO` API. Here is a quick sample: ```java class Scratch { public static void main(String[] args) throws Exception {...

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented [Michael Minella](https://jira.spring.io/secure/ViewProfile.jspa?name=mminella) [Mahmoud Ben Hassine](https://jira.spring.io/secure/ViewProfile.jspa?name=mbenhassine) [This is where we do it in Spring Integration](https://github.com/spring-projects/spring-integration/blob/master/build.gradle#L270) (same as Spring Framework).

**[Mahmoud Ben Hassine](https://jira.spring.io/secure/ViewProfile.jspa?name=mbenhassine)** commented Thank you for the pointer [Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell) !

**[Mark Pollack](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.pollack)** commented We haven't had enough of our own 'manpower' to look into hbase, which would fall more into the 'column family' taxonomy vs. keyvalue. Those details aside, we...

**[Vaibhav Puranik](https://jira.spring.io/secure/ViewProfile.jspa?name=vpuranik)** commented Since the git repository is not yet set up, I am attaching the code here so that the community can benefit.

**[Vaibhav Puranik](https://jira.spring.io/secure/ViewProfile.jspa?name=vpuranik)** commented Here is some sample code - http://pastebin.com/q4KbB3Yk For more information also look at https://jira.springframework.org/browse/SPR-5950

**[Thomas Darimont](https://jira.spring.io/secure/ViewProfile.jspa?name=thomasd)** commented LGTM, merged into master

**[Thomas Darimont](https://jira.spring.io/secure/ViewProfile.jspa?name=thomasd)** commented Needs some revision