Skip to content

javalite-2.3.1-j8

Compare
Choose a tag to compare
@ipolevoy ipolevoy released this 06 Nov 18:58
· 533 commits to master since this release

Module-Async

  • [Module-Async] Async: add debug timing logs when sending a message #953

Module: ActiveJDBC

  • [Module: ActiveJDBC] Upgrade jackson-databind due to security vulnerability #895
  • [Module: ActiveJDBC] Rename Git activejdbc repo into javalite #893
  • [Module: ActiveJDBC][Module: ActiveWeb] Combine ActiveJDBC and ActiveWeb Git repositories #890
  • [Module: ActiveJDBC] Add MariaDB db type #883
  • [Module: ActiveJDBC] Implement ability to set fetch size and other params for streaming result set #882
  • [Module: ActiveJDBC] Model.deleteCascadeExcept() does not propagate excluded associations #880
  • [Module: ActiveJDBC] Paginator not working with query "*" #878
  • [Module: ActiveJDBC] dokka-maven-plugin is not working under Java11 #874
  • [Module: ActiveJDBC][Module: ActiveWeb] Implement support for Java 11 #869
  • [Module: ActiveJDBC] Remove deprecated classes and methods #866
  • [Module: ActiveJDBC] Travis build broken because: "repository does not exist or may require 'docker login'" #864
  • [Module: ActiveJDBC][Module: ActiveWeb] ClassLoader cannot load model classes under OpenJDK 11. Is Java 11 even supported? #803
  • [Module: ActiveJDBC] Gradle instrument plugin does not support other jvm languages #731
  • [Module: ActiveJDBC] DB2 Specifying Schema not Working #709
  • [Module: ActiveJDBC] Restore broken Oracle build on Jenkins #704
  • [Module: ActiveJDBC] Test Gradle plugin after a new release #545

Module: ActiveWeb

  • [Module: ActiveWeb] Refactor Route and AppController classes #959
  • [Module: ActiveWeb] Add PATCH method to RouteBuilder #958
  • [Module: ActiveWeb] Calling non-existent action on restful controller should return 404 #950
  • [Module: ActiveWeb] Add a warning in case controller puts values with view() or assign but then redirects request #947
  • [Module: ActiveWeb] Implement compilation of controllers using a built-in compiler #943
  • [Module: ActiveWeb] SessionFacade.remove(String) does not return value. #941
  • [Module: ActiveWeb] Add more keywords #940
  • [Module: ActiveWeb] Generate warning in test in case developer tries to get generated content, but controller sent a redirect #939
  • [Module: ActiveWeb] Specs break because locateControllerSubPackages() chokes on AbstractLesscController which is not in default controller package #935
  • [Module: ActiveWeb] AppIntegrationSpec: getInjector() called during destroy operation #934
  • [Module: ActiveWeb] In tests, if request is redirected the response code is 200 #927
  • [Module: ActiveWeb] Add support for Destroyable interface #916
  • [Module: ActiveWeb] Return unsupported exception in case a request is submitted with HTTP method that is not supported #914
  • [Module: ActiveWeb] ViewMissingException message is misleading if a partial is missing #909
  • [Module: ActiveWeb] Some JSON log lines are not parseable #905
  • [Module: ActiveWeb] Refactor Configuration.getEnv() #904

Module: AppConfig

  • [Module: AppConfig] AppConfig.inTestMode needs to look at stack trace, not classpath #877

Module: HTTP

  • [Module: HTTP] Remove checked exceptions from methods in HttpSupport #921

Module: Other

  • [Module: Other] Breadcrumbs on the site MIA #949
  • [Module: Other] Implement generation of combined JavaDoc pages #892
  • [Module: Other] Remove git-info-maven-plugin #891
  • [Module: Other] Configure Travis for Java 11 #870
  • [Module: Other] Update dependency of examples to v 2.3 #865
  • [Module: Other] JavaDoc page is missing the latest release links #694

Rejected

  • [Rejected] HEAD requests generate 404 even if resource exists #908

question

  • [question] How to output result data in Thymeleaf #888