Commit Graph

6614 Commits

Author SHA1 Message Date
Oleg Zhurakousky
99c6c1b3df INT-1651 javadoc ppolishing 2010-11-30 17:00:00 -05:00
Oleg Zhurakousky
1c8c004e8f INT-1651 changed @since version on new classes to 2.0.1 2010-11-30 16:58:53 -05:00
Oleg Zhurakousky
a58e8a83b3 INT-1651 added support for default XMPP connection name and auto-discovery of that name by the XMPP adapters 2010-11-30 16:57:33 -05:00
Oleg Zhurakousky
2f20973b16 INT-1649 consolidated XMPP schema 2010-11-30 13:49:17 -05:00
Oleg Zhurakousky
a5c67073d5 INT-1648 added support for sending Smack Message 2010-11-30 13:30:26 -05:00
Mark Fisher
eabf3556b1 fixed syntax highlighting on some excerpts within the JDBC chapter 2010-11-30 10:51:14 -05:00
Chris Beams
8429135370 Eliminate all unintentional output during build
Redirect all stdout for the test task to LogLevel.INFO, effectively
suppressing it from the default LogLevel of LIFECYCLE.

Gradle actually does this redirection during testing anyway, but for
non-main threads that exit after the test task has completed, their
output makes its way to the console.  This is why, prior to this commit
verbose 'intentional test failure' stack traces could be seen polluting
the console.

Also tuned the Xlint flags to javac on a project-by-project basis. Only
those projects that have spurious path warnings get '-path'; only those
projects with spurious deprecation warnings get '-deprecation', and so
on. This way, there's no blanket policy applied too liberally to all
projects; if path or deprecation errors crop up in a different module,
folks should see them rather than having them automatically suppressed.
2010-11-29 00:52:22 -07:00
Chris Beams
8fcd2bc858 Add noop test to avoid Maven surefire failure 2010-11-26 11:26:24 -07:00
Chris Beams
c8a24acfc6 Catch poms up with 2.0.1.BUILD-SNAPSHOT version 2010-11-26 11:26:07 -07:00
Mark Fisher
a98c1f4257 re-adding buildSrc as a submodule after releasing 2.0.0.RELEASE 2010-11-22 22:10:36 -05:00
Mark Fisher
0fefabeea2 Update version to 2.0.1.BUILD-SNAPSHOT 2010-11-22 22:03:46 -05:00
Mark Fisher
c712ac6315 Release version 2.0.0.RELEASE 2010-11-22 21:23:47 -05:00
Mark Fisher
75fd47f505 temporarily adding buildSrc locally for 2.0.0.RELEASE 2010-11-22 21:23:47 -05:00
Mark Fisher
548c7cd536 temporarily removing buildSrc submodule for 2.0.0.RELEASE 2010-11-22 21:23:47 -05:00
Mark Fisher
c2343c8911 ignoring test that seems to do nothing 2010-11-22 21:23:46 -05:00
Mark Fisher
04953f5a1c INT-1552 updated id for the sftp chapter 2010-11-22 19:11:40 -05:00
Mark Fisher
01cc744fa0 INT-1552 doc polishing 2010-11-22 19:06:01 -05:00
Mark Fisher
bb5e5dbdf1 INT-1552 doc polishing 2010-11-22 18:46:08 -05:00
Mark Fisher
ba016bbe2e INT-1552 doc polishing 2010-11-22 18:39:17 -05:00
Mark Fisher
ab64b90b77 INT-1552 doc polishing 2010-11-22 18:33:21 -05:00
Mark Fisher
d0f1fdde10 fixing typos in comments and tests 2010-11-22 18:28:02 -05:00
Mark Fisher
4ded81bd1c INT-1552 doc polishing 2010-11-22 18:19:29 -05:00
Chris Beams
365108e7e3 Reflect hamcrest 1.1 dependency in generated poms 2010-11-22 16:18:21 -07:00
Mark Fisher
a491850ec7 INT-1552 doc polishing 2010-11-22 18:11:28 -05:00
Mark Fisher
aff7d2a4cc INT-1552 doc polishing 2010-11-22 18:05:35 -05:00
Mark Fisher
ced6bdec5d INT-1552 doc polishing 2010-11-22 17:52:50 -05:00
Chris Beams
a5b8643e3b Eliminate obsolete images 2010-11-22 15:47:56 -07:00
Chris Beams
5ef3a74c59 Eliminate 'Invalid ICC Profile Data' warnings during PDF generation
PNG screenshots were showing up with odd coloration due to incorrect
or malformed color management settings (ICC profiles).  In an earlier
commit, thes PNG files were transformed to JPEGs, and this did cause
the coloration problems to go away, but a new problem took its place;
during docbook PDF generation, warnings like the following started
showing up:

    An ICC profile is present but it is invalid (Invalid ICC Profile
    Data). The color profile will be ignored. (.../quotes-aggregator.jpg)

