Re: Updates the code using new API facilities

2019-01-18 Thread Jean-Louis Monteiro
I will merge it then -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Jan 17, 2019 at 12:36 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > Thank you for the review Bruno. > > On Thu, Jan 10, 2019 at 6:29 PM Otávio Gonçalves de Santana

Re: Updates the code using new API facilities

2019-01-17 Thread Otávio Gonçalves de Santana
Thank you for the review Bruno. On Thu, Jan 10, 2019 at 6:29 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > Yes, it is Java 8 > > On Thu, Jan 10, 2019 at 6:19 PM Jean-Louis Monteiro < > jlmonte...@tomitribe.com> wrote: > >> Thanks Otavio. >> Make sure you stick with Java 8

Re: Updates the code using new API facilities

2019-01-10 Thread Otávio Gonçalves de Santana
Yes, it is Java 8 On Thu, Jan 10, 2019 at 6:19 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Thanks Otavio. > Make sure you stick with Java 8 though because master is targeting Java EE > 8. > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com >

Re: Updates the code using new API facilities

2019-01-10 Thread Jean-Louis Monteiro
Thanks Otavio. Make sure you stick with Java 8 though because master is targeting Java EE 8. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Jan 10, 2019 at 3:18 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > Updates the API > > This

Updates the code using new API facilities

2019-01-10 Thread Otávio Gonçalves de Santana
Updates the API This PR has the goal to update the code using the newest API until Java 8. These improvements are: - Use switch instead of multiple if/else: The switch is faster because there are special bytecodes that allow efficient switch statement evaluation when there are a lot