Skip to content
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

Publish jna 3.3.0 to maven central ? #17

Closed
krosenvold opened this issue Aug 4, 2011 · 9 comments
Closed

Publish jna 3.3.0 to maven central ? #17

krosenvold opened this issue Aug 4, 2011 · 9 comments

Comments

@krosenvold
Copy link
Contributor

3.3.0 is not getting pushed to maven central. Maybe consider pusing directly to central via https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide or similar ?

@krosenvold
Copy link
Contributor Author

I had a little chat with juven over at #maven and he tells me you have published to an old deprecated java.net maven reposistory that will be closed soon (http://download.java.net/maven/2/ ). This does not have automatic synchronization to maven central.

If you can publish to maven.java.net it would be picked up automatically

@juven
Copy link

juven commented Aug 4, 2011

fyi, there's already a jira ticket created for deploying to maven.java.net http://java.net/jira/browse/MAVEN2_REPOSITORY-55

@twall
Copy link
Contributor

twall commented Aug 5, 2011

I got a note about the deprecation of the java.net repo; I put in a ticket to open an account on whatever they were moving to, but the final instructions for actually moving were over two pages long and looked decidedly non-trivial. Not the kind of thing I'd choose to spend my weekend doing.

Patches to build.xml to push out to the new maven repo are welcome.

@krosenvold
Copy link
Contributor Author

If you can send me a link or a copy to the instructions you were given I can give you a pull request. I'm afraid a fair bit of the instructions relate to one-time setup of your machine, but I can do the rest ;)

@twall
Copy link
Contributor

twall commented Aug 6, 2011

See the link juven provided: http://java.net/jira/browse/MAVEN2_REPOSITORY-55

@krosenvold
Copy link
Contributor Author

Those are the links to deploy, not the instructions as such. I'll just use the standard ant technique if there's no special guides.

@davidhoyt
Copy link

Any chance of getting v3.4.0 pushed to maven central?

@twall
Copy link
Contributor

twall commented Dec 19, 2011

I have no idea what I'm doing with maven (nor likely to have cause to figure it out soon), so someone with more motivation (or less activation energy) than me needs to provide patches to push to either java.net (which will get pushed to central) or maven central proper.

@krosenvold
Copy link
Contributor Author

Fixed

mstyura pushed a commit to mstyura/jna that referenced this issue Sep 9, 2024
…g channel before (java-native-access#17)

Motivation:

It's not required to connect the datagram before when using QUIC.

Modifications:

- Allow to use QUIC with non connected datagrams by allow to specify a remote address with building the QuicConnectionAddress
- Rename QuicConnectionIdAddressGenerator to QuicConnectionIdGenerator as it only generates ids anymore
- Change return types of QuicConnectionIdAddressGenerator to be ByteBuffer to be more flexible
- Move static factory to QuicBuilder

Result:

Fixes netty/netty-incubator-codec-quic#15
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

No branches or pull requests

4 participants