summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/java (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12Java: upgrading third-party components.Max Romanov1-2/+2
2021-08-09Java: upgrading third-party components.Max Romanov1-4/+4
2021-03-22Java: upgrading third-party components.Sergey A. Osokin1-4/+4
2020-11-10Java: fixing isolation mounts for Alpine musl.Max Romanov1-1/+1
Thanks to @wujjpp. This closes #490 PR on GitHub.
2020-11-02Java: upgrading 3rd-party components.Max Romanov1-4/+4
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura1-3/+2
2020-10-26Configure: using comma instead of space for passing -rpath value.Valentin Bartenev1-1/+1
This variant will be more interoperable across various systems and it's already used in Ruby module. Otherwise, configure tests fail on NetBSD with: gcc: Missing argument for -Wl,-rpath
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura1-3/+3
Now it's possible to disable default bind mounts of languages by setting: { "isolation": { "automount": { "language_deps": false } } } In this case, the user is responsible to provide a "rootfs" containing the language libraries and required files for the application.
2020-07-31Isolation: fixed the generation of mounts table.Tiago Natel de Moura1-3/+6
Since the introduction of rootfs feature, some language modules can't be configured multiple times. Now the configure generates a separate nxt_<module>_mounts.h for each module compiled.
2020-05-28Packages: fixed java configure script.1.18.0Tiago Natel de Moura1-2/+2
Now the configure script appends /server to --lib-path argument.
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-2/+29
2020-01-28Java: fixing configure errors reporting.Max Romanov1-3/+7
2020-01-28Java: introducing SHA512 sum validation for external JARs.Max Romanov1-0/+2
2020-01-28Java: fixing maven repository URL.Max Romanov1-1/+1
It is required to use https scheme and different host to download packages from maven repository.
2019-10-02Fixed "make tests" build without preceding "make".Max Romanov1-1/+1
Currently almost all Unit object files depends on generated nxt_version.h. This patch adds missing dependence and fixes running make with multiple jobs. This closes #318 issue on GitHub.
2019-09-05Java: introducing websocket support.Max Romanov1-9/+157
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+458