Results 1 to 2 of 2

Thread: Is Spring Batch JDK 1.7 compatible?

  1. #1
    Join Date
    Mar 2011
    Posts
    15

    Question Is Spring Batch JDK 1.7 compatible?

    Hi,

    JDK 1.7 includes JDBC 4.1, so I was wondering whether Spring Batch is compatible with JDK 1.7 or not. Current stable 2.1.8 or 2.2.0-SNAPSHOT?

    Regards,
    Shantanu
    Last edited by shantanu_k06; Dec 18th, 2011 at 07:16 AM. Reason: fix typo

  2. #2

    Default

    Is JDK 1.7 compatible with the previous versions of Java. Does it work where JDK1.6 used to work? Will it work where JDK1.5 used to work?

    To cut a long story short Spring Batch should work on any JDK 1.5+ platform (depends on the version of spring you are using too).

    Why do you think JDBC 4.1 would have any impact?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •