Posted By: Vivek Pandey
Date: 2009-12-10 23:47
Summary: GlassFish gem 1.0.0 released
Project: JRuby gem for GlassFish V3 server

This is 1.0.0 final release of GlassFish gem. This release is based on GlassFish v3 final release. See GlassFish project page: http://glassfish.dev.java.net.

New features in this release
============================
1. Implemented using GlassFish v3 embedded API.

2. Startup time improvement. Almost 15-18% faster startup.

3. Fully Rack compliant

4. Support for running GlassFish gem by passing code block

GlassFish::Server.start(:address=>"127.0.0.1", :port=>4000) do
use Rack::CommonLogger
use Rack::ShowExceptions
map "/lobster" do
use Rack::Lint
run HelloWorld.new
run Proc.new {[200, {"Content-Type" => "text/html"}, "Hello"]}
end
end

5. Lots of fixes for Sinatra support (extensions, middleware etc.)

6. New -a CLI switch to bind to a given IP address

7. Grizzly (NIO based HTTP library) configuration thru glassfish.yml

$ gfrake config

Then look inside config/glassfish.yml.

8. Improved support for running Rackup scripts

Bug fixes
=========

Following bugs form the rubyforge issue tracker: http://rubyforge.org/tracker/?atid=21080&group_id=5450&func=browse

25812 ActionController::Request.remote_ip is not set

26147 Setting Hostname IP Address Incorrectly

26149 Glassfish Gem fails to load Rails application in the production
environment

26208 Can't get glassfish to start rails in thread-safe mode

26821 Error when running rack app

26866 JVM crash probably due to log file running over limit

26935 rack.run_once not getting set

27030 Extending CLASSPATH poisons glassfish gem?

27125 Application Environment not passed to Sinatra

Latest News
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08
diff-lcs 1.2.3 Released
    Austin Ziegler - 2013-04-12 02:31

 

Forums | Admin

Discussion Forums: glassfish-gem-1.0.0-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post