1650 Commits

Author SHA1 Message Date
tim.quinn@oracle.com
753523f719 New sitegen plug-in version is not yet published; back off to 1.0.0 again 2018-09-13 14:31:36 -05:00
tim.quinn@oracle.com
c52e852e37 More link updates 2018-09-13 13:56:20 -05:00
tim.quinn@oracle.com
417b539ddc Update sitegen plug-in version and fix links 2018-09-13 12:20:57 -05:00
Tomas Langer
917b41e93a Remove fixed ports from unit tests. 2018-09-13 18:13:59 +02:00
Tomas Langer
e652855379 Subject mapping provider.
IDCS as the first implementation.
2018-09-13 10:18:46 +02:00
Tomas Langer
720eae3c58 Refactoring of evictable cache.
Use interface instead of class.
Support loading from configuration.
2018-09-13 10:18:46 +02:00
Tomas Langer
c8aadeb790 IDCS subject mapping provider. 2018-09-13 10:18:46 +02:00
Tomas Langer
01667819d3 Subject mapping provider SPI and use in security. 2018-09-13 10:18:46 +02:00
Joe DiPol
ad1033c162 Fixes #31 generated pom.xml is incorrect (#37)
* Fixes #31 generated pom.xml is incorrect
2018-09-12 17:11:23 -07:00
Joe DiPol
e3d3eb563f Fix community link (#36)
Fixes #28
2018-09-12 15:20:10 -07:00
Santiago Pericasgeertsen
579ef80093 Merge pull request #23 from spericas/master
Streaming Service Example
2018-09-12 12:56:26 -04:00
Santiago Pericas-Geertsen
9da8de9637 Changes to sample after moving to DataChunk.
Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
2018-09-11 15:07:27 -04:00
Santiago Pericas-Geertsen
7148378092 Updated pom version.
Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
2018-09-11 14:43:46 -04:00
Santiago Pericas-Geertsen
1a59eef872 Exclude binary file from copyright check.
Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
2018-09-11 14:43:46 -04:00
Santiago Pericas-Geertsen
373cec70da Updated pom after parent pom changes.
Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
2018-09-11 14:43:46 -04:00
Santiago Pericas-Geertsen
a0a7ee3175 New streaming example that shows how to write a service to process simple file uploads and downloads in chunks. Curl is used as client for now.
Signed-off-by: Santiago Pericas-Geertsen <Santiago.PericasGeertsen@oracle.com>
2018-09-11 14:43:46 -04:00
Tomas Langer
c3ddab97fe Extract common HTTP classes to common module.
Update version to 0.10.0 due to backward incompatible changes
2018-09-11 20:36:07 +02:00
Joe DiPol
df28d67d68 Update rest of links to https (#26)
* Update more links to https
2018-09-09 16:17:06 -07:00
David Delabassee
3b3094e718 HTTPS links only (#20) 2018-09-09 08:52:44 -07:00
Romain Grecourt
5e76b24476 Release 0.9.1 (#25)
* troubleshoot current release issues

* remove examples from the release reactor
2018-09-07 12:58:49 -07:00
Romain Grecourt
958f4d36bd update version to 0.9.2-SNAPSHOT (#24) 2018-09-07 12:53:16 -07:00
Joe DiPol
bc14e91025 Minor README updates. Rename 3RD-PARTY file to not interfere with license detection (#22)
* Fix LICENSE to it is recognized by GitHub. Minor README changes.

* Rename 3RD-PARTY and touch LICENSE

* Add 3RD-PARTY.txt to copyright exclude
2018-09-07 11:20:35 -07:00
Tim Quinn
a6ef732a82 Merge pull request #21 from tjquinno/update-config-pages-links
Update config pages links
2018-09-07 12:15:51 -05:00
tim.quinn@oracle.com
06529f3901 Fix link to config overview image 2018-09-07 11:42:41 -05:00
tim.quinn@oracle.com
2a91b1d6a9 Update cross-refc links 2018-09-07 11:27:58 -05:00
Joe DiPol
2c7689019f Update README. Fix copyright.sh script to be runnable from anywhere (#19) 2018-09-06 16:33:57 -07:00
Joe DiPol
d08df8dbcc Todos example: update README and tweak pom to avoid dependency copying in parent (#17) 2018-09-06 15:08:48 -07:00
Romain Grecourt
d45a5d704f Update version 0.9.1 (#18)
* add docs profile to udpate_version in release.sh

* bump version to 0.9.1-SNAPSHOT

* remove leftover directories under examples/archetypes
2018-09-06 15:04:46 -07:00
Romain Grecourt
4172ae8484 add a comment in etc/scripts/wercker-env.sh (#16) 2018-09-06 14:28:00 -07:00
Romain Grecourt
7852661b68 Integ sitegen 1.0.0 (#15)
* Fix the aggregated javadocs.
 - Use javadoc:javadoc instead of javadoc:jar
   and jar the output as the main artifact (instead of -javadoc.jar)

Integrate sitegen 1.0.0 (which depends on helidon 0.9.0)
Move the docs and javadocs modules out of the default reactor
 - They will be built with separate steps (as too expensive for regular build)
 - Add the modules to the release profile (to include them in the release build)

* fix plugin phase pre-package > prepare-package

* enable the ossrh-releases profile for pipelines

* update etc/scripts/release.sh to force create/push the git tag

* create a new profile 'docs' to include docs and javadocs in the reactor
Add examples and docs profiles to the pipeline build.

* add ossrh-releases profile to both copyright.sh and checkstyle.sh, also add docs profile to copyright.sh
2018-09-06 14:25:18 -07:00
Joe DiPol
f9b3a5e17b Readme updates: new logo (#13)
* Change README logo to latest project logo

* Shrink logo a bit
2018-09-06 13:59:53 -07:00
Tim Quinn
58f2a43efe Merge pull request #12 from tjquinno/update-config-docs
Updates to config doc pages (mostly advanced config)
2018-09-06 09:37:12 -05:00
tim.quinn@oracle.com
1a823f2967 Updates to config doc pages (mostly advanced config) 2018-09-06 08:56:25 -05:00
Tomas Langer
4e81ae4e9a Impersonation support for JWT provider. 2018-09-06 15:04:59 +02:00
Romain Grecourt
bf47b54b90 fix URL helidonm.io > helidon.io (#10) 2018-09-05 16:16:41 -07:00
Romain Grecourt
c2ae1d363f [skip ci] Update README.md, remove notes about internal maven repo. (#9)
update copyright check notes - remove the note about the plugin not failing the build, this was fixed by Tomas
remove note about the artifacts not being available in maven central
2018-09-05 13:29:50 -07:00
Romain Grecourt
7cafcbabbe update old version (0.0.3-SNAPSHOT) and replace it with 0.9.0-SNAPSHOT (#8) 2018-09-05 13:10:54 -07:00
Romain Grecourt
458b643342 Release build work (#7)
* inject ~/.m2/settings-security.xml from env variable
* update version to be 0.9.0-SNAPSHOT
* move repository definition for ossrh-releases in a profile
* update comments in etc/scripts/release.sh
* reset maven config files under wercker pipelines
* change repoId for deploy-archetypes.sh
* add script to create a github release
* add gpg-plugin and nexus-staging-plugin
* update release.sh to do a 3 step nexus workflow: 1. create repo, 2. deploy 3. close repo
update deploy archetype hook to use a customized deploy URL
* Remove JavadocHack files
Generate empty jars for javadoc and sources for bundle modules to satisfy (cheat) maven central requirements.
* factorize the pipeline code, apply DRY. add etc/scripts/build.sh, etc/scripts/wercker-env.sh
* fix spotbugs.skip property, configure nexus-staging.skipNexusStagingDeployMojo after maven.deploy.skip
2018-09-05 12:44:14 -07:00
Tomas Langer
c307e3f2a1 Merge pull request #4 from oracle/outbound_override
Outbound override
2018-09-05 10:04:58 +02:00
Joe DiPol
e4ac160290 Update README (#6)
* Update README

* README fix typo
2018-09-04 17:51:12 -07:00
Joe Di Pol
81eac986c5 Add NOTICE file 2018-09-04 15:57:13 -07:00
Tomas Langer
64ffff0be7 Copyright now fails the build if wrong. 2018-09-04 23:20:10 +02:00
Tomas Langer
1a3ad6cdc3 Override outbound provider configuration. 2018-09-04 23:19:41 +02:00
Dmitry Kornilov
7f8d6121e4 Update README.md 2018-09-01 22:40:38 +02:00
Romain Grecourt
12193185ff Add readme badges (#3)
* inject ~/.m2/settings-security.xml from env variable

* fix URLs for distribution management and repositories

* update version to be 0.9.0-SNAPSHOT

* move repository definition for ossrh-releases in a profile

* add badges to the README.md

* encode space for 'latest version', update slack badge, update twitter link

* refine the badges

* remove slack badge
2018-08-29 14:15:16 -07:00
Romain Grecourt
42748e84a9 Add readme logo (#2)
* add logo to README.md

* use a relative link for the logo

* crop logo

* minor updates to the README
2018-08-29 13:00:00 -07:00
Tomas Langer
713c638373 Configure outbound security per request.
HTTP basic authentication
2018-08-29 18:15:45 +02:00
Joe DiPol
5304d0972e Merge pull request #1 from oracle/disable-docs
comment out docs and sitegen plugin for now
2018-08-28 17:00:25 -07:00
Romain Grecourt
1067c4d1c8 comment out docs and sitegen plugin for now 2018-08-28 16:23:02 -07:00
Helidon Robot
c17c02343e first commit 2018-08-28 15:35:19 -07:00