Skip to content

Instantly share code, notes, and snippets.

@takezoe
Last active June 6, 2017 06:51
Show Gist options
  • Select an option

  • Save takezoe/3f476caa26c30936be62eb11f6df53b3 to your computer and use it in GitHub Desktop.

Select an option

Save takezoe/3f476caa26c30936be62eb11f6df53b3 to your computer and use it in GitHub Desktop.
[Draft]Scalatra 2.5.1 is out
title Scalatra 2.5.1 is out
layout news
author Naoki Takezoe
twitter takezoen
date 2017-06-01

The Scalatra team is pleased to announce the release of version 2.5.1 of the framework. This is a maintenance release which fixes some Swagger2 support bugs in 2.5.0.

Here's the full list of changes:

Scalatra Core

  • #635 Make config.context.setInitParameter(CorsSupport.AllowedOriginsKey, ...) work properly. by @andrewjackman
  • #637 Update ScalatraBase.scala by @SvenssonWeb
  • #640 s/newInstance()/getDeclaredConstructor().newInstance() by @xuwei-k
  • #667 MapQueryString: Decode instead of encode by @shanielh

Scalatra Commands

  • #640 s/newInstance()/getDeclaredConstructor().newInstance() by @xuwei-k

Scalatra Swagger

  • #629 add support for swagger2 application grant by @kstigen
  • #630 changed to use list for security for an operation for swagger2 by @kstigen
  • #631 Added swagger description OK for response 200 by @kstigen
  • #632 Mapping form to formData for swagger2 by @kstigen
  • #638 fix typo by @xuwei-k
  • #640 s/newInstance()/getDeclaredConstructor().newInstance() by @xuwei-k
  • #647 Swagger 2.0 tags support by @takezoe
  • #648 Recover deprecated property in Swagger 2.0 support by @takezoe
  • #649 Swagger 2.0 support in swagger-ext module by @takezoe
  • #654 adds ability to dynamically name security schemes wrt swagger by @jb08
  • #656 adds ability to add description to swagger security scheme object by @jb08
@jb08
Copy link
Copy Markdown

jb08 commented May 26, 2017

two minor typo changes here -- change "bt" to "by". nice job!

@takezoe
Copy link
Copy Markdown
Author

takezoe commented May 30, 2017

Oops, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment