Commit Graph

  • 5a6c336947 Uses proper package Lukasz Lenart 2017-05-12 09:28:03 +02:00
  • 7fa41f1885 WW-4110 Marks AOP support as deprecated Lukasz Lenart 2017-05-12 08:28:56 +02:00
  • 9a8b4f4ebc WW-4105 Removes SpringUtils to ProxyUtil Yasser Zamani 2017-05-11 12:49:46 +04:30
  • 5a0f2e1aaf WW-4749 Implements buffer/flush behaviour in FreemarkerResult Lukasz Lenart 2017-05-10 16:39:41 +02:00
  • 4604333649 WW-4762 Defines default-only bean Lukasz Lenart 2017-05-10 15:48:35 +02:00
  • fd168c423f WW-4762 Extracts common method Lukasz Lenart 2017-05-10 14:12:39 +02:00
  • 7360b5e195 WW-4762 Moves common method up Lukasz Lenart 2017-05-10 13:59:20 +02:00
  • b842a4c779 WW-4749 Renames local variable to better express its meaning Lukasz Lenart 2017-05-10 10:08:48 +02:00
  • 0314ddcb5c WW-4795 Implements @LongRangeFieldValidator annotation Lukasz Lenart 2017-05-09 10:33:35 +02:00
  • c2f2de06ce WW-4105 Unwraps Spring proxy in actions chain Yasser Zamani 2017-04-30 09:20:57 +04:30
  • 38a2ebb72a WW-4749 Uses writeIfCompleted to keep backward compatibility Lukasz Lenart 2017-04-28 13:14:30 +02:00
  • 3034b3a970 WW-4749 Uses Boolean to allow define behaviour per result Lukasz Lenart 2017-04-28 13:00:09 +02:00
  • 6dad53c5e3 WW-4749 Fixes test Lukasz Lenart 2017-04-28 10:01:27 +02:00
  • bbcd9dc251 WW-4749 Uses ordinary boolean instead of Boolean Lukasz Lenart 2017-04-28 09:33:56 +02:00
  • 1df89792f9 WW-4749 Drops writeIfCompleted and uses Boolean instead String Lukasz Lenart 2017-04-28 09:32:47 +02:00
  • bbd4a9e8c5 WW-4792 Marks XWork constants as deprecated Lukasz Lenart 2017-04-26 20:29:33 +02:00
  • bb19a62098 WW-4762 Introduces default provider which only uses default bundles Lukasz Lenart 2017-04-26 20:28:11 +02:00
  • 2e23d7a07e WW-4762 Extracts base abstract class Lukasz Lenart 2017-04-26 12:24:57 +02:00
  • 8bf77a1d19 WW-4762 Uses Struts prefix for the main implementation Lukasz Lenart 2017-04-26 11:56:48 +02:00
  • 3ffc9b8450 WW-4762 Drops unused imports Lukasz Lenart 2017-04-26 11:56:09 +02:00
  • 45d1a49131 WW-4762 Drops unused code Lukasz Lenart 2017-04-26 11:55:49 +02:00
  • b46a6e7956 Drops static modifier Lukasz Lenart 2017-04-26 11:39:22 +02:00
  • f06caf7ca7 WW-4791 Stops using DefaultLocalizedTextProvider#localeFromString Lukasz Lenart 2017-04-26 10:38:32 +02:00
  • f5125bcd1b WW-4749 Defines setter to allow specify useBufferedWriter Lukasz Lenart 2017-04-26 08:51:45 +02:00
  • 787150d041 Moves documentation to wiki Lukasz Lenart 2017-04-26 08:48:01 +02:00
  • d739be34bc WW-4749 Implements buffered write Lukasz Lenart 2017-04-26 08:42:42 +02:00
  • 8f75e1a19d WW-4149 Introduces an empty stack Lukasz Lenart 2017-04-26 08:22:19 +02:00
  • 775d1c8c65 WW-3952 introduces credit card validator Lukasz Lenart 2017-04-24 10:12:13 +02:00
  • 6ef9f7a3aa WW-3952 Fixes test Lukasz Lenart 2017-04-23 10:31:13 +02:00
  • faf72b5a09 WW-4210 Adds support for defining converter via class instead of string Lukasz Lenart 2017-04-22 17:42:15 +02:00
  • 9eec07b310 WW-3952 Adds client side validation support Lukasz Lenart 2017-04-22 17:40:40 +02:00
  • d8284846db WW-4788 Parameters which are added via ServletDispatcherResult aren't availabe in #parameters Aleksandr Mashchenko 2017-04-22 12:15:00 +03:00
  • b465791dc2 WW-4780 fixed logging in the struts2-portlet-plugin tests Stefaan Dutry 2017-04-22 00:05:41 +02:00
  • defaf43a4c WW-4780 fixed logging in the struts2-cdi-plugin tests Stefaan Dutry 2017-04-21 23:49:43 +02:00
  • 11cccb68a9 upgraded version of log4j2 to 2.8.2 Stefaan Dutry 2017-04-20 22:06:20 +02:00
  • 9512410412 WW-4787 Moves test to src/test/java Lukasz Lenart 2017-04-20 14:35:11 +02:00
  • a58452571c WW-4210 Updates JavaDocs Lukasz Lenart 2017-04-20 08:34:55 +02:00
  • ec24124925 WW-4210 Updates tests to use the class definition instead of string Lukasz Lenart 2017-04-20 08:29:53 +02:00
  • 3e76564d3c WW-4210 Supports defining converter as a class in the annotation Lukasz Lenart 2017-04-20 08:29:24 +02:00
  • 47552bdb06 WW-4210 Extends annotation to allow use class instead of string Lukasz Lenart 2017-04-20 08:28:46 +02:00
  • eb4fcb4afc WW-3952 Updates test to include credit card validation Lukasz Lenart 2017-04-19 18:07:38 +02:00
  • 0813eaa0c8 WW-3952 Extends existing logic to handle credit card validation Lukasz Lenart 2017-04-19 18:07:16 +02:00
  • 743d27f841 WW-3952 Introduces annotation Lukasz Lenart 2017-04-19 18:06:31 +02:00
  • fc497360be WW-3952 Adds test to check implementation Lukasz Lenart 2017-04-19 18:06:17 +02:00
  • 01d710bdf3 WW-3952 Adds implementation of credit card validator Lukasz Lenart 2017-04-19 18:05:53 +02:00
  • 293d2fd177 WW-4754 Marks sitegraph plugin as deprecated Lukasz Lenart 2017-04-19 10:40:43 +02:00
  • 5fd605eb97 WW-4578 Supports collections when validating a value Lukasz Lenart 2017-04-19 09:42:06 +02:00
  • 9d4aac0589 WW-4786 Properly handles empty spaces in path Lukasz Lenart 2017-04-19 09:40:10 +02:00
  • 13f49a0978 WW-4785 Allows disable multipart support via an config option Lukasz Lenart 2017-04-16 14:33:15 +02:00
  • 30ec6f8310 Puts back public scope for class Lukasz Lenart 2017-04-14 12:54:20 +02:00
  • 034e098184 Reduces scope Lukasz Lenart 2017-04-14 12:45:56 +02:00
  • b1f9068f2b Puts back indentation Lukasz Lenart 2017-04-14 12:25:04 +02:00
  • 1ad6d2c317 WW-4578 Cleans up code Lukasz Lenart 2017-04-14 11:25:22 +02:00
  • 569e1f6c82 WW-4578 Fixes small typo Lukasz Lenart 2017-04-14 11:18:39 +02:00
  • 6f272e4873 WW-4578 Converts URL validator to support collections Lukasz Lenart 2017-04-14 11:16:59 +02:00
  • 2fe050578a Fixes wrong injection type Lukasz Lenart 2017-04-13 07:31:16 +02:00
  • 16e8f10f66 WW-4578 Converts length string validator to support collections Lukasz Lenart 2017-04-11 09:10:19 +02:00
  • df5583f117 WW-4578 Converts required string validator to support collections Lukasz Lenart 2017-04-11 08:46:24 +02:00
  • 01a56ca117 WW-4578 Converts double range validator to support collections Lukasz Lenart 2017-04-10 21:54:03 +02:00
  • e66fd538b5 WW-4578 Makes required validator to support collections Lukasz Lenart 2017-04-10 09:13:14 +02:00
  • 158eda9783 WW-4578 Changes range validators to support collections Lukasz Lenart 2017-04-10 08:37:22 +02:00
  • caca3d057d WW-4578 Makes RegexFieldValidator to support collections Lukasz Lenart 2017-04-06 08:59:11 +02:00
  • 1162ddf823 WW-4663 Fallback to old behaviour if there is no action defined Lukasz Lenart 2017-04-04 09:16:48 +02:00
  • c56d95d28c WW-4779 Marks as deprecated the profiling layer Lukasz Lenart 2017-04-04 08:34:39 +02:00
  • b4f8d03910 WW-4769 Uses emptySet instead of manually creating Sets Lukasz Lenart 2017-04-04 08:28:04 +02:00
  • ed20ccd3f3 WW-4744 Solves problem with supporting non public annotated methods in AnnotationWorkflowInterceptor Lukasz Lenart 2017-03-29 07:22:55 +02:00
  • 3cee495a12 WW-4744: Add new line at end of DummyInterface file Yasser Zamani 2017-03-27 02:10:53 +04:30
  • f0a9226ffb WW-4744: Correct copyright to exactly as previous with no change Yasser Zamani 2017-03-27 01:53:29 +04:30
  • 67069a9724 WW-4744: Add @Deprecated tags Yasser Zamani 2017-03-27 01:46:48 +04:30
  • 2d5f0aaa66 WW-4744: Remove copied Spring's code (also from PR#117) Yasser Zamani 2017-03-26 18:07:58 +04:30
  • 9e8627ca66 WW-4770 Fixes problem with dojo.version Stefaan Dutry 2017-03-24 21:34:31 +01:00
  • c349dfa5ab WW-4735 Ports more relax domain suffix validation Lukasz Lenart 2017-03-24 11:45:51 +01:00
  • 7627b83555 Moves documentation to wiki Lukasz Lenart 2017-03-24 10:34:39 +01:00
  • 350c77aba8 WW-4756 Implements TextProviderFactory and used it accros the framework Lukasz Lenart 2017-03-24 10:09:46 +01:00
  • 3d3bee0218 Process default conversion as required Lukasz Lenart 2017-03-23 15:28:58 +01:00
  • 98467c2753 Adds missing headers with license Lukasz Lenart 2017-03-23 15:27:55 +01:00
  • 748da3f8ce WW-4769 Makes excluded classes & packages definitions immutable Lukasz Lenart 2017-03-23 14:50:05 +01:00
  • d053df4924 WW-4768 Adds support for dashes in boundary definition Lukasz Lenart 2017-03-23 10:13:59 +01:00
  • 4e9fa84239 WW-4768 Adds proper validation if request is a multipart request Lukasz Lenart 2017-03-23 08:07:21 +01:00
  • 82f61666f8 WW-4767 Makes some methods protected instead private to allow override them when subclassing Lukasz Lenart 2017-03-23 07:14:32 +01:00
  • e1bb1a70c0 WW-4744: AnnotationUtils supports non-public methods Yasser Zamani 2017-03-19 20:02:45 +04:30
  • 915e162e8e Uses protected scope instead of private to allow override when subclassing Lukasz Lenart 2017-03-17 09:25:03 +01:00
  • e9d7cd09db Increases visibility to allow reuse fields when subclassing Lukasz Lenart 2017-03-17 09:19:23 +01:00
  • 0378161365 Increases visibility to allow reuse fields when subclassing Lukasz Lenart 2017-03-17 09:09:23 +01:00
  • 88a39333ce Drops authors tags Lukasz Lenart 2017-03-17 08:12:52 +01:00
  • e8a598c7bc Updates test to use the new injectable factory Lukasz Lenart 2017-03-17 08:03:48 +01:00
  • 132829cc24 Defines bean in test configuration Lukasz Lenart 2017-03-17 08:03:28 +01:00
  • c039685cf9 Moves bean into same area are other releated to it beans Lukasz Lenart 2017-03-17 08:02:52 +01:00
  • ee6c927db6 Drops unavailable dependency Lukasz Lenart 2017-03-17 08:02:24 +01:00
  • 944b1a2303 Injects proper dependencies into tag Lukasz Lenart 2017-03-17 07:59:50 +01:00
  • 16d1d60ed8 Uses dedicated logger instead the one from parent class Lukasz Lenart 2017-03-17 07:51:57 +01:00
  • 207ac17744 Defines proper interfaces and default implementation in configuration Lukasz Lenart 2017-03-17 07:51:12 +01:00
  • 3b73544a8f Uses existing instance instead of creating a new one Lukasz Lenart 2017-03-17 07:49:33 +01:00
  • 6dcff10a68 WW-4761 Improve error logging in DefaultDispatcherErrorHandler Aleksandr Mashchenko 2017-03-16 20:16:06 +02:00
  • c83e07ec46 WW-4748 Upgrade commons-lang3 to 3.5 Aleksandr Mashchenko 2017-03-16 19:53:33 +02:00
  • d7069fc393 use commons-lang3 classes, use StringUtils removeEnd instead of deprecated chomp Aleksandr Mashchenko 2017-03-16 19:44:15 +02:00
  • 54974223fa Extracts TextProviderFactory interface Lukasz Lenart 2017-03-16 14:55:35 +01:00
  • 9376bb0ca1 Renames TextProviderFactory into StrutsTextProviderFactory Lukasz Lenart 2017-03-16 14:43:07 +01:00
  • 4f46f15184 Adds missing class header with license Lukasz Lenart 2017-03-16 14:39:06 +01:00
  • 9d60f5bbc6 Adds missing annotation Lukasz Lenart 2017-03-16 08:15:48 +01:00