Skip to content

Project Compiles, improve building, Add testing and HttpServer, FileSystem, NetServer and RecordParser Implementations. #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from

Conversation

nfmelendez
Copy link
Contributor

This is a small resume of what was done in this pulll request:

  • Make the project compile
  • Migrate from old test framework to testools
  • Improve the gradle scripts to use test tools
  • Config travis CI and show a pretty widget in the Readme of github
  • HttpServer
  • FileSystem
  • NetServer
  • RecordParser

Added then,

  • Squash to 14 commits
  • Add missing Copyright Headers

Thanks,
Edgar, Ranie & Nicolas

nfmelendez and others added 15 commits May 6, 2013 19:04
method from createService to newService, NetClient SSL support
…ure handling, so no need for temporal storing in the event bus state.

- Pubsub test case added
…builtin mutable.MultiMap.

Changed signatures for HttpServerRequest.{headers, params} and HttpServerResponse.{headers, trailers}
from mutable.MultiMap[Any, Any] to mutable.MultiMap[String, String] since internally a key-pair of string
values is stored. The implicit conversion creates a new MultiMap instance, hence any mutation done to that
instance will not affect the internal representation. Say you want to add additional headers/trailer to
HttpServerResponse, you should use put{Header, Trailer} methods provided rather than adding them manually to
the MultiMap instance acquired via headers/trailers methods.

Conflicts:
	src/main/scala/org/vertx/scala/core/http/HttpServerResponse.scala
@swilliams-pivotal
Copy link
Contributor

So does this PR supersede the other one, or require it?

@swilliams-pivotal
Copy link
Contributor

OK folks, I'll merge this today if you can all confirm that you have completed an Eclipse CLA, as per my email to the group: [vertx:9689] mod-lang-scala PR7

@swilliams-pivotal
Copy link
Contributor

3 CLAs confirmed, PR 7 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants