Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323196

Summary: org.mortbay properties
Product: [RT] Jetty Reporter: Jesse McConnell <jesse.mcconnell>
Component: serverAssignee: Jesse McConnell <jesse.mcconnell>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: gregw, jetty-inbox
Version: 7.2.0   
Target Milestone: 7.1.x   
Hardware: PC   
OS: Linux   
Whiteboard:

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.