The solution was to download Seashore (http://seashore.sourceforge.net,
Mac-only) which has an embedded ICC profile editor.  Each of the three
offending JPEG images were loaded and re-saved to JPEG format, but
targeting 'web' output which eliminates all ICC profile metadata.
2010-11-22 15:47:33 -07:00
Mark Fisher
13e2af25d4 INT-1552 doc polishing 2010-11-22 17:35:31 -05:00
Mark Fisher
cddbda4044 removed prefix from header in javadoc example 2010-11-22 17:12:32 -05:00
Mark Fisher
c744a5212a updated javadoc, removed invalid links 2010-11-22 17:07:18 -05:00
Chris Beams
1d3f4b2987 Upgrade junit:junit:4.7 -> junit:junit-dep:4.8.2
junit-dep does not bundle dependencies like hamcrest. This avoids
'duplicate package org.hamcrest' errors during javadoc generation
2010-11-22 15:06:02 -07:00
Mark Fisher
340c4ca97a updating changelog and readme for 2.0.0.RELEASE 2010-11-22 17:02:35 -05:00
Mark Fisher
243776b934 INT-1607 polished the what's new section 2010-11-22 16:55:10 -05:00
Mark Fisher
878d3e21e2 INT-1607 polished the what's new section 2010-11-22 16:35:56 -05:00
Chris Beams
93e362c5f1 Update to latest buildSrc to align with images/admon/ pathing (INT-1612) 2010-11-22 14:06:23 -07:00
Mark Fisher
390267b95b INT-1552 doc polishing 2010-11-22 15:59:39 -05:00
Mark Fisher
109c8c559e INT-1552 doc polishing 2010-11-22 15:54:20 -05:00
Mark Fisher
ee2ecf682f INT-1552 doc polishing 2010-11-22 15:46:11 -05:00
Mark Fisher
5418f0d7f5 INT-1552 doc polishing 2010-11-22 15:36:31 -05:00
Mark Fisher
a7b2263dac INT-1552 doc polishing 2010-11-22 15:21:21 -05:00
Oleg Zhurakousky
7c87c70d8e INT-1552 fixed more text overflow in HTTP module, added DEPRECATED note to HttpInvoker module 2010-11-22 15:13:46 -05:00
Mark Fisher
a3c4099c6c INT-1552 doc polishing, and added @ManagedResource/@ManagedOperation on the AbstractMessageRouter (for dynamic control over mappings) 2010-11-22 15:10:48 -05:00
Oleg Zhurakousky
5dc6763735 INT-1552 fixed text overflow on http and ftp docs 2010-11-22 14:58:20 -05:00
Mark Fisher
acc0459d2d INT-1552 doc polishing 2010-11-22 14:42:56 -05:00
Mark Fisher
4eed001c0b INT-1552 doc polishing 2010-11-22 14:37:48 -05:00
Mark Fisher
2b5e787a30 INT-1552 doc polishing 2010-11-22 14:34:23 -05:00
Oleg Zhurakousky
3464d7eeb8 INT-1552 added 'What's new in Spring Integration 2.0' section' 2010-11-22 14:18:56 -05:00
Mark Fisher
0ac31584fc INT-1552 doc polishing 2010-11-22 14:14:46 -05:00
Mark Fisher
5873ee98eb INT-1552 doc polishing, also updated Groovy-based Control Bus to be more consistent with the SpEL version 2010-11-22 14:02:00 -05:00