arturobernalg commented on pull request #289: URL: https://github.com/apache/httpcomponents-client/pull/289#issuecomment-798840721
> > I guess it's the same case with SetCookie interface. I should provide a default implementation. Correct? > > TY > > Correct. > > Please rebase your change-set off the 5.2.x branch [1] and make sure `mvn clean verify` pass > > [1] https://github.com/apache/httpcomponents-client/tree/5.2.x HI @ok2c Texto original I have made the change in order to provide a default method. But the source and target properties in pom.xml file are set to 1.7, and as it was expected, fail. "default methods are not supported in -source 7" It seem this change will have to wait until the 1.8 of java ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
