-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Convert platform to OSGI #226
Comments
Pull requests welcome. On May 3, 2013, at 5:46 AM, laurentmuller wrote:
|
This is listed as fixed in the changelog, I think it can be closed. |
… On Dec 8, 2016, at 6:13 PM, gsugambit ***@***.***> wrote:
This is listed as fix? It seems like the pom is still a jar not a bundle? Where is the bundle dependency?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#226 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAjVZzgnqG2wAzwZE6wqVBUXUIC_gaiqks5rGI8PgaJpZM4AoJRK>.
|
For me it's OK. |
Yeah i was able to find everything like two seconds later. The problem now
is apache compress only works with Java 1.6 and we run 1.7 or 1.8 with our
karaf. Anyone know a workaround for this? 1.12 seems to be latest version
of compress
…On Dec 9, 2016 3:23 AM, "Laurent Muller" ***@***.***> wrote:
For me it's OK.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANODh4Gfbp21PxFWKNPTkiBv6JimoSr5ks5rGR4FgaJpZM4AoJRK>
.
|
Just as an info: The snapshots indeed lost the OSGI manifest information. This was caused by an update of the netbeans implementation build.xml. I'll push a fix today. |
…ive-access#226) Motivation: To ensure we have some "timely" delivering of packets and also to ensure we do some sort of "pacing" to make things more stable we should auto flush after we have written X number of bytes to the underlying Channel. This will help to make transfers more stable and ensure we make progress. Modifications: - Add a new builder option which allows to configure after how many bytes we should auto flush - Use a default of 20 * 1350 bytes for auto flush for now Result: Not depend channel writability for auto flush and also make things more stable
The jna.jar is already OSGI (plugin) compatible but not the platform.jar. It's possible to make it?
The text was updated successfully, but these errors were encountered: