Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Aug 14, 2013
1 parent 2c29336 commit c3d7e10
Show file tree
Hide file tree
Showing 20 changed files with 279 additions and 33 deletions.
54 changes: 52 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
## [See the Wiki!](https://github.com/wordnik/swagger-core/wiki)
The [github wiki](https://github.com/wordnik/swagger-core/wiki) contains documentation, samples, etc. Start there

## Where to get help!
Search the [swagger google groups](https://groups.google.com/forum/#!forum/swagger-swaggersocket) for previously
asked questions. Join #swagger on irc.freenode.net to talk to interesting human beings. And if you find a bug,
file it in github:

* [Swagger core + server itegrations](https://github.com/wordnik/swagger-core/issues) issues
* [Swagger UI](https://github.com/wordnik/swagger-ui/issues)
* [Swagger codegen](https://github.com/wordnik/swagger-codegen/issues)

## Get started with Swagger!
See the guide on [getting started with swagger](https://github.com/wordnik/swagger-core/wiki/Adding-Swagger-to-your-API) to get started with adding swagger to your API.

## Overview
This is a project to build the swagger-core library, which is required for the Wordnik
Expand All @@ -14,6 +25,45 @@ visit http://developer.wordnik.com.

## Version history

Swagger-core v1.3.0 has been released! There are changes in the specification itself, which you can read in the [spec transition](https://github.com/wordnik/swagger-core/wiki/1.2-transition). Migration
guides for the supported server integrations are being worked on now.

### v1.3.0 Aug-12 2013

<li>- Added JSON-schema draft-4 support for models

<li>- Support for polymorphic models with discriminiators, subtypes

<li>- Added apiInfo so top-level API information can be annotated in both swagger-ui and elsewhere

<li>- Released swagger-spec 1.2

<li>- Pluggable readers for scanning classes, model introspection, config reading

<li>- Simplified overriding of model introspection

<li>- Support for consumes, produces, protocols, authentications

<li>- oAuth support in spec

<li>- Support for raw servlet integration

<li>- Resource, operation, model property ordering

<li>- Polymorphic model support

### v1.2.5 Jun-19 2013
<li>- Fixes for generic objects

### v1.2.4 Jun-5 2013
<li>- Fixed `@Api` paths with slashes

<li>- Added support for model detection with deep recursion (#176)

<li>- i18n support (#190)

<li>- Master is now `stable`

### v1.2.3 Apr-24 2013

<li>- Updated to Jackson 2.1.4
Expand Down Expand Up @@ -81,7 +131,7 @@ You need the following installed and available in your $PATH:

<li>- Scala 2.9.1-1 [available here](http://www.scala-lang.org). Note that 2.9.1 has a defect which causes problems with Jax-RS

### To build from source (currently 1.2.4-SNAPSHOT)
### To build from source (currently 1.2.4)
```
# first time building locally
mvn -N
Expand Down Expand Up @@ -152,4 +202,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
4 changes: 2 additions & 2 deletions modules/swagger-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<packaging>jar</packaging>
<name>swagger-annotations</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-core_2.9.1</artifactId>
<packaging>jar</packaging>
<name>swagger-core</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jaxrs_2.9.1</artifactId>
<packaging>jar</packaging>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<name>swagger-jaxrs</name>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-jersey-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jersey-jaxrs_2.9.1</artifactId>
<packaging>jar</packaging>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<name>swagger-jersey-jaxrs</name>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-oauth2-auth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-oauth2-server_2.9.1</artifactId>
<packaging>jar</packaging>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<name>swagger-oauth2-server</name>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-servlet_2.9.1</artifactId>
<packaging>jar</packaging>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<name>swagger-servlet</name>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-project_2.9.1</artifactId>
<packaging>pom</packaging>
<name>wordnik-swagger-project</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<url>https://github.com/wordnik/swagger-core</url>
<scm>
<connection>scm:git:[email protected]:wordnik/swagger-core.git</connection>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-dropwizard-sample-app_2.9.1</artifactId>
<packaging>jar</packaging>
<name>swagger-java-dropwizard-app</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-jaxrs-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-cxf-sample_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-java-cxf-sample</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-jaxrs-subresource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-subresource-sample_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-java-subresource-sample</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-sample-app_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-java-jaxrs-app</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down
12 changes: 12 additions & 0 deletions samples/java-jaxrs/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</Pattern>
</layout>
</appender>
<logger name="com.wordnik" level="error"/>
<root level="error">
<appender-ref ref="STDOUT" />
</root>
</configuration>
4 changes: 4 additions & 0 deletions samples/java-jaxrs/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<param-name>com.sun.jersey.api.json.POJOMappingFeature</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>com.sun.jersey.config.feature.DisableWADL</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-java-resteasy-sample_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-java-resteasy</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions samples/scala-jaxrs-fileupload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-scala-sample-file-upload-app_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-scala-sample-file-upload-app</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions samples/scala-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-scala-sample_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-scala-sample-app</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions samples/scala-oauth-authorization-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-oauth-authorization_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-oauth-authorization-server</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions samples/scala-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<parent>
<groupId>com.wordnik</groupId>
<artifactId>swagger-project_2.9.1</artifactId>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-scala-servlet_2.9.1</artifactId>
<packaging>war</packaging>
<name>swagger-scala-servlet-server</name>
<version>1.3.0-RC3</version>
<version>1.3.0</version>
<build>
<plugins>
<plugin>
Expand Down
Loading

0 comments on commit c3d7e10

Please sign in to comment.