zalando-stups / api-first-hand-service

API-First-Hand activator template
Other
10 stars 5 forks source link

Move from Activator to Giter8 #12

Open alexkops opened 7 years ago

alexkops commented 7 years ago

Lightbend has announced EOL for Activator at 24th of May (end of 2017 for the Activator server). Instead of Activator templates they now support Giter8 via sbt, so the api-first-hand template should be migrated as well

http://developer.lightbend.com/blog/2017-03-17-how-to-migrate-activator-template/

humblevladimirthegreat commented 7 years ago

Bump. The EOL date has passed and I would very much appreciate the Giter8 version.

humblevladimirthegreat commented 7 years ago

I started a port to g8 but I'm not quite sure what I'm doing. There are errors when trying to use it with
sbt new humblevladimirthegreat/api-first-hand.g8 which is probably due to differing sbt versions (I'm using 0.13.15). I'll update on my progress and welcome any contributors.

eikehartmann commented 7 years ago

I started a port which is testable via sbt new eikehartmann/api-first-hand-service.g8 -b feature/g8. @humblevladimirthegreat I found it easier to try the steps from scratch, just following the migration steps.