Jinkui Shi
612cfb7af4
[Akka-scala] Clean unused dependencies such swagger-core #7329 ( #7329 )
2018-01-15 14:14:10 +08:00
Jinkui Shi
30bd6f680d
[akka-scala] License info add in template header #7321 ( #7322 )
...
* [akka-scala] License info add in template header #7321
* generate petstore by akka-scala teplate
2018-01-07 11:00:57 +08:00
Ramzi Maalej
9dde8525ec
[Akka-Scala] This is a fix to a bug introduced by this PR #7172 ( #7228 )
...
* Add missing import
* Update petstore app
2017-12-21 10:56:36 +08:00
Ramzi Maalej
61e706ba6f
[Akka-Scala] Add build.sbt to Akka-scala ( #7076 )
...
* Add build.sbt to Akka-scala
* Add readme.md and build.sbt to petstore sample
2017-12-01 12:03:10 +08:00
wing328
088eef5927
update petstore samples
2017-11-27 17:16:44 +08:00
wing328
e7561a11f4
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-06-28 15:35:24 +08:00
Tony Tam
9286e26162
updated versions
2017-06-16 11:49:32 -07:00
wing328
fee54157c0
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-06-15 17:14:39 +08:00
Paŭlo Ebermann
29db258e65
Update samples for akka-scala. ( #5825 )
2017-06-14 00:48:31 +08:00
wing328
cf8a9a0de0
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-03 14:54:50 +08:00
wing328
7db3388fdc
Update maven compiler plugin to the latest version (3.6.1) ( #5300 )
...
* update maven compiler plugin to the latest version
* update feign petstore
2017-04-02 21:39:48 +08:00
wing328
4f6b3bd48b
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-03-22 15:55:56 +08:00
Paul English
59fe50dd74
Ensure identifiers get sanitized; Ensure model names also have the same formatting ( #5098 )
2017-03-21 14:35:38 +08:00
wing328
045f265224
Merge remote-tracking branch 'origin' into 2.3.0
2017-03-18 16:50:06 +08:00
Paŭlo Ebermann
426660206d
Fix sample script to set the correct artifact ID in the generated POM ( #5094 )
...
* Update samples for akka.
* Have akka-scala-petstore scripts set the correct artifact names
* Update akka-scala samples again.
2017-03-18 16:49:46 +08:00
Paul Ebermann
5bb0f7a933
Update all samples.
2017-03-15 18:25:40 +01:00
wing328
2da2a2631d
add ci for akka-scala client ( #5073 )
2017-03-15 23:08:40 +08:00
Matt Alleman
b2aa877ce0
Allow for UUID types in akka-scala ( #5069 )
...
* allow for UUID types
* update sample libs
2017-03-15 17:02:42 +08:00
Kevin Locke
409e1a504c
Fix Gson parsing of Joda DateTime without millis ( #4473 )
...
* Fix Gson parsing of Joda DateTime without millis
The DateTimeFormatter returned by ISODateTimeFormat.dateTime() only
parses dates with millisecond values, and throws
IllegalArgumentException when milliseconds are not present. The
date-time construct from RFC 3339 Section 5.6 referenced by the
Swagger/OpenAPI spec allows fractional second values to be omitted.
This results in valid date-time values being rejected by the generated
code.
This commit fixes the problem by using .dateOptionalTimeParser() for
parsing, which correctly handles date-time values without fractional
seconds. A previous version of this commit used .dateTimeParser(),
which accepted a time without a date and was considered too liberal.
Note that .dateTime() must still be used for printing, which is not
supported by .dateTimeParser().
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
* Fix akka-scala date-time parser with Joda
As in the previous commit, which fixed Java generators,
ISOISODateTimeFormat.dateOptionalTimeParser() should be used for
date-time parsing and ISOISODateTimeFormat.dateTime() for printing.
Apply the same change to akka-scala.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2017-01-07 21:56:14 +08:00
wing328
90512e6326
Remove Apache license from API client generators ( #4197 )
...
* remove php apache license
* remove apache license from C#
* remove apache license in objc code
* remove license from swift 3 code
* remove apache license from perl code
* remove license from scala code
* remove license from ts, go, android, cpp, scala
* remove license from java api client
* restore clojure petstore files
* remove license from travis file
* clean up apache-related terms in php, ruby, python mustache tempaltes
* remove license from JS API cilent
2016-11-16 21:44:49 +08:00
wing328
ac69f45ddc
better format of model properties
2016-09-11 18:44:36 +08:00
Paul Ebermann
65ca059221
Issue #3738 : regenerate Scala samples (no code changes).
2016-09-08 13:00:40 +02:00
Tony Tam
ce7a5682d5
version update
2016-08-05 08:54:36 +02:00
wing328
8e85476cbb
add new fles
2016-04-16 18:19:23 +08:00
wing328
1fb3edc612
update akka-scala petstore, minor fix
2016-04-16 17:49:34 +08:00
Tony Tam
5e80b61e3e
updated swagger-core versions
2016-02-04 18:02:19 -08:00
Tony Tam
a21f08118e
rebuilt
2015-10-20 10:31:42 -07:00
xhh
9c4e5ed596
Rebuild Petstare sample for Java, Android, PHP, etc.
2015-06-17 16:15:37 +08:00
Tony Tam
637ee77d66
added script, fixed templates
2015-06-08 15:40:05 -07:00
Ron
1c2d0656b0
Code reformatting
2015-06-07 11:56:08 -04:00
Camille Chafer
65b6d210bc
Examples updated with names lower-camelized
2015-04-02 18:02:21 +02:00
Camille Chafer
ef3811390f
Some fixes for Wordnik & Petstore examples
2015-04-02 17:46:26 +02:00
Camille Chafer
2ce55115a6
Add wordnik and petstore examples
2015-04-02 16:26:16 +02:00