1.8.8
- Allow developer to configure app cache default TTL #696
- Provide a mechanism to disable CAPTCHA protection #694
- Allow binding epoch time millis directly to date types #691
ActionContext.allowIgnoreParamNamespacenot effective when POJO has collection typed fields #690- ParamLoader: POJO array or container field shall be initialized even if no request data for them #689
- JWT token expiration is not effect #688
- Customized
StringValueResolvernot work #687 - JobContext: support parent #686
- Job - emit events when JobContext created or destroyed #685
- Param binding - need to treat
@Passwordannotated field #684 - Classloading: it shall automatically add inner class into management for managed class #683
- Classloading: the logic to determine classes eligible to enhancement is not clear #682
- Parameter binding: bind an ID string to an entity field #681
- Revert changes to "#429" #680
- Update to osgl-mvc 1.8.0 to fix #678
- Fix the logic on output response through a Writer to support the fix of #676
RenderCSVshall checkResult.stringContentProducer#677- Add API to
Actto support shutdown Act with an optional exit status code #673 - Param loading process shall take OSGL global mapping filter into consideration #672
- It shall keep original config key string while processing it into canonical form #669
- Print out
API book compiledwhen running in dev mode #668 - It shall ignore Exception raised during app shutdown process #667
- It shall clear OSGL Config's internal cache on app restart #666
- update osgl library dependencies
- osgl-tool to 1.17.0
- osgl-cache to 1.5.0
- osgl-genie to 1.8.0
- osgl-http to 1.8.0
- osgl-mvc to 1.8.0
- osgl-storage to 1.7.0
- osgl-tool-ext to 1.2.0
- Restructure response processing logic #665
- Major performance degrade in latest TFB test #663
- Get rid of ActContext.strBuf. It is not really useful and allocate too much memory
- Make header overwrite by request parameters an optional feature
- update osgl-tool to 1.12.0, osgl-http to 1.6.1, osgl-mvc to 1.7.0
- Add
getResource(String)and getResourceAsStream(String)method toActandApp` #662 - API doc - it shall change the styling for print media #608
- update riotjs to 3.10, jquery to 3.3.1
- Clean up extra error logs #661
- A weird
ClassCastException#660 - Add helper methods to
LogSupportfor line printing #659 - Allow set delay time for
@OnAppStartand@AlongWith#658 echohandler shall setContent-Typeheader #650ActionContext.loginAndRedirectdoes not trigger redirect to happen #648- Add act version info in the error page in dev mode #639
- JSON Writer shall use default date/time pattern setting when i18n is not enabled - related to #645
- Enum resolving - support non-exact keyword based matching #643
- Enum resolving - it shall respond with
400 Bad Requestif resolving failed #642 NullPointerExceptionwhile resolvingint[]from Query parameter #641- Support bind to Cookie directly #638
- Dependency Injection with generic type #637
- Support passing settings via environment variable #636
- Use canonical property key #635
scan_packagesetting in configuration file is not effective #634- Passing multiple packages in
Act.start(String, String)triggerIllegalArgumentException#633 - Support getting Header value from query parameters #631
H.Request.current()returnsnull#628render(...)renders__arg_names__in the final result for JSON type output #626- Support different date time format for different locale #607
me.tongfei.progressbarruns on Java8 only #622- Session expiration time shall not be output using
Expiresheader #623 - Param binding: allow it to ignore missing namespace when there is only one param to bind #618
- @On(async = true) not work #611
- Issue with global URL context setting #614
- Date format not applied when returned type is
DateTime[]#610 - DateTime return result not formatted as configured #604
- DateTime return result is not a valid JSON string #605
- Response Headers contains unreadable code #601
- Make
Routerinjection support@Named#603 - It shall inject active Router instead of default router #602
- JSON response for array type result is not consistent #595
- System builtin route mapping added with wrong route source #597
- It shall not allow application to overwrite built-in service route mapping #598
1.8.7 06/Apr/2018
@PropertySpecannotation not effective in API doc generated sample data #594- Duplicated class/attribute in endpoint will be ignored #593
- update osgl-tool to 1.10.0
- update osgl-genie to 1.7.0
1.8.6 04/Apr/2018
- built_in_req_handler.enabled` configuration issue #590
- It does not print warning message for app without secret configured #592
- API Doc - failed to generate sample data for List typed embedded data structure #591
- API Doc - make it able to hide system endpoints #589
- API doc - set maximum length for the description width #588
1.8.5 02/Apr/2018
- Support output binary content by returning
byte[]#586 - It cannot direct output text or binary content #585
- update osgl-tool to 1.9.0
1.8.4 28/Mar/2018
- API doc pattern compilation error on Java7 #584
- API doc enhancement - support markdown syntax in description #579
1.8.3 27/Mar/2018
CliServer- allow site local ip to access #577
1.8.2 25/Mar/2018
- update osgl-tool to 1.8.2
- update osgl-http to 1.5.1
- update osgl-mvc to 1.5.3
- update osgl-cache to 1.3.2
- update osgl-logging to 1.1.2
- Allow output session token expiration time through response header #575
- API Doc - parsing JavaDoc to generate descriptive content #576
- API doc index not correct #573
- Use nonblocking I/O for body parsing when possible #572
- Improve the performance of direct output model #568
- Revert response output framework for small response #567
NoSuchMethodErrorwith Morphia entity #565- API Doc error during app start #564
- Different URL variable name caused duplicate routes not been reported #561
ActUnauthorizedcausedjava.lang.NegativeArraySizeExceptionin dev mode #563- Download file not working properly #562
- Error with sending large response: UT000043: Data is already being sent. You must wait for the completion callback to be be invoked before calling send() again #560
- ResourceLoader: support loading json file into Map or other POJO #559
- Support
@DefaultValuewith@Configuration#558 StackOverflowErrorencountered whenSimpleBeanfield name does not follow Java convention #546
1.8.1 11/Mar/2018
- Support request forward #556
- Cannot apply text result to format: javascript #555
- Random
NullPointerExceptionon act-1.6.6 #553 - update commons.fileupload to 1.3.3 #549
- Ebean is not enchaned? #545
- NPE running feature-test sample project #544
- if use multiple datasource,throw class registered warning/error when app start #468
1.8.0 4/Mar/2018
- update osgl-tool to 1.7.0
- update osgl-genie to 1.5.0
- update osgl-http to 1.4.0
- update osgl-mvc to 1.5.0
- update undertow to 1.4.23.Final
- By default enable CLI on PROD mode
- we will disable CLI in the high security starter kit by default.
- Make @Configuration working on publice static properties #536
MasterEntityMetaInfoRepo- supportMappedSuperClassannotation registration #543- Add
NamedProviderforCacheService#542 ProjectLayout- provide layout for gradle_groovy combination #541- Cannot run a groovy program even in PROD mode #540
- Implement new response output model #539
- Param binding failure for
List<Foo>style parameters #538 - notFoundIfNull return Content-Type as text/html #537
1.7.3
- Fix regression issue with #504
1.7.2
- EntityMetaInfo framework - Support capture EntityListener annotation #535
- Add
TimestampGeneratorforjava.sql.Timeandjava.sql.Timestamp#534 - Cannot call Password.Verifier.verifyPassword on object without a @Password field #528
- Running
Configsample project in prod mode cannot find template #527 - Large content sent to response get truncated #531
- Extends error response to allow user defined code #530
- Add
Controller.Util.download(URL)helper method #529
1.7.1 21/Feb/2018
EventBus.Key.effectiveTypeOfcause stackoverflow in Event sample #525- NPE running config sample #524
- Allow normal action handler support partial path #523
1.7.0 19/Feb/2018
- Update JPA api to 2.2
- EntityMetaInfo and scanner - support JPA plugin
- Update to act-asm-5.0.3 for precise line number in error reporting
- Improve built-in service performance by make them as nonblock when possible
- Support
DirectoryIndexfor fileResourceGetterandFileGetter#521 - rename configuration
cli.session.expirationtocli.session.ttlto make it comply tosession.ttlconfiguration - testapp apidoc error #519
- Simple event dispatching failed when event listener method argument list contains Interface #518
Env.RequireModenot working on route registration #517ProgressGaugeAPI changes #516JsonViewon class has no effect to CLI command #515DefaultSessionCodec.processExpirationerror #513- JWT: sometimes JWT deserialization failed #512
- Command line param binding failed for
char[]#511 - Make API doc TOC organised by HTTP method and URL path #510
NullPointerExceptionafter app reloaded from an ASM error in dev mode #509- Error page not displayed if asm error raised during scanning phase #508
@SessionVariablebinding failure #506@DefaultValuenot working for primitive types #504- Create
act.util.CsvViewas an alias ofResponseContentType(H.MediaType.CSV)#503 - Add suffix to download file for csv typed response #502
- ResourceLoader - support any object type #497
ClassCastExceptionwith Ehcache #495- Further simplify password field processing #491
- Encrypt sensitive data in persistent storage #490
- Do not
Set-Cookiefor session and flash if there is no state #484 - Make
act.metric.Timerbe aClosable#483 - Simplify measuring of method execution #482
- DB: add annotation to mark created and last modified timestamp fields #480
- Missing actframework version in the banner text in dev mode with Eclipse project #478
- Rename
AppEventtoSysEvent#475 - Implement a rotation secret for Act application #474
- Improve simple event handler mechanism #473
- Emit/trigger
EventObjecttyped event through `EventBus #472 - SimpleEventHandler mechanism does not work with
EventObject#471 - Allow
LoadResourceinject into Set of strings #470 - Param binding - it shall not try to get provider for simple types #449
- Support plugin JAX-RS #448
- Add method annotation to direct framework use
JSON.toJSONStringWithDateFormat()#281 - Trace handler call #238
- Make it able to specify the named ports in routes configuration #183
**1.6.6 23/Jan/2018
context.username()returnsnullafter upgrade act to 1.6.4 #485
**1.6.5 23/Jan/2018
job.listsystem command not working #481- Update fastjson to 1.2.45
1.6.4 14/Jan/2018
- Performance issue with Rythm #469
- update rythm-engine to 1.2.2
- Other performance updates
- in act core code
- update osgl-genie to 1.3.4
- update osgl-http to 1.2.3
1.6.3 13/Jan/2018
- Template not reload after changed in
devmode #467 - ApiManager prints a lot of warning messages #466
ClassCastExceptioncaused by@CacheFor#465- Show entry URL on the console #463
- It displays control characters in the Eclipse console #462
- Limit the access to CLI service #464
1.6.2 11/Jan/2018
- Add string resolver for
java.sql.Dateandjava.sql.Timestamp#460 - Make default Date format be date instead of date and time #459
- Make
ResourceLoadersupport URL type #457 - Fault response for
txt/plainresponse #456 - Turn off
@CacheForondevmode #455 - Support
X-Forwarded-Forto allow app get real remote ip when app is behind a reverse proxy #454 - Customized
EbeanConfigLoadedevent listener not triggered #453 - Param binding failure for
java.sql.TimeStamptyped parameter #452 - Allow it configure the first time the
@Everyjob be invoked #451 @Everywithout specifying the time failed #450- Param binding - it shall not try to get provider for simple types. #449
- Some view engine caused browser always loading when running in prod mode #447
- rythm tag @resource @asset generated path shall start with
/#445
1.6.1 06/Jan/2018
- Router - avoid regex matching when possible #442
- Make
@JsonViewannotation an alias of@ResponseContentType(H.Media.JSON)#440 - Support Content-Security-Policy header #439
- Support using MACRO for URL path regex definition #438
1.6.0 28/Dec/2017
- Update osgl-tool to 1.5.2
- Update osgl-genie to 1.3.3
- Update fastjson to 1.2.44
- Fix logic error in
DefaultSessionCodec- session timeout processing not effective - Fix a few issues relevant to configuration loading
1.6.0-RC2 19/Dec/2017
- Update Version to osgl-version-2
1.6.0-RC1 19/Dec/2017
- Support throttle control #435
- Enhance
@Configurationinjection #434 - css resource
Content-Typenot set in prod mode #430 - ParamLoader: POJO instance not intialized if no field is set #429
- Support loading
AdaptiveRecordfrom form post data #428 - java.lang.ClassCastException when ACT startup with session.ttl configuration #427
- Support SerializeFilter when return entity through FastJSON #426
@TemplateContextshall inherit from parent class #424@Configurationnot works properly #423- Support
@Configurationinject #421 - Create an mechanism to load resource from config folder #420
- Support annotated routing directive #419
- Error encountered during app startup on JDK 7 #418
- Add
findLatest()method toDao#402 - Support inject file content into
StringorByteBuffer#397 - New static file/resource handler that are subject to authentication/session management #396
- Created.withLocation shall generate valid JSON string when
Acceptisapplication/json#349 - Cache template loaded in ViewManager #348
- use underscore style token for enum class name in enum i18n key #333
- Support webjar #331
- Support dynamic URL path variables #325
- Add timestamp to default error response #274
- Allow
AppJobManager.nowAPI accept job name parameter #268 - support different redirect semantic #263
- Request to support versioning of static resource mappings #210
- Support inline template #289
- Exception using underscore in a URL path variable name #295
1.5.3 18/Nov/2017
- NPE encountered when CSRF protector redirect request to login page #415
- Evict original URL cache from session once redirection happened #414
- update fastjson to 1.2.41 #416
1.5.2 17/Nov/2017
- Handle login redirect gracefully #412
NPEwhile returning anInputStreamin an action handler #410- Mal behavior of app running in dev mode with
.versionfile #409
1.5.1 15/Nov/2017
NullPointerExceptionwhen invoking job #407
1.5.0 15/Nov/2017
- Inject annotation of the handler method into the interceptor param list #406
- Add built-in API to report app version and act version #405
- Update riotjs version and add riot-route.js #404
1.4.14 07/Nov/2017
- File download not working correctly #401
NullPointerExceptionencountered with WebSocket Connection Event #400- Better support for app to directly write to content to response #399
UT000002: The response has already been startedwhen it write content to response #398- Send back
400 Bad Requeston response trigger an obscure error page when content type isapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet#394
1.4.13 16/Oct/2017
- Update riotjs to 3.7.2
- Add
createWebSocket(path)method tojquery.ext.js#392 - The
ActContextProviderdoes not favorWebSocketContexttype #391 - Allow websocket message handler to return object #390
- It shall set
WebsocketContextthread local variable upon ws message incoming #389 - Multiple
@Catchcan not work normally #388 - jquery.ext.js: allow
jQuery.put()andjQuery.putJSON()method to use raw body #387 Cannot find out Dao for model type[class act.db.ModelBase]issue #386- Prevent interceptor method from binding JSON data by default #385
- render.json.output_charset configuration not working on POST request #384
- ACT can only map wrapped JSON object to entity #383
- Allow developer to disable actframework built-in routes #382
- when loading app from jar file it shall set
app.modetoprod#381 - Add
sessionId()method toActContext#380 - Allow app to specify date time format to parse remote JSON response #379
- It always return
nullwhen executing CLI command that handled by a static method #378 - Allow it to skip implicity view arguments for certain controller method #376
- Properties files in jar are ignored #375
- Publish backend job progress through websocket #356
- CLI progress report: it reports less than 100 percent when job finished sometimes #324
1.4.12 13/Sep/2017
SequenceNumberGeneratorcause error in heterogeneouse data source environment #374- Allow inject
Daointerface #373
1.4.11 10/Sep/2017
- catch up update to 1.3.14-LTS
- Support running CLI Job in background #267
job.listCLI command failure #355
1.4.10 21/Aug/2017
- catch up update to 1.3.13-LTS
1.4.9
- catch up update to 1.3.12-LTS
1.4.8
- catch up update to 1.3.11-LTS
1.4.7
- catch up update to 1.3.10-LTS
1.4.6
- Catch up update to 1.3.9-LTS
1.4.5
- Catch up update to 1.3.8
1.4.4
- Catch up update to 1.3.7
1.4.3
- Two
WebSocketConnectionManagerexists #250 - HttpServerExchange cannot have both async IO resumed and dispatch() called in the same cycle #248
- catch up to bug fixes in 1.3.6
1.4.2
- catch up to bug fixes in 1.3.5
1.4.1
DbServiceManager.hasDbService()error implementation #239
1.4.0
- Update fastjson to 1.2.33 #235
- App start event listener not called when there is no Async DbService #234
- Generate ASCII banner for favicon #228
- Support colorful console output #227
- Support customized banner text #226
- Allow app to terminate
@InheritedStateless#223 - Make
Daoimplementation be stateless #221 - Automatically register a class with
@Statelesstag into app's singleton registry #220 - Support Lazy initialized singleton #219
- Support initialize DbService asynchronously #217
- Support easy configuring of header session mapper #212
- Smart initialize Job instance #211
- Deprecate
@Env.Modefor@Env.RequireMode#207 - Deprecate
@Env.Profilefor@Env.RequireProfile#206 - Deprecate
@Env.Groupfor@Env.RequireGroup#205 - Log the URL with handler error message #192
- Review and fix the use of
ConcurrentMap#191 - upport WebSocket #17 S
1.3.14
- Improve maven build process #372
- Improve logging support #370
- Simplify start API/implementation #369
- Introduce osgl-bootstrap and osgl-ut #368
- It shall not try to instantiate commander class for command implemented on static method #367
- NPE when building param tree #365
- Deadlock on app start #363
- Binder annotation on bean field doesn't work #362
- Support app defined parameter binder annotation #361
- Improve app version reading support #359
- If no file selected in an upload form, the server side will trigger a 500 server error #357
ProvidesImplicitTemplateVariablegenerates bad rythm template source code #354- The rest parameters is always
nullafter@DbBindannotated parameter #353 - Support API document generation #351
- Improve
Catchinterceptor API #350 - Get
DbServicelist fromDbServiceManagerby plugin class #273 - Fix regression issues: #287 and #297
1.3.13
- Add annotation to allow developer specify a handler method's template shall not be cached #347
- Template not found in
prodmode #346
1.3.12
- Support in memory cache of uploaded file when size not exceeds threshold #345
- Support
*in integer value configuration #344 - Drop download upload file support #343
- Make upload file in memory threshold be configurable #341
- Upload file get saved twice to filesystem #340
- Make upload file stored in a hierarchical directory structure #339
- It shall report 400 Bad Request if required file upload is missing #338
- StaticResourceGetter.toString method output is confusing #337
- Act's asset static resource URL shall follow the built-in URL convention #336
- UploadFileStorageService shall add length attribute into SObject #335
1.3.11
- Error message could not display correctly #330
- ACT can't register ebean as default datasource when configuration both ebean and mongo datasource #328
1.3.10
- com.alibaba.fastjson.JSONException: default constructor not found. class act.app.ActionContext #327
1.3.9
- Random issue: Cannot instantiate interface org.osgl.inject.ScopeCache$SingletonScope #323
- CLI: Print out the real exception instead of
InvocationTargetException#322 - CLI session exit message issue #321
- i18n message interpolation shall follow standard message format #320
- It shall respond with
400whenDbBindcannot find the binding value in the request #319 - Cannot implement Command handler in MorphiaDao #318
@DbBindnot working with JSON format #317- Provide a mechanism to allow plugin listen to app hot reload event #316
- EventBus call on
SimpleEventListenershall throw out exceptions #313 - when using
@Outputon field it shall allow method not to have template #312 - Make
DbBindannotation to support fetch all data from database #310
1.3.8
- Add
templatePathmethod intoMailer.Util#309 - java.lang.IllegalStateException: parent context not found #307
- Allow user to set content through
Mailer.Util#306 - Add
attach(...)methods intoMailer.Util#305 - Support early binding of
ActEventListener#304 - Add
classForNamemethod toAppinstance #303 DbBindcomment error #302- Allow
DbBindto use different names to map between request parameter and model field #301 - It loads the same
routes.conffile twice #300 - Suppress
resource:directive in route table #299 - The app cannot boot up when static file routing cannot find dir #298
- JSON binding doesn't work well with @DbBind annotation #297
- Mail: Sending attachment caused
javax.mail.messagingexception: unknown encoding: utf-8#294 - English label is not correct in Act CLI #290
- Make
@ProvidesImplicitTemplateVariablesupport default value #288 @ProvidesImplicitTemplateVariable: Generic type lost #287- When handler has no return value it shall still check the context render arguments #286
@Outputannotation on field declaration does not work #285- Add an annotation to support output all controller method parameters into render argument list #284
1.3.7
- update osgl-mvc to 1.2.0 #276
@AnnotatedWithinjection not work #275AdaptiveRecord.Util.asMapmethod error #272- It shall report
405 Method Not Allowedfor HTTP method not recongized #269 - update fastjson to 1.2.34 #265
1.3.6
- No log for block issue encountered before loading dependency manager #261
- Issue with
@DisableFastJsonCircularReferenceDetectand@GetAction#260 - Improve error message when template not found #258
- SimpleBean Bytecode scanner issue: interfaces not populated in certain case #254
- SimpleBean implementation shall be enhanced even without public fields #253
- download stalled #252
- StackOverflowError when the class that needs to output in CLI command contains
java.util.Localetyped field #251
1.3.5
- Returning Locale type result does not rendering valid JSON response #246
- Resource consumption issue with DEV mode #244
1.3.4
@Outputannotation on controller field is not effective when handler method has no parameters #202- Make mailer support
@TemplateContextannotation #203 - App bytecode enhancer state not cleaned #214
- Improve handling of fatal error in Job method during app bootstrap #216
- async job is not really async #222
- double decode of URL path variable #229
- CLI cannot input negative number #230
RenderAnyshall favorActionContext.hasTemplate()result #231- When action handler returning an object, it failed to apply the
@ResponseStatusannotation in certain cases #233
1.3.3
- It does not put correct content type header when servicing static resource as css file bug fixed #200
- Error generating error page if
Request.accept()format is not normal #199 @TemplateUrlannotation on interceptor class shall not impact the template context of handler action #197- page cache key is the same for two action handler methods with the same name in different class #196
MorphiaAdaptiveRecord.putValues(Map<String, Object>)failure #193- Allow page cache key generator create different key by checking useragent for mobile/browser #188
- NPE triggered on actframework official website #187
- Add Access-Control-Allow-Credentials in CORS support #186
1.3.2
- functional test cases break when action handler returns array of elements #194
1.3.1
- It shall not report server error if no file uploaded #189
- java.lang.NoClassDefFoundError: javax/persistence/Persistence #190
1.3.0
- Create a mechanism to cache the GET request result #128
- Introduce
@TemplateContextannotation #163 - Split
@Controllerannotation into@UrlContextand@Portannotation #164 @Globaldoesn't work when put behind the interceptor annotation #167- Make all scanner favor the setting of
@Envannotations #168 - Regex in route not working #169
- Make it easy to create global template variable #170
- Add helper javascript library that extends jQuery #171
- Support profile specific route configuration #174
- Create better error message when there are error enhancing classes #175
- Better error reporting when multiple controller action/interceptor methods have the same name #177
- When handler returns a primitive type the result is not JSON result when
Acceptheader require JSON #178 - Provide an annotation to mark a field or parameter as template variable #179
- Setting character encoding in response doesn't effect correctly #180
- Make redirect favor Controller URL context #181
- Make app able to run
prodmode from within IDE #182
1.2.0
- Add an annotation that indicate an injected field is stateless #161
- Make
ActionContextan injectable field inController.Util#160 - generated pid file not get deleted when app process is killed #159
- SEO support on routing #157
- Compile error is not displayed at dev mode #156
- When
@NotNullused along with@DbBindit shall return 404 if binding failed #153 - Allow annotation based interceptor class to be registered as global interceptor #152
- Allow
@Withannotation to be used on specific handler method #136 - Improve error reporting on "Unknown accept content type" #124
1.1.2
- Update version of osgl and other dependencies #151
- Deadlock while app boot up #150
1.1.1
- Support get process ID on non-unix environment #148
- Unnecessary synchronization ReflectedHandlerInvoker.checkTemplate #147
- When db plugin is configured, it uses empty string as service ID #146
EventBus.bind(Object, SimpleEventListener)shall check if the object type isEventObject#144
1.1.0
- Always generate pid file when app start in prod mode #142
- Support context URL path #141
- Cannot use multiple Job annotations on one job method #140
- allow SimpleEventHandler to be used to handle event happening before app started #139
- Update FastJson to 1.2.31 #138
- Provides SqlDbService as a base class for all SQL based DbService solution #135
- upgrade FastJson to 1.2.31
1.0.7
- ake it able to configure the number of network io threads and work threads #70 M
- configuration render.json.output_charset.enabled default value shall be false #120
- qrcode method problem #127
- Response outputstream not closed #130
- ZXingResult call applyAfterCommitHandler twice #131
- "type not recognized: MODEL_TYPE" Error when using a DaoBase subclass as Controller #132
- It uses undertow deprecated API to construct HttpOpenListener #133
- Fine tune undertow configurations #134
1.0.6
- caused issue that failed to add route mapping in certain case #121 #115
- Update fastjson to 1.2.30
1.0.5
-
- remove version range from pom.xml. See https://issues.apache.org/jira/browse/MNG-3092
1.0.4
- It shall display the exception stack trace tab on template exception page #109
- Using simplified action path in @fullUrl and @url doesn't work in an free template #110
- Routing failure on
/{path1}/{path2}/{path3}/{id}.htmlstyle URL path #111 - Missing embedded object content when PropertySpec is specified #112
- Exception encountered when first field of post JSON body contains the parameter name #113
- Router: support inner variables inside URL path #115
- Update RythmEngine to 1.2.0
- Update joda-time to 2.9.9
1.0.3
- Error enhancing render arguments when break the statement into multiple lines #68
- @fullUrl and @url tag doesn't work when there is no GET request mapping to the action handler method #84
- session.ttl setting prevent app from start up #89
- Invalid encoded characters in Error page #94
- Act controller not return correct @version "v" for save method when MorphiaDao return the value bug #97
- Update FastJson version to 1.2.29 #99
- when the browser get a json request, Chinese characters are not displayed properly #100
- IE doesn't support "application/json" content type #101
- Incorrectly configured routes should not crash hot-reload #104
- Reloading View manager might break the hot reload process #106
- Simplify the use of reverse routing API #107
- Simplify the use of
@urland@fullUrltag #108
1.0.2
- It shall allow
nullvalue for enum type parameter when do the request parameter binding #86 - DependencyInjectionListener shall register with sub classes of the target class also #87
- Controller context break with intermediate non-controller class in the hierarchies #88
1.0.1
- static action handler method cause NPE #79
- Duplicate route mapping breaks the hot reloading and application state #81 #81
1.0.0
- First formal release
0.7.0
- Validation refactory
0.6.0
- DAO API change: save(Iterable) now returns list of object been saved
0.5.0
- 0.4.0 reserved for TechEmpower benchmark set
- update dependency versions
- A lot of fix to Adaptive Record
- Dependency Injection improvement on auto binding
- Job parameter binding improvement
0.4.0
- Performance tuning: enable direct io thread processing handler
0.3.1
- ActiveRecord -> AdaptiveRecord
- Performance tuning: enable nonblocking IO
0.3.0
- Catch up update to osgl-mvc 0.6.0: Bind annotation now support specifying multiple Binder implementations
0.2.0
- Make act be java 1.6 compatible
- Big refactoring on
- dependency injection now on Genie
- param loading mechanism
- render arg enhancement now support method call with params, and field
0.1.3
- testapp to implement integration test of ActFramework
0.1.2
- misc bug fixes
0.1.1
- baseline version