Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323196 - org.mortbay properties
Summary: org.mortbay properties
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: 7.2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.1.x   Edit
Assignee: Jesse McConnell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 17:02 EDT by Jesse McConnell CLA
Modified: 2010-08-23 23:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse McConnell CLA 2010-08-19 17:02:02 EDT
I was updating some things with the jetty-policy and noticed that we have some old properties laying around...

org.mortbay.io.nio.JVMBUG_THRESHHOLD
org.mortbay.io.nio.MONITOR_PERIOD
org.mortbay.io.nio.MAX_SELECTS
org.mortbay.io.nio.BUSY_PAUSE
org.mortbay.io.nio.BUSY_KEY
Comment 1 Jesse McConnell CLA 2010-08-19 17:03:06 EDT
I would have simply renamed them but my concern is if these are used in the wild at all then that could amount to being an 'api' change...

though perhaps being 7.2 that would be fine?
Comment 2 Jesse McConnell CLA 2010-08-23 10:27:31 EDT
* changed the instances in the jetty-io artifact
* org.mortbay -> org.eclipse in DebugHandler (jetty-server artifact)

-------

New Revision: 2220

Modified:
  jetty/trunk/jetty-io/src/main/java/org/eclipse/jetty/io/nio/SelectorManager.java
  jetty/trunk/jetty-server/src/main/java/org/eclipse/jetty/server/handler/DebugHandler.java
  jetty/trunk/jetty-server/src/test/java/org/eclipse/jetty/server/ConnectorTimeoutTest.java
Log:
323196 fix some naming issues in code ported from jetty6
Comment 3 Greg Wilkins CLA 2010-08-23 23:23:25 EDT
note that these properties are not widely used in the wild, and are probably needed less as the JVM bugs are looking fixed a little bit.