20 Commits

Author SHA1 Message Date
Lukasz Lenart 182c00c083 conf(git): Ignores Cursor related paths (#1585) 2026-02-20 06:24:15 +00:00
Lukasz Lenart 39014961ab Improves CLAUDE.md and defines specific subagents to be used with research_codebase command 2025-09-24 08:57:52 +02:00
Lukasz Lenart 0ecd95a16b WW-5366 Rejects empty files during upload 2025-08-19 07:07:37 +02:00
Lukasz Lenart 584095d69e Ignores local config file 2021-11-12 15:25:22 +01:00
Sebastian Peters 84e8eecee7 Add common .gitignore patterns from gitignore.io
Ignore .factorypath b/c it gets generated during maven compile.

Don't need to ignore every single target folder.
Instead use target/ pattern and add more common maven files.

Ignore .sonar folder for local sonar scanning.
2019-04-15 21:07:02 +02:00
Yasser Zamani 28c9411015 delete deprecated sitegraph plugin 2019-02-11 16:53:20 +03:30
Lukasz Lenart 2a60c1eee6 [WW-4981] Adds support for JDK11 (#270)
* Upgrades test dependencies

* Drops unused lib

* Uses AssertJ instead of FestAssert

* Upgrades Surefire Maven Plugin to 2.22.1

* Downgrades to AssertJ 2.x to support JDK7

* decouple tests from java version

Refactor a java 9 conditional test to work always with any java version

See also WW-4845

* fix NullPointerException in NotURLClassLoader tests

Also includes a few improvements

See also WW-4845

* do not specify threadCount & forkMode which breaks tests in java 9

See also WW-4845

* pass all current tests with java 11

See also WW-4981

* fix an odd path problem in java 9

See also WW-4845

* gitignore test-output

See also WW-4981

* ask travis an oracle jdk 11 build

See also WW-4981

* ask travis to report coverage only in latest working jdk, jdk8

See also WW-4845
2018-11-19 10:35:01 +03:30
Sebastian Peters 1b879701d7 Update maven-wrapper to 3.5.4 and add maven-wrapper.jar to .gitignore
The MavenWrapperDownloader downloads the JAR if it is missing locally.
2018-11-13 22:30:15 +01:00
Lukasz Lenart d948a85a8d Drops unused patterns 2016-07-14 20:14:03 +02:00
victorsosa 6e07a63797 WW-4650 Json deserialization does not work in 2.5.1
logic need to be changed as accept can be a list; the check need to be
done in the list itself.

Accept:application/json, text/plain, */*
2016-06-24 09:06:52 -04:00
Lukasz Lenart 0835c33adf Cleans up after migrating to Tiles 3 and dropped struts2-tiles3-plugin 2016-01-21 09:20:05 +01:00
cnenning adf7133c76 added some more eclipse specific directories to .gitignore 2015-06-10 14:54:54 +02:00
Lukasz Lenart 8c2b321aa0 Cleans up after dropping deprecated plugins 2015-05-26 18:39:34 +02:00
Lukasz Lenart 5551a9bb60 Adds jenv specific file 2014-12-20 08:54:31 +01:00
Lukasz Lenart a6760cf0fe Excludes OSX specific folders 2014-03-06 08:16:59 +01:00
Greg Huber b0dee67bf3 For eclipse 2014-01-31 13:45:24 +00:00
Lukasz Lenart f62ea507f8 Excludes shell scripts 2014-01-15 08:30:21 +01:00
Lukasz Lenart 9229f11ab0 Tests committer settings 2014-01-14 18:12:04 +01:00
René Gielen 322546dbfd - ignore IDEA project files
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1520784 13f79535-47bb-0310-9956-ffa450edef68
2013-09-07 16:58:08 +00:00
Christian Grobmeier 8fa5db34cd Added .gitignore to support users with git-svn and working on github mirrors
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1520781 13f79535-47bb-0310-9956-ffa450edef68
2013-09-07 15:28:02 +00:00