issues Search Results · repo:schwichti/astro language:Java
Filter by
5 results
(43 ms)5 results
inschwichti/astro (press backspace or delete to remove) - Open API specification contains a parameter date of type String.
- This parameter is mapped to Flight, departureTime, DateTime
- The generator emits this line
String date_ = date.getDepartureTime(); ...
schwichti
- Opened on May 14, 2018
- #5
schwichti
- Opened on May 14, 2018
- #4
- An input parameter latitude is declared as type integer in Open API specification
- It is mapped to GeoCoordinates, latitude, Number in the alignment
- Note that http://schema.org/latitude has ...
schwichti
- Opened on May 14, 2018
- #3
IS:
boolean directFlights_ = null;
String aircraftCode_ = 33P;
SHOULD BE:
boolean directFlights_ = false;
String aircraftCode_ = 33P ;
schwichti
- Opened on May 14, 2018
- #2
OWLSAdapterGenerator does not support Open API tags. It always assumes that there are no tags and uses DefaultApi. When
there is a tag operations , it should use OperationsApi instead.
Temporary workaround: ...
schwichti
- Opened on May 14, 2018
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.