Bernardo Gomez Palacio
1e1abde846
Updating the Scalatra Template for Scala 2.11
...
* Moved to Scala 2.11.2
* Updated the dependencies to use latest Jetty as well as Akka
* Added the SBT Dependency Graph plugin
* Build Properties now use SBT 0.13.5
* Updated the sbt executable.
2014-10-14 14:39:12 -07:00
Bernardo Gomez Palacio
b2f34a152b
Enabling Maven Profile gen-scalatra
2014-10-14 14:24:59 -07:00
webron
4676c4cdf7
Merge pull request #307 from catherinedodge/master
...
Fixed broken link in README.md
2014-10-13 16:58:22 +03:00
catherinedodge
d5674c9a7b
Fixed broken link in README.md
2014-10-13 09:48:29 -04:00
Tony Tam
7c998a2d67
addressed import mappings
2014-10-10 22:07:08 -07:00
Tony Tam
5a70550a37
added scalatra support
2014-10-10 21:41:21 -07:00
Tony Tam
4d214dbcef
updated client
2014-10-10 21:39:45 -07:00
Tony Tam
97623af8df
added apiInfo
2014-10-10 21:26:07 -07:00
Tony Tam
b87bc2a908
added scalatra
2014-10-10 21:25:19 -07:00
Mark H. Butler
c8dac4a3cf
Reverting these files, they don't need to change
2014-10-08 08:25:23 -07:00
Mark H. Butler
6f30a6d65a
Modifying the pom.xml template because it defaults to building with Scala 2.9.1, but that is broken because BeanProperty moved, so instead use 2.10 as the default but add the option of using Scala 2.11
2014-10-08 08:20:02 -07:00
Mark H. Butler
9d1f0bf568
Adding ignore for gedit files (Linux)
2014-10-08 08:19:08 -07:00
Tony Tam
643c211d72
Merge pull request #296 from lloydmeta/update/fix_deprecations
...
Update deprecated method calls
2014-10-07 21:42:13 -07:00
Tony Tam
fb84985e9b
Merge pull request #298 from dreamfactorysoftware/master
...
adding a space in call to completionHandler to kill latest Xcode parse errors
2014-10-02 16:45:38 -07:00
Jason Sykes
afb34b4f2f
adding a space in call to completionHandler to kill latest Xcode parse errors
2014-10-02 12:20:17 -04:00
Tony Tam
5024e0bbda
added root checking per #279
2014-10-02 00:32:15 -07:00
Tony Tam
e771ed3332
added scheme, host, basePath per #295
2014-10-02 00:18:36 -07:00
Tony Tam
2e81b38838
Merge branch 'develop_2.0' of github.com:wordnik/swagger-codegen into develop_2.0
2014-10-02 00:10:42 -07:00
Tony Tam
67d28e8b3c
added test
2014-10-02 00:10:39 -07:00
Tony Tam
b834ba436f
added nodejs server
2014-10-02 00:10:15 -07:00
Tony Tam
6da7cbf095
Merge pull request #297 from martoe/#268
...
Windows path problem fixed
2014-10-02 00:00:54 -07:00
Martin Ehrnhoefer
d5d1eb2833
Windows path problem fixed
...
see #268 , #269 , #288
2014-10-02 08:56:30 +02:00
Tony Tam
e66f3c48ac
Merge pull request #288 from martoe/268
...
Windows path problem fixed (again)
2014-10-01 23:29:46 -07:00
Tony Tam
c10cf7bf7f
Merge branch 'develop_2.0' of github.com:wordnik/swagger-codegen into develop_2.0
2014-10-01 23:22:43 -07:00
Tony Tam
178d7d19c4
added files
2014-10-01 23:22:39 -07:00
Tony Tam
3c2845aaa6
updated file locations
2014-10-01 23:21:59 -07:00
Tony Tam
a215e93505
Merge pull request #294 from martoe/287
...
[2.0 Spec] Java generator: Implement Enums #287
2014-10-01 23:13:58 -07:00
Tony Tam
bc99361100
Merge branch 'develop_2.0' of github.com:wordnik/swagger-codegen into develop_2.0
2014-10-01 22:13:50 -07:00
Tony Tam
48f8e16fb0
added models support per #291
2014-10-01 22:12:50 -07:00
Tony Tam
ffda821f68
updated imports
2014-10-01 22:12:18 -07:00
Tony Tam
1bce51de7a
updated imports
2014-10-01 22:11:51 -07:00
Lloyd
1734ac2e18
Update deprecated method calls
...
1. Update specs to inherit via `with Matchers`
2. Update `URLEncoder.encode` to pass "UTF-8" as charset
2014-10-02 10:49:20 +09:00
Tony Tam
ddb7aad530
Merge pull request #289 from maneeshsahu/develop_2.0
...
Added support for Map<String, Object>
2014-10-01 08:50:06 -07:00
Martin Ehrnhoefer
31ca832bdf
[2.0 Spec] Java generator: Implement Enums #287
...
Unittest
2014-10-01 17:42:03 +02:00
Martin Ehrnhoefer
a80af33260
[2.0 Spec] Java generator: Implement Enums #287
...
Very basic implementation
2014-10-01 17:10:51 +02:00
Martin Ehrnhoefer
3971bbf334
[2.0 Spec] Java generator: Implement Enums #287
...
Very basic implementation
2014-10-01 16:58:38 +02:00
Maneesh Sahu-SSI
8cf9cb95f5
Added support for Map<String, Object>
2014-09-30 21:57:21 -07:00
Tony Tam
2787fa82c6
added docs
2014-09-30 06:11:51 -07:00
Tony Tam
05e1d02341
added custom class loading for configurations
2014-09-30 06:06:01 -07:00
Tony Tam
277f26a5bb
Merge branch 'develop_2.0' of github.com:wordnik/swagger-codegen into develop_2.0
2014-09-30 05:10:30 -07:00
Tony Tam
c05a3c3a99
updated client
2014-09-30 05:10:24 -07:00
Tony Tam
ca06241307
updated scripts
2014-09-30 05:09:47 -07:00
Martin Ehrnhoefer
cb25eb6bc0
Windows path problem fixed (again) - #268 #269
2014-09-30 09:32:52 +02:00
James Ebentier
72bef1fb68
fixing the java comments above the api calls to allow for multiline comments in the swagger docs
2014-09-29 17:53:53 -07:00
Tony Tam
b7452fa8ee
Merge pull request #284 from martoe/699
...
[2.0 Spec] Implement Schema Object.example field
2014-09-29 10:48:57 -07:00
Martin Ehrnhoefer
89a009c411
[2.0 Spec] Implement Schema Object.example field
...
see issue https://github.com/wordnik/swagger-core/issues/699 ,
pull-request https://github.com/wordnik/swagger-core/pull/700
2014-09-29 16:26:06 +02:00
Tony Tam
c75a951668
updated sample
2014-09-28 00:52:32 -07:00
Tony Tam
d714f097eb
updated static template
2014-09-28 00:50:47 -07:00
Tony Tam
48f05b41e4
updated android sample
2014-09-27 17:00:30 -07:00
Tony Tam
f04827c6d3
updated android sample
2014-09-27 17:00:03 -07:00