Commit Graph

25 Commits

Author SHA1 Message Date
Rob Winch
2e8d5063f7 Migrate documentation to Antora
Issue #4422
2023-09-06 08:58:43 +02:00
Mahmoud Ben Hassine
42fc4f686e Remove duplicate entry in .gitignore 2023-06-05 12:39:44 +02:00
Mahmoud Ben Hassine
e5c752b4b8 Remove JSR-352 implementation
Resolves #3894
2021-12-13 09:57:48 +01:00
Mahmoud Ben Hassine
58b80395be Add flatten-maven-plugin configuration 2021-01-29 11:45:32 +01:00
Mahmoud Ben Hassine
86ebf9375a Add module to run the JSR-352 TCK 2021-01-29 11:45:31 +01:00
Mahmoud Ben Hassine
fa53dde01e Update build to use Maven instead of Gradle 2021-01-29 11:45:26 +01:00
Glenn Renfro
bff2c14671 Docs support toggling Java Config and XML
This is a demo of the functionality and it located in the domain.adoc file.

added code to handl PDF ifdef

JavaScript added to support slider control

If view in local file system use safari.   (Cookies not supported on local filesysem on chrome)
Remaining bug...  if user selects xml and refreshes the examples still show XML but slider goes back to JAVA.

Could use a new tool suite.  But this is based on the Spring.io toggle.

Implemented java vs xml toggle in reference documentation

This commit ports the javascript widget used in Sagan for toggling
between Maven and Gradle on each project page and uses it to toggle
between java based config and XML based config.  The preference the user
selects is cookied so that it should stick between pages in the multiple
page layout as well as for future visits to the documentation.

The only page that has implemented the toggle in this commit is the
domain.adoc page.  The spring-batch-intro.adoc has the toggle reference
in it, but it's only there to verify multiple includes are working.

Polishing
2017-08-24 14:36:29 -04:00
Chris Schaefer
6dc5e825e2 Add out dir to ignore 2014-06-10 01:48:19 -04:00
Chris Schaefer
f5f4906b61 ignore pom.xml to avoid accidential commits 2014-05-13 17:27:21 -04:00
Gunnar Hillert
f1d71a06f4 BATCH-2144 Convert Spring Batch to use Gradle
* Use Gradle 1.11
* Remove SpringSource references
* Update JavaDoc overview
* Update Jacoco conf + Add license/manifest files
* Addresses also BATCH-2187
* Update a number of unit tests to not be ignored

Jira: https://jira.springsource.org/browse/BATCH-2144
2014-04-24 12:16:17 -05:00
David Syer
06d6f634da BATCHADM-57: start to introduce txt views: not all working yet 2014-01-07 13:33:31 -06:00
Greg Turnquist
bb1ec38a18 Merge pull request #175 from gregturn/BATCH-2035
- Added a new archetype for javaconfig based projects
- Updated the CommandLineJobRunner to also accept class names for context initialization
2013-06-10 12:54:00 -05:00
Chris Schaefer
c1be0af6fc BATCH-1935: Add quick start maven archetype 2013-01-22 09:49:07 -06:00
Chris Schaefer
4f75accbb1 BATCH-1685: Update .gitignore for additional IntelliJ files 2012-09-06 00:53:37 -04:00
Robert Fischer
1c843e2ded Ignore vi swap files 2012-06-07 16:32:45 +01:00
Dave Syer
cb51f363ca Remove Eclipse meta data completely 2011-11-17 09:56:28 +00:00
Dave Syer
752297116a Add (mvn verify -P build,fast) as a test of clean build 2011-08-26 08:23:41 +01:00
Lucas Ward
b52cddad30 Added idea metadata files to ignore list 2011-05-08 07:58:23 +01:00
Dave Syer
80b593de2f Tweak build config for release
- Spring ivy dependencies fixed for EBR
- Added Sonatype voodoo
2011-02-07 17:22:22 +00:00
Dave Syer
1535b5cedd Tweak IDE meta data 2011-01-04 11:21:32 +00:00
Dave Syer
3dd0c7f776 Deal with compiler warnings 2010-11-22 14:44:37 +00:00
dsyer
b78c0db130 BATCH-1615: modified XML and flat file readers to throw new exception 2010-09-07 10:51:14 +00:00
dsyer
8902e314d4 BATCH-1619: fix paging queries for Derby, DB2 and SqlServer 2010-08-26 06:10:58 +00:00
dsyer
dbb5422947 Add ignores 2010-06-24 11:01:04 +00:00
dsyer
4b6df84a5f Add test for pojo listener in XML config 2010-06-24 10:22:17 +00:00