cancel
Showing results for 
Search instead for 
Did you mean: 

can't find nuxeo-features/nuxeo-platform-notification/ 7.3

ITShine_
Star Contributor
Star Contributor

I'm trying to get notification working so i've downloaded nuxeo-features/nuxeo-platform-notification from GitHub but i'm getting some errors when launching mvn clean install , also i can't find a release for 7.3 version. i wonder if notifications code is still in nuxeo-platform-notification bundle or it's in a new location (bundle) . The below class is a Javamail working example

9 REPLIES 9

Greg_Drayon
Star Contributor
Star Contributor

As 7.3 is not a LTS, it seems to only have a SNAPSHOT release on GitHub, like any other FT. The 7.3-SNAPSHOT for nuxeo-platform-notification is available [here](https

ITShine_
Star Contributor
Star Contributor

Thank you [Greg Drayon](https

Julien_Carsique
Elite Collaborator
Elite Collaborator

i can't find a release for 7.3 version

I don't understand; are you looking for the 7.3 release tag in GitHub?

You should better look at https://github.com/nuxeo/nuxeo/blob/release-7.3/nuxeo-features/nuxeo-platform-mail/nuxeo-platform-ma...

https://github.com/nuxeo/nuxeo/tree/release-7.3 is the Git tag corresponding to the 7.3 release. https://github.com/nuxeo/nuxeo/tree/7.3-SNAPSHOT corresponds to the 7.3-SNAPSHOT artifacts. Those artifacts are deprecated since 7.4 release and may be purged at any time, as well as the branch being deleted.

My bad, I just discovered the "tag" tab in the switch branch/tag popup, thanks to you.

Thank you [Julien Carsique](https

Some tests rely on the service configuration, thus are configurable from outside Java with System properties.

Sorry, i didn't understand, should i look over every class and replace values like "mail.from", "mail.to" ..., or it's possible using XML contributions/extension points to test the bundle ? Also i can't find variable referring to Tls and authentication fields , actually i've tried a sample Javamail and i could send / receive mail using 465 port with authentication , but when using the same with Nuxeo i'm having ```

Testing emailing is always complex

[Julien Carsique](https

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.